From 7758ce869d386b0e7e5dc9b65e849faab3d49ebd Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 3 May 2013 12:30:43 +0200 Subject: [PATCH] has_feature: add 'copy' to enum --- PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 218ee7cb..48ae55bc 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1780,7 +1780,7 @@ __PACKAGE__->register_method({ feature => { description => "Feature to check.", type => 'string', - enum => [ 'snapshot', 'clone' ], + enum => [ 'snapshot', 'clone', 'copy' ], }, snapname => get_standard_option('pve-snapshot-name', { optional => 1,