]> git.proxmox.com Git - pve-storage.git/commitdiff
fix bug 44: allow to store vztmpl on NFS
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Nov 2011 11:15:39 +0000 (12:15 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Nov 2011 11:15:39 +0000 (12:15 +0100)
PVE/Storage.pm

index 106384f6d7e931c5603ebe41260ac79d44c6a926..6b73557e70fa867d19a0c28af1245ae897ac975f 100755 (executable)
@@ -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' ],
     },