@@ -107,6 +107,9 @@ mpB/dir SCRATCH_DEV
mpC SCRATCH_DEV
mpC/dir SCRATCH_DEV
======
+mkdir: cannot create directory '/mnt/410/3871733_mpA': File exists
+mkdir: cannot create directory '/mnt/410/3871733_mpB': File exists
+mkdir: cannot create directory '/mnt/410/3871733_mpC': File exists
make-shared a slave shared mount
before make-shared run on slave shared
------
nearly impossible.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
tests/generic/410 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -93,7 +93,7 @@ start_test()
{
local type=$1
- _scratch_mkfs >$seqres.full 2>&1
+ _scratch_mkfs >>$seqres.full 2>&1
_get_mount -t $FSTYP $SCRATCH_DEV $MNTHEAD
$MOUNT_PROG --make-"${type}" $MNTHEAD
mkdir $mpA $mpB $mpC
From: Darrick J. Wong <djwong@kernel.org> Don't truncate $seqres.full every time we format a new filesystem; this makes debugging of this weird failure: