NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/56329: nvme(4) takes long time to umount
The following reply was made to PR kern/56329; it has been noted by GNATS.
From: "J. Hannken-Illjes" <hannken%mailbox.org@localhost>
To: NetBSD GNATS <gnats-bugs%netbsd.org@localhost>
Cc:
Subject: Re: kern/56329: nvme(4) takes long time to umount
Date: Sat, 23 Apr 2022 11:11:38 +0200
--Apple-Mail=_40ED12DE-DD07-4479-BEF2-87F103F39CED
Content-Type: multipart/mixed;
boundary="Apple-Mail=_64336509-853A-4381-9767-48DDBFA081A2"
--Apple-Mail=_64336509-853A-4381-9767-48DDBFA081A2
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
> On 22. Apr 2022, at 16:20, Paul Goyette <paul%whooppee.com@localhost> wrote:
<snip>
> OK, I tried a 9.99.96 kernel with both DEBUG and DIAGNOSTIC turned
> off.
<snip>
> So, the unmount did not complete, but it still took a long time
> to fail.
So it is independent of DIAGNOSTIC and DEBUG -- good.
Next time you run a bulk build please do the unmount with the
script attached as "sh do_unmount.sh | tee do_unmount.log" and
send the files do_unmount.log, pre-null.log and pre-build.log
off list to hannken%mailbox.org@localhost
--
J. Hannken-Illjes - hannken%mailbox.org@localhost
--Apple-Mail=_64336509-853A-4381-9767-48DDBFA081A2
Content-Disposition: attachment;
filename=do_unmount.sh
Content-Type: application/octet-stream;
name=do_unmount.sh;
x-unix-mode=0600
Content-Transfer-Encoding: 7bit
#! /bin/sh
do_unmount(){
iostat -I -x ld0
date "+=== %T unmount ${1}"
umount ${1}
date "+=== %T"
iostat -I -x ld0
}
pstat -v > pre-null.log
do_unmount /build/netbsd-local/src
do_unmount /build/netbsd-local/xsrc
do_unmount /build/netbsd-current/src
pstat -v > pre-build.log
do_unmount /build
--Apple-Mail=_64336509-853A-4381-9767-48DDBFA081A2--
--Apple-Mail=_40ED12DE-DD07-4479-BEF2-87F103F39CED
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=signature.asc
Content-Type: application/pgp-signature;
name=signature.asc
Content-Description: Message signed with OpenPGP
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEyLVMkhxs8fxixv+2IOocBq6p/bMFAmJjwsoACgkQIOocBq6p
/bO3BhAAphW1ArzU0aHgNTzcs9zGyQmL6SOllXEZkzll94MWDoUyW5+ZLkBJ0kUB
VRIhdiN9gtZXoupr/SP9lTv7HT8PnezBNZfi3ARhVmUeySKC+vQUrqhS6PFHWMNJ
X4BeFCNxjganZ8w3XKI4vAcseb+ZRyYdGNVkZYfYa4X6LWT0qgMmxumGhEznmrss
FrVlLLg9mZbu1UcTe6frI5o82X1xjo2DjV3wEln0n8PBr/OlRruGBexfUYngkNZ7
neqQtvC5eGTsl3Op8L9ui+7GDjojStu6SQJ/P9nQx70Hb241SZlNDbf/lafHGLgD
6WIZD74PiZGZz/48gzrnQmnvwyAPHHcaYXO2DYIuT38u0LXP/B+NRjHHv9ap9lR/
eKPwAt9uCtjHJpSY7YxcmwEC4DI9B1QHnbxXe0vrbDBtTWD5bY47Qu9RkyVRhlip
1YM1iQCJhWAiE2+j242OFjN05lJR17b+WsS89Ji26+dzk23bnUsEn4lhVciFdd6A
GrSp9GmJAgUhc4ThA7uvNBvRdvEph2GQlObowZs0so+/Or6aPK/UPTpy5wqRd+sI
DfyjhIUYRh+sDEfIWYYGvjLnaHToCDXuOl4SDvVu80YNTR9M4/fhRO5nkn7ve5um
HtJcR8BSKfXRa3rWmCDrLrUimjG4zpNjQFPlJt+4X3kE/tndLuk=
=sbBE
-----END PGP SIGNATURE-----
--Apple-Mail=_40ED12DE-DD07-4479-BEF2-87F103F39CED--
Home |
Main Index |
Thread Index |
Old Index