On Thu, Aug 31, 2017 at 11:06:55AM -0500, Eric Blake wrote: > On 08/31/2017 06:22 AM, Fam Zheng wrote: > > Signed-off-by: Fam Zheng <f...@redhat.com> > > --- > > tests/docker/test-block | 21 +++++++++++++++++++++ > > 1 file changed, 21 insertions(+) > > create mode 100755 tests/docker/test-block > > > > +cd "$BUILD_DIR" > > + > > +build_qemu --target-list=x86_64-softmmu > > +cd tests/qemu-iotests > > +./check -raw > > +./check -qcow2 > > Should we also run ./check -nbd?
FWIW, yes, if it's not too onerous. Not least because many of the NBD-using block layer features are important storage virtualization features for management layers. -- /kashyap