Re: [Qemu-devel] [PATCH 13/14] qemu-nbd: Add --list option

2018-12-07 Thread Eric Blake
On 12/7/18 10:49 AM, Vladimir Sementsov-Ogievskiy wrote: $ qemu-nbd -L exports available: 1    export: ''     size:  65536     flags: 0x4ed ( flush fua trim zeroes df cache )     min block: 512     opt block: 4096     max block: 33554432     available meta contexts: 1 base:allocatio

Re: [Qemu-devel] [PATCH 13/14] qemu-nbd: Add --list option

2018-12-07 Thread Vladimir Sementsov-Ogievskiy
07.12.2018 18:36, Eric Blake wrote: > On 12/7/18 6:48 AM, Vladimir Sementsov-Ogievskiy wrote: >> 01.12.2018 1:03, Eric Blake wrote: >>> We want to be able to detect whether a given qemu NBD server is >>> exposing the right export(s) and dirty bitmaps, at least for >>> regression testing.  We could

Re: [Qemu-devel] [PATCH 13/14] qemu-nbd: Add --list option

2018-12-07 Thread Vladimir Sementsov-Ogievskiy
07.12.2018 18:36, Eric Blake wrote: > On 12/7/18 6:48 AM, Vladimir Sementsov-Ogievskiy wrote: >> 01.12.2018 1:03, Eric Blake wrote: >>> We want to be able to detect whether a given qemu NBD server is >>> exposing the right export(s) and dirty bitmaps, at least for >>> regression testing.  We could

Re: [Qemu-devel] [PATCH 13/14] qemu-nbd: Add --list option

2018-12-07 Thread Eric Blake
On 12/7/18 6:48 AM, Vladimir Sementsov-Ogievskiy wrote: 01.12.2018 1:03, Eric Blake wrote: We want to be able to detect whether a given qemu NBD server is exposing the right export(s) and dirty bitmaps, at least for regression testing. We could use 'nbd-client -l' from the upstream NBD project

Re: [Qemu-devel] [PATCH 13/14] qemu-nbd: Add --list option

2018-12-07 Thread Vladimir Sementsov-Ogievskiy
01.12.2018 1:03, Eric Blake wrote: > We want to be able to detect whether a given qemu NBD server is > exposing the right export(s) and dirty bitmaps, at least for > regression testing. We could use 'nbd-client -l' from the upstream > NBD project to list exports, but it's annoying to rely on > out

Re: [Qemu-devel] [PATCH 13/14] qemu-nbd: Add --list option

2018-12-01 Thread Richard W.M. Jones
On Fri, Nov 30, 2018 at 04:03:42PM -0600, Eric Blake wrote: > We want to be able to detect whether a given qemu NBD server is > exposing the right export(s) and dirty bitmaps, at least for > regression testing. We could use 'nbd-client -l' from the upstream > NBD project to list exports, but it's

[Qemu-devel] [PATCH 13/14] qemu-nbd: Add --list option

2018-11-30 Thread Eric Blake
We want to be able to detect whether a given qemu NBD server is exposing the right export(s) and dirty bitmaps, at least for regression testing. We could use 'nbd-client -l' from the upstream NBD project to list exports, but it's annoying to rely on out-of-tree binaries; furthermore, nbd-client do