]> git.proxmox.com Git - pve-storage.git/commitdiff
sheppdog : has_feature : copy
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 14 Feb 2013 16:27:33 +0000 (17:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Feb 2013 06:27:37 +0000 (07:27 +0100)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/SheepdogPlugin.pm

index 33b83bb0c97c6e7f0c2e6d3f105e1bfef852cee5..46c2bd516806ef80a6707cccc53eecd43bb4e50b 100644 (file)
@@ -432,6 +432,7 @@ sub volume_has_feature {
    my $features = {
        snapshot => { current => 1, snap => 1},
        clone => { base => 1},
+       copy => { base => 1, current => 1, snap => 1},
     };
 
     my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =