5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-11 05:18:01 +03:00

allow snippets by default for new dir storages

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-01-29 16:28:40 +01:00 committed by Thomas Lamprecht
parent d1eb35ea74
commit 4ec588fe92

View File

@ -270,7 +270,7 @@ __PACKAGE__->register_method ({
my $storage_params = {
type => 'dir',
storage => $name,
content => 'rootdir,images,iso,backup,vztmpl',
content => 'rootdir,images,iso,backup,vztmpl,snippets',
is_mountpoint => 1,
path => $path,
nodes => $node,