Re: how handle domU checkpoints properly

2021-07-07 Thread Olaf Hering
Am Wed, 7 Jul 2021 15:34:27 +0200 schrieb Olaf Hering : > This is incomplete because repeated checkpoint or pause operations are > not handled. Apparently they are, it is just not reported because there is no event when the domU resumes execution. Olaf pgpdooQSDlFvS.pgp Description: Digital

how handle domU checkpoints properly

2021-07-07 Thread Olaf Hering
During 'xl save -c|-p' the monitoring xl process will exit because it gets a LIBXL_EVENT_TYPE_DOMAIN_SHUTDOWN/LIBXL_SHUTDOWN_REASON_SUSPEND event. While this is correct for plain 'xl save' usage, the result is that other events such a shutdown/reboot/etc are not handled anymore for the domU. In ca