diff options
author | Fam Zheng <famz@redhat.com> | 2013-10-11 15:43:23 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-10-11 16:50:01 +0200 |
commit | 52c8d629cac27ad16dd51507b4733d46fa4efc55 (patch) | |
tree | b20f772c96efb4899bbac8c56374822c8803d843 /tests/qemu-iotests/059.out | |
parent | 4823970bcb882cd5b7e9c9a21fa6573190035050 (diff) | |
download | qemu-52c8d629cac27ad16dd51507b4733d46fa4efc55.zip qemu-52c8d629cac27ad16dd51507b4733d46fa4efc55.tar.gz qemu-52c8d629cac27ad16dd51507b4733d46fa4efc55.tar.bz2 |
vmdk: refuse enabling zeroed grain with flat images
This is a header flag and we needs sparse for the header.
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/059.out')
-rw-r--r-- | tests/qemu-iotests/059.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out index 265cd76..9b12efb 100644 --- a/tests/qemu-iotests/059.out +++ b/tests/qemu-iotests/059.out @@ -22,4 +22,8 @@ image: TEST_DIR/t.vmdk file format: vmdk virtual size: 2.0G (2147483648 bytes) disk size: 4.0K + +=== Testing monolithicFlat with zeroed_grain === +qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648 *** done |