Signed-off-by: Alexandre Derumier <[email protected]>
---
PVE/Storage/Plugin.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm
index b35d624..b222d13 100644
--- a/PVE/Storage/Plugin.pm
+++ b/PVE/Storage/Plugin.pm
@@ -574,6 +574,7 @@ sub volume_has_feature {
my $features = {
snapshot => { current => { qcow2 => 1}, snap => { qcow2 => 1} },
clone => { current => {qcow2 => 1, raw => 1, vmdk => 1} },
+ copy => { current => {qcow2 => 1, raw => 1, vmdk => 1}, snap => {qcow2
=> 1, raw => 1, vmdk => 1} },
};
if ($volname =~ m!^(\d+)/(\S+)$!) {
--
1.7.10.4
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel