Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2024 08:18:20 GMT
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4f4b483d3100 - main - stress2: Added a comment about a problem found and fixed
Message-ID:  <202409160818.48G8IKhP028016@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=4f4b483d310058bd45323e3721e374724c1ccf0c

commit 4f4b483d310058bd45323e3721e374724c1ccf0c
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2024-09-16 08:17:50 +0000
Commit:     Peter Holm <pho@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409160818.48G8IKhP028016>