mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
add snapshot_pool_name to README (#1114)
This commit is contained in:
parent
30599c6521
commit
5e77446297
@ -285,7 +285,10 @@ URI](http://libvirt.org/uri.html):
|
||||
Connection-independent options:
|
||||
|
||||
* `storage_pool_name` - Libvirt storage pool name, where box image and instance
|
||||
snapshots will be stored.
|
||||
snapshots (if `snapshot_pool_name` is not set) will be stored.
|
||||
* `snapshot_pool_name` - Libvirt storage pool name. If set, the created
|
||||
snapshot of the instance will be stored at this location instead of
|
||||
`storage_pool_name`.
|
||||
|
||||
For example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user