diff options
author | varac <varacanero@zeromail.org> | 2013-10-20 16:52:40 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-10-20 16:52:40 +0200 |
commit | 16bd86bb9a6ecab1071b34bd6350ae0fe685dc11 (patch) | |
tree | 9e71335d800f86d05fa0339bda75d81205ea693b | |
parent | ea4452eae241f2db24f99e4c02e5b210b2e9bd08 (diff) |
updated known issues for libvirt provider
-rw-r--r-- | docs/platform/development.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md index da8fdab..c5596a5 100644 --- a/docs/platform/development.md +++ b/docs/platform/development.md @@ -259,6 +259,5 @@ Known Issues ------------ * see the [vagrant-libvirt issue list on github](https://github.com/pradels/vagrant-libvirt/issues) -* in particular, leap-cli uses [sahara](https://github.com/jedi4ever/sahara) for the `leap local [save|reset]` commands for saving/reverting from snapshots. At this moment, sahara don't work with the libvirt provider, here's the [sahare issue for supporting vagrant-libvirt](https://github.com/jedi4ever/sahara/issues/26). Luckily, leap-cli will only complain about `VBoxManage: not found`, but the VM is started just fine (of cause without snapshot capability). -* there's also [libvirt network still active after destroying box](https://github.com/pradels/vagrant-libvirt/issues/70) - +* leap-cli uses [sahara](https://github.com/jedi4ever/sahara) for the `leap local [save|reset]` commands for saving/reverting from snapshots. At this moment, sahara don't work with the libvirt provider, here's the [sahare issue for supporting vagrant-libvirt](https://github.com/jedi4ever/sahara/issues/26). Luckily, leap-cli will only complain about `VBoxManage: not found`, but the VM is started just fine (of cause without snapshot capability). + UPDATE: This has been fixed in [Sciurus fork of sahara, branch libvirt](https://github.com/sciurus/sahara/tree/libvirt). A [pull request for sahara upstream](https://github.com/jedi4ever/sahara/pull/27) is pending. |