]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs: fix reflink test failures when dax is enabled
authorDarrick J. Wong <djwong@kernel.org>
Wed, 18 Jan 2023 00:42:29 +0000 (16:42 -0800)
committerZorro Lang <zlang@kernel.org>
Fri, 20 Jan 2023 13:26:53 +0000 (21:26 +0800)
Turn off reflink tests that require delayed allocation to work, because
we don't use delayed allocation when fsdax mode is turned on.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Xiao Yang <yangx.jy@fujitsu.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/184
tests/xfs/192
tests/xfs/200
tests/xfs/204
tests/xfs/232
tests/xfs/440

index c251040e8a4757b18581d57f8d17c183e0070267..3bdd86addf2430021666538c569c50bc2bfef2cb 100755 (executable)
@@ -19,6 +19,7 @@ _begin_fstest auto quick clone fiemap unshare
 
 # real QA test starts here
 _supported_fs xfs
+_require_scratch_delalloc
 _require_scratch_reflink
 _require_cp_reflink
 _require_xfs_io_command "fiemap"
index 85ed7a48fc1a4846d7395b34a66636be83be5e70..ced18fa3c129a800cac54087dae57a3e25562684 100755 (executable)
@@ -19,6 +19,7 @@ _begin_fstest auto quick clone fiemap unshare
 
 # real QA test starts here
 _supported_fs xfs
+_require_scratch_delalloc
 _require_scratch_reflink
 _require_cp_reflink
 _require_xfs_io_command "fiemap"
index f91bfbf4780ed9036e73b3b261267ee8227a239d..b51b9a54f57bac6eeb14d4c02318ef278bb8635e 100755 (executable)
@@ -21,6 +21,7 @@ _begin_fstest auto quick clone fiemap unshare
 
 # real QA test starts here
 _supported_fs xfs
+_require_scratch_delalloc
 _require_scratch_reflink
 _require_cp_reflink
 _require_xfs_io_command "fiemap"
index d034446bbca3fd3cb3e04a75b7b35642e31be6ce..ca21dfe722ccb94c80a7a8b59f37d3f06fdb6801 100755 (executable)
@@ -21,6 +21,7 @@ _begin_fstest auto quick clone fiemap unshare
 
 # real QA test starts here
 _supported_fs xfs
+_require_scratch_delalloc
 _require_scratch_reflink
 _require_cp_reflink
 _require_xfs_io_command "fiemap"
index f402ad6cf3bbaeb96df70756049455f3f976bdc3..59bbc43686d30e0ab16a92c846a9ccec387ed371 100755 (executable)
@@ -30,6 +30,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
+_require_scratch_delalloc
 _require_xfs_io_command "cowextsize"
 _require_scratch_reflink
 _require_cp_reflink
index 496ee04edfa7bf5ce41383ea1e4efd54721407c3..368ee8a05d0b0b8ab9fabf07d757ff3fb84553e7 100755 (executable)
@@ -20,6 +20,7 @@ _begin_fstest auto quick clone quota
 _supported_fs xfs
 
 _require_quota
+_require_scratch_delalloc
 _require_scratch_reflink
 _require_cp_reflink
 _require_user