Re: [Qemu-devel] [PATCH] nbd: Tolerate more errors to structured reply request

2019-08-21 Thread Eric Blake
On 8/19/19 12:57 PM, Eric Blake wrote: > A server may have a reason to reject a request for structured replies, > beyond just not recognizing them as a valid request. It doesn't hurt > us to continue talking to such a server; otherwise 'qemu-nbd --list' > of such a server fails to display all poss

Re: [Qemu-devel] [PATCH] nbd: Tolerate more errors to structured reply request

2019-08-20 Thread Vladimir Sementsov-Ogievskiy
19.08.2019 20:57, Eric Blake wrote: > A server may have a reason to reject a request for structured replies, > beyond just not recognizing them as a valid request. It doesn't hurt > us to continue talking to such a server; otherwise 'qemu-nbd --list' > of such a server fails to display all possibl

[Qemu-devel] [PATCH] nbd: Tolerate more errors to structured reply request

2019-08-19 Thread Eric Blake
A server may have a reason to reject a request for structured replies, beyond just not recognizing them as a valid request. It doesn't hurt us to continue talking to such a server; otherwise 'qemu-nbd --list' of such a server fails to display all possible details about the export. Encountered whe