Re: [Qemu-block] [PATCH] nbd: Fix iotests failure due to changed client error message

2017-07-17 Thread Eric Blake
On 07/17/2017 01:12 PM, John Snow wrote: > > > On 07/17/2017 10:23 AM, Eric Blake wrote: >> Commit 8ecaeae8 changed the way the client requests an NBD export, >> and in the process also changed the resulting error message when >> the export is not present, breaking a couple of iotests. The

Re: [Qemu-block] [PATCH] nbd: Fix iotests failure due to changed client error message

2017-07-17 Thread John Snow
On 07/17/2017 10:23 AM, Eric Blake wrote: > Commit 8ecaeae8 changed the way the client requests an NBD export, > and in the process also changed the resulting error message when > the export is not present, breaking a couple of iotests. The error > message is now directly given by the server (a

[Qemu-block] [PATCH] nbd: Fix iotests failure due to changed client error message

2017-07-17 Thread Eric Blake
Commit 8ecaeae8 changed the way the client requests an NBD export, and in the process also changed the resulting error message when the export is not present, breaking a couple of iotests. The error message is now directly given by the server (a failed NBD_OPT_GO) instead of implied by the client