]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm: mark failures like the Matrix driver
authorDan Williams <dan.j.williams@intel.com>
Tue, 16 Sep 2008 03:55:34 +0000 (20:55 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 16 Sep 2008 03:55:34 +0000 (20:55 -0700)
commit8796fdc4cda2fdc4b1359e51388f7bc49e790c68
tree32ac74db2e1232dde347a994a1414d7cefacac41
parent4d7b1503a719fac929f598697f371a2f09f120aa
imsm: mark failures like the Matrix driver

* Truncate the first character of the serial number
* Set 'scsi_id' to all f's
* Expect to find disk entries with unmatchable serial numbers, i.e.
  expect get_imsm_disk() to return NULL in some situations
* Allow discrepencies between mpb->num_disks and len(super->disks)

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c