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