X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C895D1.3B20F540@onstor-exch02.onstor.net>; Thu, 3 Apr 2008 14:25:25 -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 14:25:25 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E056C9527@onstor-exch02.onstor.net>
In-Reply-To: <20080403135011.5b3c75b0@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: testing request of proposed NFS root fix
Thread-Index: AciVzE+iEbz66wwITKmcFnnUAhkTIAABNVKw
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

I will do this just as soon as I get this submittal out.

-----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

Larry,

Can you test Sripal's proposed fix for the NFS root problem:

Apply patch to linux/rootfs/sbin/dhclient-script

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
