Re: [Qemu-devel] [PATCH for-2.11] nbd/server: Fix error reporting for bad requests

2017-11-15 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Subject: [Qemu-devel] [PATCH for-2.11] nbd/server: Fix error reporting for bad requests Message-id: 20171115211917.789-1-ebl...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be

Re: [Qemu-devel] [PATCH for-2.11] nbd/server: Fix error reporting for bad requests

2017-11-15 Thread no-reply
Hi, This series failed build test on ppc host. Please find the details below. Type: series Message-id: 20171115211917.789-1-ebl...@redhat.com Subject: [Qemu-devel] [PATCH for-2.11] nbd/server: Fix error reporting for bad requests === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be

Re: [Qemu-devel] [PATCH for-2.11] nbd/server: Fix error reporting for bad requests

2017-11-15 Thread Eric Blake
On 11/15/2017 03:23 PM, no-re...@patchew.org wrote: > Hi, > > This series failed build test on s390x host. Please find the details below. EPEBCAK. Serves me right for tweaking the patch in between compile-testing and posting. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1

Re: [Qemu-devel] [PATCH for-2.11] nbd/server: Fix error reporting for bad requests

2017-11-15 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH for-2.11] nbd/server: Fix error reporting for bad requests Type: series Message-id

[Qemu-devel] [PATCH for-2.11] nbd/server: Fix error reporting for bad requests

2017-11-15 Thread Eric Blake
The NBD spec says an attempt to NBD_CMD_TRIM on a read-only export should fail with EPERM, as a trim has the potential to change disk contents, but we were relying on the block layer to catch that for us, which might not always give the right error (and even if it does, it does not let us pass back