allow snippets by default for new dir storages
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
d1eb35ea74
commit
4ec588fe92
@ -270,7 +270,7 @@ __PACKAGE__->register_method ({
|
|||||||
my $storage_params = {
|
my $storage_params = {
|
||||||
type => 'dir',
|
type => 'dir',
|
||||||
storage => $name,
|
storage => $name,
|
||||||
content => 'rootdir,images,iso,backup,vztmpl',
|
content => 'rootdir,images,iso,backup,vztmpl,snippets',
|
||||||
is_mountpoint => 1,
|
is_mountpoint => 1,
|
||||||
path => $path,
|
path => $path,
|
||||||
nodes => $node,
|
nodes => $node,
|
||||||
|
|||||||
Reference in New Issue
Block a user