Description of problem: iSCSI LUN is placed under "Local Standard Disks" in the Installation Destination spoke. It should be placed under "Specialized & Network Disks". Version-Release number of selected component (if applicable): Fedora 21_TC1 anaconda-21.48.13-1 How reproducible: always Steps to Reproduce: 1. Start installation using any available means (CD, DVD, boot.iso etc...) 2. Advance to the installer hub 3. Click on Installation Destination 4. Under "Specialized & Network Disks" click on "Add a disk..." 5. Click on "Add iSCSI Target..." 6. Fill out the Target IP address and click on "Start Discovery" 7. Select the correct node in the list of discovered targets 8. Select "No Authentication (discovery authentication disabled)" as the Node login authentication type 9. Click the "log in" button (not the "OK" button) 10. Select the desired virtual disk by using the checkbox on the left hand side of the spoke Actual results: There is no new disk visible. After returning to the Installation Destination spoke, the iSCSI LUN is visible as "Local Standard Disk" Expected results: iSCSI LUN is visible under "Specialized & Network Disks" Additional info: Test case: https://fedoraproject.org/wiki/QA:Testcase_install_to_iSCSI_no_authentication
Created attachment 954957 [details] program.log
Created attachment 954958 [details] storage.log
Created attachment 954961 [details] screenshot
udev.device_is_iscsi(info) -> udev.device_is_sw_iscsi(info) fails with KeyError: ('ID_PATH')
(In reply to Radek Vykydal from comment #6) > udev.device_is_iscsi(info) -> udev.device_is_sw_iscsi(info) > fails with > KeyError: ('ID_PATH') Right, it appears ID_PATH is no longer part of the information being dumped by udev. Now all of our iSCSI functions in blivet.udev are broken. How annoying. I'll just leave this here: http://lists.freedesktop.org/archives/systemd-devel/2014-October/023911.html
The underlying problem is the change in systemd, so duping to 1161779. *** This bug has been marked as a duplicate of bug 1161779 ***