mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 01:37:24 +00:00
has_feature: add 'copy' to enum
This commit is contained in:
parent
7af0a6c88d
commit
7758ce869d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user