]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/NexentaPlugin.pm
has_feature : template
[pve-storage.git] / PVE / Storage / NexentaPlugin.pm
index 1b0f6834466c89b28dae900a67a0715a5e73ea79..4c0e14a075afa1cb2732fbc9c43dc2ea536d46be 100644 (file)
@@ -481,7 +481,8 @@ sub volume_has_feature {
     my $features = {
        snapshot => { current => 1, snap => 1},
        clone => { base => 1},
-        copy => { base => 1, current => 1},
+       template => { current => 1},
+       copy => { base => 1, current => 1},
     };
 
     my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =