Description of problem:
1 click Add a disk in the Installation Destination page
2 click "Add FCOE SAN"
3 click "ADD Fcoe disk"
This happens because nm_client.get_devices() return value for device['device-type'] is GLib.Variant('i', 1) rather than 1 now,
As a result,though anaconda detected nic but failed to put it in the nicCombo
Version-Release number of selected component (if applicable):
Fedora-Server-dvd-x86_64-Rawhide-20200204.n.0.iso
How reproducible:
always
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Comment 2Fedora Blocker Bugs Application
2020-02-06 08:21:08 UTC
Proposed as a Blocker for 32-final by Fedora user lnie using the blocker tracking app because:
This affects:
The installer must be able to detect (if possible) and install to supported network-attached storage devices.
Description of problem: 1 click Add a disk in the Installation Destination page 2 click "Add FCOE SAN" 3 click "ADD Fcoe disk" This happens because nm_client.get_devices() return value for device['device-type'] is GLib.Variant('i', 1) rather than 1 now, As a result,though anaconda detected nic but failed to put it in the nicCombo Version-Release number of selected component (if applicable): Fedora-Server-dvd-x86_64-Rawhide-20200204.n.0.iso How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: