The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=4f4b483d310058bd45323e3721e374724c1ccf0c
commit 4f4b483d310058bd45323e3721e374724c1ccf0c Author: Peter Holm <p...@freebsd.org> AuthorDate: 2024-09-16 08:17:50 +0000 Commit: Peter Holm <p...@freebsd.org> CommitDate: 2024-09-16 08:17:50 +0000 stress2: Added a comment about a problem found and fixed --- tools/test/stress2/misc/mount7.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/test/stress2/misc/mount7.sh b/tools/test/stress2/misc/mount7.sh index d85c91529e83..2489421c544d 100755 --- a/tools/test/stress2/misc/mount7.sh +++ b/tools/test/stress2/misc/mount7.sh @@ -28,6 +28,14 @@ # Another parallel mount(8) test scenario +# Seen: +# UID PID PPID C PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND +# 0 37225 99871 1 32 0 13280 3116 sdstart D+ 0 0:00.04 mount /dev/md21 /mnt21 +# 0 37236 99550 9 68 0 13280 3112 sdstart D+ 0 0:00.04 mount /dev/md19 /mnt19 + +# https://people.freebsd.org/~pho/stress/log/log0549.txt +# Fixed by kib@ in 4b273a7fb9e6 + . ../default.cfg mounts=15