[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] FSTYPES= in hobbitclient-sunos.sh
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] FSTYPES= in hobbitclient-sunos.sh
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Thu, 8 Jun 2006 21:47:58 +0200
- References: <44885889.8080905@lmco.com>
- User-agent: Mutt/1.5.11
On Thu, Jun 08, 2006 at 01:04:09PM -0400, Michael Nemeth wrote:
> Anybody Is there any reason that nfs lofs and mvfs (clearcase file system)
> can't be put in FSTYPES= by default.
Hmm - what's the problem ? FSTYPES gets the filesystem types from the
"df -n" command, so it should automatically include all filesystem types
currently being used on the box.
The "egrep -v" command afterwards just removes some of them - those
that are pseudo filesystems.
> Does anyone , or better do many monitor nfs mount on your servers this way?
> lofs and mvfs should be safe bets.
One reason not to check nfs filesystems is that the df command might
hang if there's a network or nfs-server problem.
Regards,
Henrik