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