Updated: [rhinstaller/blivet/pulls/233 master] Try to make EDD support actually recognize things other than by the MBR matching...

vathpela installerbot-noreply at redhat.com
Wed Oct 7 20:53:22 UTC 2015


Basically the parser for ATA will kind of work with SCSI if lun==0, but
it won't work with SATA or ATA at all, and the parser we had for SCSI
will only work with virtio.

So in the past we nearly always match things based on MBR signature,
which is pretty awful.

This patch separates those all out by which kernel driver is actually
providing the sysfs devices, and tries to match the EDD fields up with
how they're actually provided by the kernel.

Signed-off-by: Peter Jones <pjones at redhat.com>
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/233


More information about the anaconda-patches mailing list