diff --git a/changelog.Debian b/changelog.Debian index 5692ec7e..23273a86 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,6 +1,8 @@ qemu-server (3.1-11) unstable; urgency=low * depend on pve-qemu-kvm >= 1.7-1 + + * fix 'qm unlink' command syntax -- Proxmox Support Team Tue, 03 Dec 2013 10:48:33 +0100 diff --git a/qm b/qm index 6830c6c1..297617df 100755 --- a/qm +++ b/qm @@ -415,7 +415,7 @@ my $cmddef = { move_disk => [ "PVE::API2::Qemu", 'move_vm_disk', ['vmid', 'disk', 'storage'], { node => $nodename }, $upid_exit ], - unlink => [ "PVE::API2::Qemu", 'unlink', ['vmid', 'idlist'], { node => $nodename } ], + unlink => [ "PVE::API2::Qemu", 'unlink', ['vmid'], { node => $nodename } ], config => [ "PVE::API2::Qemu", 'vm_config', ['vmid'], { node => $nodename }, sub {