mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-14 21:52:18 -06:00
qemu-iotests: blacklist test 020 for NFS protocol
reopening is currently not supported. Signed-off-by: Peter Lieven <pl@kamp.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
1f7bf7d068
commit
ecd792fd21
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ _unsupported_imgopts "subformat=monolithicFlat" \
|
||||||
"subformat=twoGbMaxExtentFlat" \
|
"subformat=twoGbMaxExtentFlat" \
|
||||||
"subformat=twoGbMaxExtentSparse"
|
"subformat=twoGbMaxExtentSparse"
|
||||||
|
|
||||||
|
# NFS does not support bdrv_reopen_prepare thus qemu-img commit fails.
|
||||||
|
if [ "$IMGPROTO" = "nfs" ]; then
|
||||||
|
_notrun "image protocol $IMGPROTO does not support bdrv_commit"
|
||||||
|
fi
|
||||||
|
|
||||||
TEST_OFFSETS="0 4294967296"
|
TEST_OFFSETS="0 4294967296"
|
||||||
|
|
||||||
_make_test_img 6G
|
_make_test_img 6G
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue