X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C895E7.7FD1ADA8@onstor-exch02.onstor.net>; Thu, 3 Apr 2008 17:04:49 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: testing request of proposed NFS root fix
Date: Thu, 3 Apr 2008 17:04:49 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E056C9529@onstor-exch02.onstor.net>
In-Reply-To: <20080403143719.777298ac@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: testing request of proposed NFS root fix
Thread-Index: AciV0uVCMx2m/dFARYqdpttarDonVwAE0FoQ
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

Well this will, most likely, work for my case since I am mount / as
/dev/root, but Max and others may have their fstab mounting / as
something like: 10.0.0.143:/home/nfsroot/g4r5 / nfs defaults 0 0

I think I had a test for nfsroot in some script maybe verify_install.sh
or initial_config that was more robust than this.

I have yet to test this. Some other demands have come in...

Later,

Larry

-----Original Message-----
From: Andy Sharp=20
Sent: Thursday, April 03, 2008 2:37 PM
To: Larry Scheer
Subject: Re: testing request of proposed NFS root fix

Your the most important customer for this, so whenever you are ready is
fine with me.

Cheers,

a

On Thu, 3 Apr 2008 14:25:25 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> I will do this just as soon as I get this submittal out.
>=20
> -----Original Message-----
> From: Andy Sharp=20
> Sent: Thursday, April 03, 2008 1:50 PM
> To: Larry Scheer
> Subject: testing request of proposed NFS root fix
>=20
> Larry,
>=20
> Can you test Sripal's proposed fix for the NFS root problem:
>=20
> Apply patch to linux/rootfs/sbin/dhclient-script
>=20
> 14a15,20
> > #check if the filer boots using NFS root
> > DISKTYPE=3D`df / | egrep '/dev|[0-9]:' | awk '{print $1}'`
> > if [ "$DISKTYPE" !=3D "/dev/root" ]; then
> >     exit 0
> > fi
> >=20
