[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start
From: |
Max Reitz |
Subject: |
Re: [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start |
Date: |
Mon, 17 Aug 2020 14:37:42 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 13.08.20 18:29, Kevin Wolf wrote:
> This is a QMP equivalent of qemu-nbd's --share option, limiting the
*--shared
> maximum number of clients that can attach at the same time.
>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> qapi/block-export.json | 10 ++++++++--
> include/block/nbd.h | 3 ++-
> block/monitor/block-hmp-cmds.c | 2 +-
> blockdev-nbd.c | 33 ++++++++++++++++++++++++++-------
> qemu-storage-daemon.c | 4 ++--
> 5 files changed, 39 insertions(+), 13 deletions(-)
I suppose this is part of this series so that patch 11 can happen?
Reviewed-by: Max Reitz <mreitz@redhat.com>
signature.asc
Description: OpenPGP digital signature
Re: [RFC PATCH 09/22] nbd: Add writethrough to block-export-add, Eric Blake, 2020/08/19
[RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start, Kevin Wolf, 2020/08/13
[RFC PATCH 10/22] nbd: Remove NBDExport.close callback, Kevin Wolf, 2020/08/13
[RFC PATCH 11/22] qemu-nbd: Use blk_exp_add() to create the export, Kevin Wolf, 2020/08/13