From 0255ee5fdac7bb8f3e9cb60164e638acd47922b9 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 14 Feb 2013 17:27:32 +0100 Subject: [PATCH] rbd : has_feature : copy Signed-off-by: Alexandre Derumier --- PVE/Storage/RBDPlugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm index c24becf..a460826 100644 --- a/PVE/Storage/RBDPlugin.pm +++ b/PVE/Storage/RBDPlugin.pm @@ -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) =