qemu-server/PVE
Dominik Csapak 6aa43f9238 fix reverting for non-existing configs
reverting a nonexisting option did not work with the latest changes
in pve-guest-common, because we do not delete the pending option
in 'add_to_pending_delete' anymore

this had the effect that we had following in the config:
[pending]
option: pendingvalue
delete: option

which would do the deletion code and the pending add code
(e.g. delete the pending cloud init drive and creating it again)

to avoid that situation, we need to remove the option from the pending hash
in the 'delete loop'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-10-23 11:47:52 +02:00
..
API2 fix reverting for non-existing configs 2019-10-23 11:47:52 +02:00
CLI cli: use guesthelper for pending 2019-10-18 18:45:27 +02:00
QemuServer cloudinit: fix vm start hanging with disk on ZFS 2019-10-18 21:40:34 +02:00
VZDump backup: is IOThread comaptible: only check running VMs 2019-10-23 11:28:51 +02:00
Makefile buildsys: use $(MAKE) instead of make 2019-09-24 18:06:16 +02:00
QemuConfig.pm Fix #2171: vm_start: volid based statefiles were not activated 2019-10-17 19:20:32 +02:00
QemuMigrate.pm close #2263: die on live migration with local cloudinit disk 2019-08-26 12:13:07 +02:00
QemuServer.pm followup: code cleanup and some comments 2019-10-23 11:39:03 +02:00
QMPClient.pm tree-wide trailing whitespace cleanup 2019-09-25 16:55:53 +02:00