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