Whamcloud - gitweb
Fix a merge error in conf-sanity.sh. Using CMDVERBOSE this way was
authorrread <rread>
Tue, 10 Feb 2004 08:59:13 +0000 (08:59 +0000)
committerrread <rread>
Tue, 10 Feb 2004 08:59:13 +0000 (08:59 +0000)
commitbc5c9a284ec74d1b4f9fe01138c3d46ba9f2fcb1
treeb13ee32dad48c73520c769d36266ac49e8865dd6
parent4747f66b34501e59b22a6664795c97f2811926a4
Fix a merge error in conf-sanity.sh.  Using CMDVERBOSE this way was
passing "> /dev/null" as an extra argument to the functions, and this
is not really what we want.  Since I don't think it's all that bad to
see the output of lconf, anyway, I just deleted the >/dev/null
entirely.

While looking into this, I also noticed that mount -f was still
attempting to fetch the log from the MDS. That is fixed, too.
lustre/llite/llite_lib.c
lustre/tests/conf-sanity.sh