[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PATCH] nbd/server: fix NBD_CMD_CACHE
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
Re: [Qemu-stable] [PATCH] nbd/server: fix NBD_CMD_CACHE |
Date: |
Wed, 3 Oct 2018 15:10:37 +0000 |
03.10.2018 17:57, Eric Blake wrote:
> On 10/3/18 9:47 AM, Vladimir Sementsov-Ogievskiy wrote:
>> We should not go to structured-read branch on CACHE command, fix that.
>>
>> Bug intoroduced in bc37b06a5cde24 "nbd/server: introduce NBD_CMD_CACHE"
>
> s/intoroduced/introduced/
>
>> with the whole feature and affects 3.0.0 release.
>
> Ouch. It's because I don't have an NBD client that can issue the
> command, so the server side got released without sufficient testing.
> Is there some way we could enhance qemu-io as NBD client to issue such
> a command?
may be, just add qemu-io command, like x-debug-nbd-cmd, which will just
send any nbd command? and prints all server replies? Then we'll be able
to write any unit tests on nbd-server. It's not the first time the
problem arise..
>
>>
>> Signed-off-by: Vladimir Sementsov-Ogievskiy <address@hidden>
>
> CC: address@hidden
>
> Reviewed-by: Eric Blake <address@hidden>
>
> Will queue through my NBD tree.
>
--
Best regards,
Vladimir