RBD: enable clone of snaps
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
This commit is contained in:
committed by
Dietmar Maurer
parent
f90a0a20e7
commit
44c3689afc
@ -560,7 +560,7 @@ sub volume_has_feature {
|
|||||||
|
|
||||||
my $features = {
|
my $features = {
|
||||||
snapshot => { current => 1, snap => 1},
|
snapshot => { current => 1, snap => 1},
|
||||||
clone => { base => 1},
|
clone => { base => 1, snap => 1},
|
||||||
template => { current => 1},
|
template => { current => 1},
|
||||||
copy => { base => 1, current => 1, snap => 1},
|
copy => { base => 1, current => 1, snap => 1},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user