plugin : has_feature : copy
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
2472d5e9ef
commit
22b8cf9731
@ -684,6 +684,9 @@ sub volume_has_feature {
|
|||||||
my $features = {
|
my $features = {
|
||||||
snapshot => { current => { qcow2 => 1}, snap => { qcow2 => 1} },
|
snapshot => { current => { qcow2 => 1}, snap => { qcow2 => 1} },
|
||||||
clone => { base => {qcow2 => 1, raw => 1, vmdk => 1} },
|
clone => { base => {qcow2 => 1, raw => 1, vmdk => 1} },
|
||||||
|
copy => { base => {qcow2 => 1, raw => 1, vmdk => 1},
|
||||||
|
current => {qcow2 => 1, raw => 1, vmdk => 1},
|
||||||
|
snap => {qcow2 => 1} },
|
||||||
};
|
};
|
||||||
|
|
||||||
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
|
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
|
||||||
|
|||||||
Reference in New Issue
Block a user