Files
apfstests/279.out
T
Eric Sandeen 74ed5e51da 279: test mkfs with various sector sizes & alignments
This test uses the scsi_debug module to test mkfs against
various physical & logical sector sizes, and with aligned
and unaligned devices.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
2012-03-08 17:29:40 -06:00

36 lines
750 B
Plaintext

QA output created by 279
===================
4k physical 512b logical aligned
===================
mkfs with opts: DEVICE
Passed.
Got sector size: 4096
===================
mkfs with opts: -b size=2048 -f DEVICE
Passed.
Got sector size: 512
===================
4k physical 512b logical unaligned
===================
mkfs with opts: DEVICE
Failed.
===================
mkfs with opts: -f DEVICE
Passed.
Got sector size: 512
===================
mkfs with opts: -s size=4096 DEVICE
Failed.
===================
mkfs with opts: -s size=4096 -f DEVICE
Passed.
Got sector size: 4096
===================
hard 4k physical / 4k logical
===================
mkfs with opts: -b size=2048 DEVICE
Failed.
===================
mkfs with opts: -s size=512 DEVICE
Failed.