[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 Sep 23 19:55:51 UTC 2015


FWIW this also changes the log to give us enough information to maybe know /why/ it may or may not have worked:

19:54:19,378 INFO blivet: edd: MBR signature on sda is zero. new disk image?
19:54:19,386 INFO blivet: edd: MBR signature on sdc is zero. new disk image?
19:54:19,387 INFO blivet: edd: collected mbr signatures: {'sdb': '0x00033091', 'sdd': '0x64462d2c'}
19:54:19,387 WARN blivet: edd: interface type USB is not implemented (/sys/firmware/edd/int13_dev80)
19:54:19,388 DEBUG blivet: edd: data extracted from 0x80:
	path: /sys/firmware/edd/int13_dev80 version: 0x21
	sysfs pci path: 
	type: USB, ata_device: None
	channel: 255, mbr_signature: 0x64462d2c
	pci_dev: ff:ff.255, scsi_id: None, scsi_lun: None, sectors: 15667200
19:54:19,389 INFO blivet: edd: matched 0x80 to sdd using MBR sig
19:54:19,390 DEBUG blivet: edd: data extracted from 0x81:
	path: /sys/firmware/edd/int13_dev81 version: 0x30
	sysfs pci path: ../devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb
	type: SATA, ata_device: 2
	channel: 255, mbr_signature: 0x00033091
	pci_dev: 00:1f.2, scsi_id: None, scsi_lun: None, sectors: 312581808
19:54:19,390 INFO blivet: edd: matched 0x81 to sdb using pci_dev
19:54:19,391 DEBUG blivet: edd: data extracted from 0x82:
	path: /sys/firmware/edd/int13_dev82 version: 0x30
	sysfs pci path: ../devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
	type: SATA, ata_device: 0
	channel: 255, mbr_signature: 0x00000000
	pci_dev: 00:1f.2, scsi_id: None, scsi_lun: None, sectors: 312581808
19:54:19,392 INFO blivet: edd: matched 0x82 to sda using pci_dev
19:54:19,393 DEBUG blivet:          PartitionDevice.setup: sdd1 ; controllable: True ; orig: False ; status: True ;
19:54:19,407 DEBUG blivet:           Ext4FS.setup: device: /dev/sdd1 ; type: ext4 ; status: True ;

-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/233


More information about the anaconda-patches mailing list