sheppdog : has_feature : copy
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
0255ee5fda
commit
62ebea1e56
@ -432,6 +432,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},
|
||||||
|
copy => { base => 1, current => 1, snap => 1},
|
||||||
};
|
};
|
||||||
|
|
||||||
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
|
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
|
||||||
|
|||||||
Reference in New Issue
Block a user