qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-stable] [PATCH v3 0/2] block: allow flush on devices with open


From: Kevin Wolf
Subject: Re: [Qemu-stable] [PATCH v3 0/2] block: allow flush on devices with open tray
Date: Fri, 16 Sep 2016 10:33:04 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 16.09.2016 um 01:42 hat John Snow geschrieben:
> One more try.
> 
> The move to blk_flush altered the behavior of migration and flushing
> nodes that are not reachable via the guest, but are still reachable
> via QEMU and may or may not need to be flushed.
> 
> This is likely the simplest solution for now until we nail down our
> policy a bit more.
> 
> This is intended for 2.6.2 and/or 2.7.1, to fix problems with libvirt
> et al being unable to migrate QEMU when the CDROM tray is open.
> 
> v3:
>  Trying to take a hint from Kevin, reinstating bdrv_flush_all.
>  If it's not what we want, we can try moving back to v2,
>  acknowledging that a nicer solution in the future:
>  (A) Can skip flushing on devices that just don't need it, and
>  (B) Optionally institutes some sort of flush-on-eject policy.

Reviewed-by: Kevin Wolf <address@hidden>

The only part that I'm not completely happy with are the commit messages
because there is a theme of "bypassing checks" in there. That's not
really what happens because the requests don't come from something
attached to the BlockBackends in the first place, and it also completely
ignores the case of BDSes that aren't currently attached to any BB and
are fixed by these changes as well.

Anyway, that's a minor problem as long as the code is right.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]