Changes in v2: * Dropped already applied patches. * Introduce sd_notify() helper. * Different approach, make the service type=notify instead of waiting in a sleep+check-loop until the object shows up via QMP 'qom-list'.
As reported in the community forum [0], it might happen that the dbus-vmstate object is not added (quickly enough) to the target QEMU instance, before the migration state is loaded. This would result in a crash of the target instance. [0]: https://forum.proxmox.com/threads/172588/ Dependency bump qemu-server -> pve-common needed. pve-common: Fiona Ebner (1): systemd: add sd_notify() helper src/PVE/Systemd.pm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) qemu-server: Fiona Ebner (1): migration: conntrack: avoid crash when dbus-vmstate object cannot be added (quickly enough) src/usr/dbus-vmstate | 3 +++ src/usr/[email protected] | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) Summary over all repositories: 3 files changed, 25 insertions(+), 1 deletions(-) -- Generated by git-murpp 0.5.0 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
