mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
sync and sleep for bulkstat
Merge of master-melb:xfs-cmds:24591a by kenmcd. sync and sleep for bulkstat
This commit is contained in:
@@ -29,6 +29,7 @@ _check_paths()
|
|||||||
{
|
{
|
||||||
_path=$1 # might want to only check this path
|
_path=$1 # might want to only check this path
|
||||||
|
|
||||||
|
sync; sleep 1
|
||||||
echo ""
|
echo ""
|
||||||
echo "Check parent"
|
echo "Check parent"
|
||||||
if ! xfs_io -x -c 'parent -c' $SCRATCH_MNT | _filter_num; then
|
if ! xfs_io -x -c 'parent -c' $SCRATCH_MNT | _filter_num; then
|
||||||
|
|||||||
Reference in New Issue
Block a user