[pve-devel] [PATCH 6/7] RBD: enable clone of snaps
Stefan Priebe
s.priebe at profihost.ag
Fri Jul 4 10:30:56 CEST 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 c5d2e18..8acd76f 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