summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2013-05-28 11:19:51 +0200
committerKevin Wolf <kwolf@redhat.com>2013-06-04 12:11:57 +0200
commit8ddd08c5d1415a71f21157686d43f48ff14992b6 (patch)
tree7e9a9a85052bbd465413f9923c95598355e55765
parent171392406d8e230d62e5ebf4805f71460854b8ec (diff)
downloadqemu-8ddd08c5d1415a71f21157686d43f48ff14992b6.tar.gz
qemu-iotests: fix 054 cluster size help output
Commit f3f4d2c09b9cf46903ba38425ec46c44185162bd added a hint to increase the cluster size when a large image cannot be created. Test 054 now has outdated output and fails because the golden output does not match. This patch updates the 054 golden output. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
-rw-r--r--tests/qemu-iotests/054.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/054.out b/tests/qemu-iotests/054.out
index 0b2fe301ea..2f357c271d 100644
--- a/tests/qemu-iotests/054.out
+++ b/tests/qemu-iotests/054.out
@@ -1,7 +1,7 @@
QA output created by 054
creating too large image (1 EB)
-qemu-img: The image size is too large for file format 'qcow2'
+qemu-img: The image size is too large for file format 'qcow2' (try using a larger cluster size)
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1152921504606846976
creating too large image (1 EB) using qcow2.py