diff options
Diffstat (limited to 'internal/rosa/package/qemu/iotests-zfs.patch')
| -rw-r--r-- | internal/rosa/package/qemu/iotests-zfs.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/internal/rosa/package/qemu/iotests-zfs.patch b/internal/rosa/package/qemu/iotests-zfs.patch new file mode 100644 index 00000000..336257fc --- /dev/null +++ b/internal/rosa/package/qemu/iotests-zfs.patch @@ -0,0 +1,16 @@ +diff --git a/tests/qemu-iotests/150 b/tests/qemu-iotests/150 +index fab0faa389..d71fb5978d 100755 +--- a/tests/qemu-iotests/150 ++++ b/tests/qemu-iotests/150 +@@ -41,6 +41,11 @@ _supported_fmt raw qcow2 + _supported_proto file + _supported_os Linux + ++# work directory is never an overlay ++if [ "$(stat -fc '%T' /work/)" = "zfs" ]; then ++ _notrun 'fails on zfs' ++fi ++ + + img_size=1048576 + |
