mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-04 14:00:52 +00:00
correctly remove cdrom and iscsi devices
This commit is contained in:
parent
a4788a6e14
commit
49f9db93c0
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
|||||||
|
|
||||||
VERSION=2.0
|
VERSION=2.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=16
|
PKGREL=17
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
@ -596,9 +596,10 @@ my $delete_drive = sub {
|
|||||||
} else {
|
} else {
|
||||||
PVE::QemuServer::add_unused_volume($conf, $volid, $vmid);
|
PVE::QemuServer::add_unused_volume($conf, $volid, $vmid);
|
||||||
}
|
}
|
||||||
delete $conf->{$key};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete $conf->{$key};
|
||||||
};
|
};
|
||||||
|
|
||||||
my $vmconfig_delete_option = sub {
|
my $vmconfig_delete_option = sub {
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
qemu-server (2.0-17) unstable; urgency=low
|
||||||
|
|
||||||
|
* fix cdrom removal bug
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 10:48:30 +0100
|
||||||
|
|
||||||
qemu-server (2.0-16) unstable; urgency=low
|
qemu-server (2.0-16) unstable; urgency=low
|
||||||
|
|
||||||
* ignore -tdf (avoid kvm warning) - this is no longer needed
|
* ignore -tdf (avoid kvm warning) - this is no longer needed
|
||||||
|
Loading…
Reference in New Issue
Block a user