>>>>> "Rick" == Rick Cochran <[EMAIL PROTECTED]> writes:
Rick> How can one arrange things so that 'bos salvage serverhost -all'
Rick> invokes salvager with the '-showmounts' option?
You can't, because -showmounts and/or -showsuid implies -nowrite,
means the salvager won't actually salvage any volume, just print out
pretty entires in the SalvageLog.
This is great for audits, but not particularly useful for salvaging
real problems in real volumes.
You have to run the salvager manually (well, explicitly via the
command line, not as part of the bosserver 'fs' instance) in order to
gather this information.
Be warned, that the salvager locks each /vicep* while it scans it,
which will prevent the volserver from performing volume operations on
anything in that partition.
Now, I don't know *why* -show(mounts|suid) implies -nowrite. I've
looked at the code, and I beleive this could be changed, so that you
could use these command line arguments by default in the fs instance.