Files
apfstests/tests/overlay/065.out
T
Amir Goldstein 04d08996e9 overlay/065: adjust test to expect EBUSY only with index=on
This is needed to support the kernel regression fix commit 0be0bfd2de9d
("ovl: fix regression caused by overlapping layers detection").

Overlayfs mount is not supposed to fail due to upper/work dir in-use
by other mount unless option index=on is enabled.

Add test variants for index=on and index=off.

Fix some wrong comments and clean noise lines in golden output.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
2019-07-28 18:41:55 +08:00

22 lines
884 B
Plaintext

QA output created by 065
Conflicting upperdir/lowerdir
mount: Too many levels of symbolic links
Conflicting workdir/lowerdir
mount: Too many levels of symbolic links
Overlapping upperdir/lowerdir
mount: Too many levels of symbolic links
Conflicting lower layers
mount: Too many levels of symbolic links
Overlapping lower layers below
mount: Too many levels of symbolic links
Overlapping lower layers above
mount: Too many levels of symbolic links
Overlapping with upperdir of another instance (index=on)
mount: device already mounted or mount point busy
Overlapping with upperdir of another instance (index=off)
Overlapping with workdir of another instance (index=on)
mount: device already mounted or mount point busy
Overlapping with workdir of another instance (index=off)
Overlapping upperdir/lowerdir after mount
find: 'SCRATCH_DEV/mnt.2/upper': Too many levels of symbolic links