X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C78082.85BC194F@onstor-exch02.onstor.net>; Mon, 16 Apr 2007 16:54:08 -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: cmd_upgrade.c in my home dir
Date: Mon, 16 Apr 2007 16:54:08 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215738@onstor-exch02.onstor.net>
In-Reply-To: <20070416160848.1a597760@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: cmd_upgrade.c in my home dir
Thread-Index: AceAfDCwYLV90PzIQUmhjvZcjDjWFgABjDtg
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

I thought this too, but Tim was talking about going from 2.2.3.0 to
2.2.3.1 or 2.2.5 and you don't want the new layout.

-----Original Message-----
From: Andy Sharp=20
Sent: Monday, April 16, 2007 4:09 PM
To: Larry Scheer
Subject: Re: cmd_upgrade.c in my home dir

As per the discussion, I thought the consensus was that this code is
getting too complicated, and that once the code goes into Lambo, this
change is universal.  Keep in mind that once this code goes into lambo,
system copy init will only create the new format.

a


On Mon, 16 Apr 2007 16:04:54 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> I checked it out, just have one question. Shouldn't the check below be
> done in the context of version 3.X.X upgrades?
>=20
>         /*
>          * upgrading to old CF layout from now on is not allowed
>          */
>         if ((layout_x & _TO_DYN) =3D=3D 0) {
>             my_print("You are attempting to upgrade the software "
>                 "on an old flash layout.\n");
>             my_print("This is prohibited.  Please update layout of
> Compact "
>                 "Flash card with\n");
>             my_print("the `system copy init' command first or consult
> " "Customer Service\n");
>             my_print("Command aborted\n");
>             return CMD_ERR_ABORTED;
>       =20
> Where this code sits it will be run for every version. I think Tim was
> saying we don't want this to abort if this is an upgrade for something
> prior to a Delorean release.
>=20
> L.
>=20
> -----Original Message-----
> From: Andy Sharp=20
> Sent: Monday, April 16, 2007 3:00 PM
> To: Larry Scheer
> Subject: cmd_upgrade.c in my home dir
>=20
> ~andys/src/FB-DELOREAN/nfx-tree/code/ssc-nfxsh/cmd_upgrade.c
>=20
> I believe I've fixed this up to cover the conditions we talked about.
> It was a lot easier than I thought.  Let me know what you think.
>=20
> Cheers,
>=20
> a
>=20
