From 44c3689afccaef50f60246732d77809e2ec860d2 Mon Sep 17 00:00:00 2001 From: Stefan Priebe Date: Fri, 4 Jul 2014 10:30:56 +0200 Subject: [PATCH] RBD: enable clone of snaps Signed-off-by: Stefan Priebe --- 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 56930af..1026d81 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}, };