mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
remove redundant setting of default volume/backingStore mode
According to the docs, for volumes and backingStores: "The mode defaults to 0600 when not provided. https://libvirt.org/formatstorage.html Removing this setting here allows the pool configuration to set the default mode.
This commit is contained in:
@@ -51,7 +51,6 @@ module VagrantPlugins
|
||||
xml.permissions do
|
||||
xml.owner storage_uid(env)
|
||||
xml.group storage_gid(env)
|
||||
xml.mode '0600'
|
||||
xml.label 'virt_image_t'
|
||||
end
|
||||
end
|
||||
@@ -61,7 +60,6 @@ module VagrantPlugins
|
||||
xml.permissions do
|
||||
xml.owner storage_uid(env)
|
||||
xml.group storage_gid(env)
|
||||
xml.mode '0600'
|
||||
xml.label 'virt_image_t'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user