Re: [libvirt PATCH v8 25/37] qemu: Monitor nbdkit process for exit

2023-09-06 Thread Jonathon Jongsma
On 9/5/23 2:54 AM, Peter Krempa wrote: On Thu, Aug 31, 2023 at 16:40:05 -0500, Jonathon Jongsma wrote: Adds the ability to monitor the nbdkit process so that we can take action in case the child exits unexpectedly. When the nbdkit process exits, we pause the vm, restart nbdkit, and then resume

Re: [libvirt PATCH v8 25/37] qemu: Monitor nbdkit process for exit

2023-09-05 Thread Peter Krempa
On Thu, Aug 31, 2023 at 16:40:05 -0500, Jonathon Jongsma wrote: > Adds the ability to monitor the nbdkit process so that we can take > action in case the child exits unexpectedly. > > When the nbdkit process exits, we pause the vm, restart nbdkit, and then > resume the vm. This allows the vm to co

[libvirt PATCH v8 25/37] qemu: Monitor nbdkit process for exit

2023-08-31 Thread Jonathon Jongsma
Adds the ability to monitor the nbdkit process so that we can take action in case the child exits unexpectedly. When the nbdkit process exits, we pause the vm, restart nbdkit, and then resume the vm. This allows the vm to continue working in the event of a nbdkit failure. Eventually we may want t