[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/9] block/export: Don't ignore image activation error in blk
From: |
Eric Blake |
Subject: |
Re: [PATCH 4/9] block/export: Don't ignore image activation error in blk_exp_add() |
Date: |
Thu, 30 Jan 2025 12:58:46 -0600 |
User-agent: |
NeoMutt/20250113 |
On Wed, Jan 22, 2025 at 12:50:41PM +0100, Kevin Wolf wrote:
> Currently, block jobs can't handle inactive images correctly. Incoming
> write requests would run into assertion failures. Make sure that we
> return an error when creating an export can't activate the image.
>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> block/export/export.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization: qemu.org | libguestfs.org
- [PATCH 0/9] block: Managing inactive nodes (QSD migration), Kevin Wolf, 2025/01/22
- [PATCH 4/9] block/export: Don't ignore image activation error in blk_exp_add(), Kevin Wolf, 2025/01/22
- Re: [PATCH 4/9] block/export: Don't ignore image activation error in blk_exp_add(),
Eric Blake <=
- [PATCH 3/9] block: Support inactive nodes in blk_insert_bs(), Kevin Wolf, 2025/01/22
- [PATCH 2/9] block: Add option to create inactive nodes, Kevin Wolf, 2025/01/22
- [PATCH 6/9] nbd/server: Support inactive nodes, Kevin Wolf, 2025/01/22
- [PATCH 7/9] block: Add blockdev-set-active QMP command, Kevin Wolf, 2025/01/22
- [PATCH 8/9] iotests: Add filter_qtest(), Kevin Wolf, 2025/01/22
- [PATCH 9/9] iotests: Add qsd-migrate case, Kevin Wolf, 2025/01/22
- [PATCH 1/9] block: Allow inactivating already inactive nodes, Kevin Wolf, 2025/01/22