[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 2/6] iotests/259: Fix reference output
From: |
Eric Blake |
Subject: |
[PULL 2/6] iotests/259: Fix reference output |
Date: |
Wed, 2 Sep 2020 16:53:56 -0500 |
From: Max Reitz <mreitz@redhat.com>
The error message has changed recently, breaking the test. Fix it.
Fixes: a2b333c01880f56056d50c238834d62e32001e54
("block: nbd: Fix convert qcow2 compressed to nbd")
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200811080830.289136-1-mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
---
tests/qemu-iotests/259.out | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/259.out b/tests/qemu-iotests/259.out
index e27b9ff38d75..1aaadfda4ead 100644
--- a/tests/qemu-iotests/259.out
+++ b/tests/qemu-iotests/259.out
@@ -10,5 +10,5 @@ disk size: unavailable
--- Testing creation for which the node would need to grow ---
Formatting 'TEST_DIR/t.IMGFMT', fmt=qcow2 size=67108864 preallocation=metadata
-qemu-img: TEST_DIR/t.IMGFMT: Could not resize image: Image format driver does
not support resize
+qemu-img: TEST_DIR/t.IMGFMT: Could not resize image: Cannot grow NBD nodes
*** done
--
2.28.0
- [PULL 0/6] NBD patches for 2020-09-02, Eric Blake, 2020/09/02
- [PULL 1/6] iotests/059: Fix reference output, Eric Blake, 2020/09/02
- [PULL 4/6] block: add missing socket_init() calls to tools, Eric Blake, 2020/09/02
- [PULL 3/6] block/nbd: use non-blocking connect: fix vm hang on connect(), Eric Blake, 2020/09/02
- [PULL 5/6] nbd: skip SIGTERM handler if NBD device support is not built, Eric Blake, 2020/09/02
- [PULL 2/6] iotests/259: Fix reference output,
Eric Blake <=
- [PULL 6/6] nbd: disable signals and forking on Windows builds, Eric Blake, 2020/09/02
- Re: [PULL 0/6] NBD patches for 2020-09-02, Peter Maydell, 2020/09/04