[pve-devel] [PATCH 6/7] RBD: enable clone of snaps

Stefan Priebe s.priebe at profihost.ag
Fri Feb 7 12:16:37 CET 2014


Signed-off-by: Stefan Priebe <s.priebe at profihost.ag>
---
 PVE/Storage/RBDPlugin.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm
index 4d2c75d..72296f6 100644
--- a/PVE/Storage/RBDPlugin.pm
+++ b/PVE/Storage/RBDPlugin.pm
@@ -560,7 +560,7 @@ sub volume_has_feature {
 
    my $features = {
 	snapshot => { current => 1, snap => 1},
-	clone => { base => 1},
+	clone => { base => 1, snap => 1},
 	template => { current => 1},
 	copy => { base => 1, current => 1, snap => 1},
     };
-- 
1.7.10.4




More information about the pve-devel mailing list