mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Default to using the same storage pool in case the user defines storage_pool_name without defining snapshot_pool_name and only use a separate pool when snapshot_pool_name is explicitly set. This will ensure that setting storage_pool_name to a different pool does not also require setting snapshot_pool_name to match previous behaviour. Additionally it is reasonable for a user to assume that if a Vagrantfile sets storage_pool_name to something other than 'default', then there should be no need for a default pool.