@@ -50,6 +50,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_odirect
rm -f $seqres.full
@@ -50,6 +50,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
rm -f $seqres.full
@@ -50,6 +50,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_odirect
rm -f $seqres.full
@@ -50,6 +50,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
rm -f $seqres.full
@@ -51,6 +51,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_odirect
rm -f $seqres.full
@@ -51,6 +51,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
rm -f $seqres.full
@@ -50,6 +50,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_odirect
rm -f $seqres.full
@@ -50,6 +50,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
rm -f $seqres.full
@@ -54,6 +54,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_xfs_io_command "fpunch"
_require_cp_reflink
_require_odirect
@@ -54,6 +54,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_xfs_io_command "fpunch"
_require_cp_reflink
_require_odirect
@@ -51,6 +51,7 @@ _supported_os Linux
_supported_fs xfs
_require_scratch_reflink
_require_cp_reflink
+_require_xfs_io_command "cowextsize"
_require_fiemap
old_cow_lifetime=$(cat /proc/sys/fs/xfs/speculative_cow_prealloc_lifetime)
@@ -50,6 +50,7 @@ _cleanup()
# real QA test starts here
_supported_os Linux
_supported_fs xfs
+_require_xfs_io_command "cowextsize"
_require_scratch_reflink
_require_cp_reflink
_require_fiemap
@@ -55,6 +55,7 @@ _supported_os Linux
_supported_fs xfs
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_xfs_io_command "fpunch"
_require_xfs_io_command "bmap" "-c"
_require_cp_reflink
@@ -51,6 +51,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
rm -f $seqres.full
@@ -51,6 +51,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_odirect
rm -f $seqres.full
@@ -53,6 +53,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
rm -f $seqres.full
@@ -53,6 +53,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_odirect
rm -f $seqres.full
@@ -53,6 +53,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
rm -f $seqres.full
@@ -53,6 +53,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_odirect
rm -f $seqres.full
@@ -54,6 +54,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
rm -f $seqres.full
@@ -54,6 +54,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_xfs_io_command "cowextsize"
_require_odirect
rm -f $seqres.full
@@ -49,6 +49,7 @@ _supported_fs xfs
_require_cp_reflink
_require_scratch_reflink
_require_error_injection
+_require_xfs_io_command "cowextsize"
_require_xfs_io_error_injection "free_extent"
rm -f $seqres.full
@@ -50,6 +50,7 @@ _supported_os Linux
_supported_fs xfs
_require_cp_reflink
_require_scratch_reflink
+_require_xfs_io_command "cowextsize"
_require_xfs_io_error_injection "refcount_finish_one"
rm -f $seqres.full
Some of the tests forgot to check that xfs_io has a cowextsize command, so fix that here. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> --- tests/xfs/215 | 1 + tests/xfs/218 | 1 + tests/xfs/219 | 1 + tests/xfs/221 | 1 + tests/xfs/223 | 1 + tests/xfs/224 | 1 + tests/xfs/225 | 1 + tests/xfs/226 | 1 + tests/xfs/228 | 1 + tests/xfs/230 | 1 + tests/xfs/231 | 1 + tests/xfs/232 | 1 + tests/xfs/243 | 1 + tests/xfs/248 | 1 + tests/xfs/249 | 1 + tests/xfs/251 | 1 + tests/xfs/254 | 1 + tests/xfs/255 | 1 + tests/xfs/256 | 1 + tests/xfs/257 | 1 + tests/xfs/258 | 1 + tests/xfs/315 | 1 + tests/xfs/326 | 1 + 23 files changed, 23 insertions(+)