[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices wi
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray |
Date: |
Thu, 1 Sep 2016 17:11:06 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 09/01/2016 04:56 PM, John Snow wrote:
> If a device still has an attached BDS because the medium has not yet
> been removed, we will be unable to migrate to a new host because
> blk_flush will return an error for that backend.
>
> Replace the call to blk_is_available to blk_is_inserted to weaken
> the check and allow flushes from the backend to work, while still
> disallowing flushes from the frontend/device model to work.
Sounds slightly nicer if you stop short: s/ to work//
>
> This fixes a regression present in 2.6.0 caused by the following commit:
> fe1a9cbc339bb54d20f1ca4c1e8788d16944d5cf
> block: Move some bdrv_*_all() functions to BB
>
> Signed-off-by: John Snow <address@hidden>
> ---
> block/block-backend.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Eric Blake <address@hidden>
However, I don't have an offhand suggestion on how best to test it.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v2 0/1] block-backend: allow flush on devices with open tray, John Snow, 2016/09/01
- [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray, John Snow, 2016/09/01
- Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray,
Eric Blake <=
- Re: [Qemu-devel] [Qemu-block] [PATCH v2 1/1] block-backend: allow flush on devices with open tray, Jeff Cody, 2016/09/01
- Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray, Markus Armbruster, 2016/09/02
- Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray, John Snow, 2016/09/02
- Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray, Markus Armbruster, 2016/09/05
- Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray, John Snow, 2016/09/06
- Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray, Markus Armbruster, 2016/09/07
- Re: [Qemu-devel] [PATCH v2 1/1] block-backend: allow flush on devices with open tray, Kevin Wolf, 2016/09/07