]> git.proxmox.com Git - pve-storage.git/commitdiff
nexenta : has_feature : copy
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 14 Feb 2013 16:27:34 +0000 (17:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Feb 2013 06:27:51 +0000 (07:27 +0100)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
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) =