Bug 1798874
| Summary: | unable to add a fcoe disk as there is no nic listed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | lnie <lnie> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | anaconda-maint-list, jkonecny, jonathan, kellin, rvykydal, vanmeeuwen+fedora, vponcova, wwoods |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-02-06 11:09:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
As this bug belongs to the part of installer (FCoE configuration in GUI) which is not used on running (F31) system, just when installing from installation images, and we are not planning to do F31 installation images / isos respin, I am going to close this bug as a duplicate of bug 1798876 filed for the same issue for rawhide. If you think it makes sense to fix the issue also for F31 anaconda feel free to reopen the bug. *** This bug has been marked as a duplicate of bug 1798876 *** Thanks for closing this,I have created this bug by mistake,actually, f31 is not affected. |
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: