From f333cfac6896ec17abe675da1ba6c21177ec8656 Mon Sep 17 00:00:00 2001 From: Mike Hibler Date: Thu, 2 Aug 2007 15:10:20 +0000 Subject: [PATCH] comment --- tmcd/common/bootvnodes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmcd/common/bootvnodes b/tmcd/common/bootvnodes index e216be83c..c79372e15 100755 --- a/tmcd/common/bootvnodes +++ b/tmcd/common/bootvnodes @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # # EMULAB-COPYRIGHT -# Copyright (c) 2000-2006 University of Utah and the Flux Group. +# Copyright (c) 2000-2007 University of Utah and the Flux Group. # All rights reserved. # use Getopt::Std; @@ -259,6 +259,8 @@ system("sysctl vfs.nfs.eacces_retry_enable=1 >/dev/null 2>&1"); # activity in another, the latter may be randomly killed off. # # Elegant solution: rename the mountd.pid file so mount cannot find it! +# XXX hmm...mountd_sux hack above should take care of this, and we need +# to hup mountd when we modify the exports file. # rename("/var/run/mountd.pid", "/var/run/mountd.thisreallysux") if (-e "/var/run/mountd.pid"); -- GitLab