[pve-devel] [PATCH] block-job-complete : retry if block job cannot be complete

Dietmar Maurer dietmar at proxmox.com
Mon Nov 10 07:40:20 CET 2014


> > Yes, qmp events are the right way. We should just need to catch the
> > ready event and do the block-job-complete.
> > It could be also useful to catch other events like vm stop. (If
> > stopped from the guest).
> >
> > But I don't known how to implement that.
> 
> I will do a few tests now to see if we can implement that.

OK, it is not possible to implement this, because qemu only allows
a single qmp connection. So if we keep a connection open to get events, 
we would block everything else.







More information about the pve-devel mailing list