From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [linux-lvm] lvm-1.0.1 not working with DAC960/2.2.20 Message-ID: <20011128080052.B434@btconnect.com> References: <20011127111424.A8179@sistina.com> <20011127102808.A730@lynx.no> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20011127102808.A730@lynx.no>; from adilger@turbolabs.com on Tue, Nov 27, 2001 at 10:28:08AM -0700 From: Joe Thornber Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Wed Nov 28 03:06:03 2001 List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@sistina.com On Tue, Nov 27, 2001 at 10:28:08AM -0700, Andreas Dilger wrote: > On Nov 27, 2001 11:14 +0100, Heinz J . Mauelshagen wrote: > > > > Checked it in. > > But now it is broken. > > > On Tue, Nov 27, 2001 at 09:44:47AM +0100, Adrian Phillips wrote: > > > --- tools/lib/lvm_check_partitioned_dev.c.orig Tue Nov 27 09:16:03 2001 > > > +++ tools/lib/lvm_check_partitioned_dev.c Tue Nov 27 09:42:38 2001 > > > @@ -140,7 +140,8 @@ > > > "md", /* Multiple Disk driver (SoftRAID) */ > > > "loop", /* Loop device */ > > > "dasd", /* DASD disk (IBM S/390, zSeries) */ > > > - "dac960", /* DAC960 */ > > > + "rd", /* DAC960 2.2 */ > > > + "dac960", /* DAC960 2.4 */ > > > "nbd", /* Network Block Device */ > > > "ida", /* Compaq SMART2 */ > > > "cciss", /* Compaq CCISS array */ > > Note that this will break other things, because you also need to update > the LVM_DEVICE_TYPE_ defines when you change this array (it was > Joe or Alistair that wrote it this way, not me). No, Stefan Bader wrote it that way. - Joe