svn commit: r279630 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Thu Mar 5 08:53:11 UTC 2015
Author: pho
Date: Thu Mar 5 08:53:10 2015
New Revision: 279630
URL: https://svnweb.freebsd.org/changeset/base/279630
Log:
Added more findings and clean up code.
Sponsored by: EMC / Isilon storage division
Modified:
user/pho/stress2/misc/nfs6.sh
Modified: user/pho/stress2/misc/nfs6.sh
==============================================================================
--- user/pho/stress2/misc/nfs6.sh Thu Mar 5 08:51:27 2015 (r279629)
+++ user/pho/stress2/misc/nfs6.sh Thu Mar 5 08:53:10 2015 (r279630)
@@ -29,13 +29,17 @@
#
# panic: vn_finished_write: neg cnt
+# http://people.freebsd.org/~pho/stress/log/kostik500.txt
+# http://people.freebsd.org/~pho/stress/log/nfs6.txt
. ../default.cfg
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
+grep -q $mntpoint /etc/exports ||
+ { echo "$mntpoint missing from /etc/exports"; exit 0; }
D=$diskimage
-dede $D 1m 128 || exit
+dede $D 1m 128 || exit
mount | grep "${mntpoint}2" | grep nfs > /dev/null && umount -f ${mntpoint}2
mount | grep "$mntpoint" | grep /md > /dev/null && umount -f ${mntpoint}
More information about the svn-src-user
mailing list