diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 106384f..6b73557 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -181,7 +181,7 @@ my $default_config = { server => 1, export => 1, options => 0, - content => [ { images => 1, rootdir => 1, iso => 1, backup => 1}, + content => [ { images => 1, rootdir => 1, vztmpl => 1, iso => 1, backup => 1}, { images => 1 }], format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ], },