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

index c24becfcc78402d1f66408a9e63968b660de6863..a460826ef4e8879a491be579191d24b998b96b53 100644 (file)
@@ -471,6 +471,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) =