diff options
author | Max Reitz <mreitz@redhat.com> | 2019-06-13 00:08:39 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-07-19 15:17:55 +0200 |
commit | 49278ec065da3fbf90f7effcde3b39ac606b2e9e (patch) | |
tree | b71b421d75168926c8739a4992b59f13d8847998 /tests/qemu-iotests/218.out | |
parent | e6f0ac4d52ae99cf88d66bca8746beb0d25ef0cd (diff) |
iotests: Test quitting with job on throttled node
When qemu quits, all throttling should be ignored. That means, if there
is a mirror job running from a throttled node, it should be cancelled
immediately and qemu close without blocking.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/218.out')
-rw-r--r-- | tests/qemu-iotests/218.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qemu-iotests/218.out b/tests/qemu-iotests/218.out index 825a657081..5a86a97550 100644 --- a/tests/qemu-iotests/218.out +++ b/tests/qemu-iotests/218.out @@ -28,3 +28,7 @@ Cancelling job Cancelling job {"return": {}} {"data": {"device": "mirror", "len": 1048576, "offset": 1048576, "speed": 0, "type": "mirror"}, "event": "BLOCK_JOB_CANCELLED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} + +=== Cancel mirror job from throttled node by quitting === + +{"return": {}} |