From: Alexandre Derumier Date: Thu, 14 Feb 2013 16:27:31 +0000 (+0100) Subject: plugin : has_feature : copy X-Git-Url: https://git.proxmox.com/?p=pve-storage.git;a=commitdiff_plain;h=22b8cf9731cb73bb1ed190b06d6ce298292b18e9 plugin : has_feature : copy Signed-off-by: Alexandre Derumier --- diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm index 445afe7..5ff114a 100644 --- a/PVE/Storage/Plugin.pm +++ b/PVE/Storage/Plugin.pm @@ -684,6 +684,9 @@ sub volume_has_feature { my $features = { snapshot => { current => { qcow2 => 1}, snap => { qcow2 => 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) =