xfs/53[238]: Disable realtime inherit flag
[xfstests-dev.git] / tests / xfs / 533
index be909fcc4657da41136e93304e278b64522db65d..dd4cb4c4e6277650381ec8687f41f6d687e28d07 100755 (executable)
@@ -56,6 +56,10 @@ echo "Format and mount fs"
 _scratch_mkfs_sized $((1024 * 1024 * 1024)) >> $seqres.full
 _scratch_mount >> $seqres.full
 
+# Disable realtime inherit flag (if any) on root directory so that space on data
+# device gets fragmented rather than realtime device.
+$XFS_IO_PROG -c 'chattr -t' $SCRATCH_MNT
+
 echo "Consume free space"
 fillerdir=$SCRATCH_MNT/fillerdir
 nr_free_blks=$(stat -f -c '%f' $SCRATCH_MNT)