mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-01 06:15:20 +00:00
vm start use new pve-qemu-machine standard option
'pve-qm-machine' is auto-registered, but for re-use for a new runningmachine we added the newer pve-qemu-machine standard option. Use that one to avoid confusion. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
050fcfdd98
commit
d58b93a8bf
@ -1968,7 +1968,7 @@ __PACKAGE__->register_method({
|
||||
description => "CIDR of the (sub) network that is used for migration.",
|
||||
optional => 1,
|
||||
},
|
||||
machine => get_standard_option('pve-qm-machine'),
|
||||
machine => get_standard_option('pve-qemu-machine'),
|
||||
targetstorage => {
|
||||
description => "Target storage for the migration. (Can be '1' to use the same storage id as on the source node.)",
|
||||
type => 'string',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user