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

Stefan Priebe s.priebe at profihost.ag
Thu Feb 6 14:04:57 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 07d8864..4a53a01 100644
--- a/PVE/Storage/RBDPlugin.pm
+++ b/PVE/Storage/RBDPlugin.pm
@@ -557,7 +557,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