mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 07:30:41 +00:00
qm: move-disk: to not make reassign specific options fixed
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e849ff6f91
commit
c41439ac5b
@ -905,7 +905,7 @@ our $cmddef = {
|
||||
|
||||
resize => [ "PVE::API2::Qemu", 'resize_vm', ['vmid', 'disk', 'size'], { node => $nodename } ],
|
||||
|
||||
'move-disk' => [ "PVE::API2::Qemu", 'move_vm_disk', ['vmid', 'disk', 'storage', 'target-vmid', 'target-disk'], { node => $nodename }, $upid_exit ],
|
||||
'move-disk' => [ "PVE::API2::Qemu", 'move_vm_disk', ['vmid', 'disk', 'storage'], { node => $nodename }, $upid_exit ],
|
||||
move_disk => { alias => 'move-disk' },
|
||||
|
||||
unlink => [ "PVE::API2::Qemu", 'unlink', ['vmid'], { node => $nodename } ],
|
||||
|
Loading…
Reference in New Issue
Block a user