Re: Inconsistancies between 1.0.0.rc14 and 1.0.0.rc15 and Intel Software RAID metadata.
Phillip Susi <[email protected]> Mon, 12 Jan 2009 17:35:36 -0500
| Newsgroups | gmane.linux.ataraid |
|---|---|
| Message-ID | <[email protected]> |
Luke Yelavich wrote: > ERROR: isw: Could not find disk /dev/sdd in the metadata ERROR: isw: > Could not find disk /dev/sdc in the metadata ERROR: isw: Could not > find disk /dev/sdb in the metadata no raid disks This is probably because disks with serial numbers that match the physical disks detected were not found in the metadata. A change was made between rc14 and rc15 that may cause this: In lib/device/scsi.c the function get_scsi_serial() had its call to remove_white_space() removed. Interestingly the corresponding function get_ata_serial() still calls remove_white_space() which seems like an error. I would say try putting the call back in and see if that fixes it. Also do you still have 14_isw-serial-fix.dpatch applied?