Signed-off-by: Alexandre Derumier <aderum...@odiso.com>
---
 PVE/Storage/SheepdogPlugin.pm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/Storage/SheepdogPlugin.pm b/PVE/Storage/SheepdogPlugin.pm
index 69918b9..700b486 100644
--- a/PVE/Storage/SheepdogPlugin.pm
+++ b/PVE/Storage/SheepdogPlugin.pm
@@ -339,6 +339,7 @@ sub volume_has_feature {
     my $features = {
        snapshot => { current => 1, snap => 1},
        clone => { snap => 1},
+       copy => { current => 1, snap => 1},
     };
 
     my $snap = $snapname ? 'snap' : 'current';
-- 
1.7.10.4

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to