mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
prevent log wrap with all forms of quota enabled.
This commit is contained in:
@@ -122,7 +122,7 @@ rm -f $seq.out $seq.full
|
|||||||
umount $SCRATCH_DEV >/dev/null 2>&1
|
umount $SCRATCH_DEV >/dev/null 2>&1
|
||||||
|
|
||||||
_full "mkfs"
|
_full "mkfs"
|
||||||
mkfs -t xfs -f $SCRATCH_DEV >>$seq.full 2>&1 \
|
mkfs -t xfs -f -lsize=2000b $SCRATCH_DEV >>$seq.full 2>&1 \
|
||||||
|| _fail "mkfs failed"
|
|| _fail "mkfs failed"
|
||||||
_full " mount"
|
_full " mount"
|
||||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full 2>&1 \
|
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full 2>&1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user