RBD: enable clone of snaps

Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
This commit is contained in:
Stefan Priebe
2014-07-04 10:30:56 +02:00
committed by Dietmar Maurer
parent f90a0a20e7
commit 44c3689afc

View File

@ -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},
};