aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/240.out
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2019-05-24 10:41:34 +0200
committerKevin Wolf <kwolf@redhat.com>2019-06-04 15:22:22 +0200
commit45e92a9011bff4f6660dae1e011083c5790d121b (patch)
tree6ebb02a0a6f72535f95f9c356fdd2ec7224e34ae /tests/qemu-iotests/240.out
parent087ba459a222cb022ce79110eebef190b8ec854a (diff)
nbd-server: Call blk_set_allow_aio_context_change()
The NBD server uses an AioContext notifier, so it can tolerate that its BlockBackend is switched to a different AioContext. Before we start actually calling bdrv_try_set_aio_context(), which checks for consistency, outside of test cases, we need to make sure that the NBD server actually allows this. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/240.out')
-rw-r--r--tests/qemu-iotests/240.out13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/qemu-iotests/240.out b/tests/qemu-iotests/240.out
index d76392966c..84e0a43ce5 100644
--- a/tests/qemu-iotests/240.out
+++ b/tests/qemu-iotests/240.out
@@ -51,4 +51,17 @@ QMP_VERSION
{"return": {}}
{"return": {}}
{"return": {}}
+
+=== Attach a SCSI disks using the same block device as a NBD server ===
+
+Testing:
+QMP_VERSION
+{"return": {}}
+{"return": {}}
+{"return": {}}
+{"return": {}}
+{"return": {}}
+{"return": {}}
+{"return": {}}
+{"return": {}}
*** done