overlay: run unionmount testsuite test cases
[xfstests-dev.git] / tests / xfs / 279.out
1 QA output created by 279
2 ===================
3 4k physical 512b logical aligned
4 ===================
5 mkfs with opts: DEVICE
6 Passed.
7 Got sector size: 4096
8 ===================
9 mkfs with opts: -b size=2048 -f DEVICE
10 Passed.
11 Got sector size: 512
12 ===================
13 4k physical 512b logical unaligned
14 ===================
15 mkfs with opts: DEVICE
16 Failed.
17 ===================
18 mkfs with opts: -f DEVICE
19 Passed.
20 Got sector size: 512
21 ===================
22 mkfs with opts: -s size=4096 DEVICE
23 Failed.
24 ===================
25 mkfs with opts: -s size=4096 -f DEVICE
26 Passed.
27 Got sector size: 4096
28 ===================
29 hard 4k physical / 4k logical
30 ===================
31 mkfs with opts: -b size=2048 DEVICE
32 Failed.
33 ===================
34 mkfs with opts: -s size=512 DEVICE
35 Failed.