mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/27[26]: force realtime on or off as needed
Certain tests have certain requirements where the realtime parameters are concerned. Fix them all. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
f3d639b1cc
commit
e97f96e55f
@@ -37,6 +37,9 @@ echo "Format and mount"
|
||||
_scratch_mkfs > "$seqres.full" 2>&1
|
||||
_scratch_mount
|
||||
|
||||
# Make sure everything is on the data device
|
||||
$XFS_IO_PROG -c 'chattr -t' $SCRATCH_MNT
|
||||
|
||||
_pwrite_byte 0x80 0 737373 $SCRATCH_MNT/urk >> $seqres.full
|
||||
sync
|
||||
$here/src/punch-alternating $SCRATCH_MNT/urk >> $seqres.full
|
||||
|
||||
+7
-1
@@ -35,9 +35,15 @@ _require_test_program "punch-alternating"
|
||||
rm -f "$seqres.full"
|
||||
|
||||
echo "Format and mount"
|
||||
_scratch_mkfs > "$seqres.full" 2>&1
|
||||
_scratch_mkfs | _filter_mkfs 2> "$tmp.mkfs"
|
||||
. $tmp.mkfs
|
||||
cat "$tmp.mkfs" > $seqres.full
|
||||
_scratch_mount
|
||||
|
||||
# Don't let the rt extent size perturb the fsmap output with unwritten
|
||||
# extents in places we don't expect them
|
||||
test $rtextsz -eq $dbsize || _notrun "Skipping test due to rtextsize > 1 fsb"
|
||||
|
||||
$XFS_IO_PROG -f -R -c 'pwrite -S 0x80 0 737373' $SCRATCH_MNT/urk >> $seqres.full
|
||||
sync
|
||||
$here/src/punch-alternating $SCRATCH_MNT/urk >> $seqres.full
|
||||
|
||||
Reference in New Issue
Block a user