has_feature: add 'copy' to enum

This commit is contained in:
Dietmar Maurer 2013-05-03 12:30:43 +02:00
parent 7af0a6c88d
commit 7758ce869d

View File

@ -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,