Bug 1990145
| Summary: | (some) NIC options don't convey when we import them via an %include | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Frank Hirtz <fhirtz> |
| Component: | anaconda | Assignee: | Nobody <nobody> |
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.7 | CC: | jkonecny, jstodola, rmetrich, rvykydal, sbarcomb, shady.baseely |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-33.16.6.3-1.el8 | Doc Type: | Bug Fix |
| Doc Text: |
.The `network --defroute` option now works correctly in the `%include` script
Previously, the `network --defroute` option got ignored when used in the `%include` script during the kickstart installation. As a consequence, the device was set as the default route.
With this update, the kickstart installation does not ignore the `network --defroute` option added in the `%include` script and the network connection is configured as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-10 13:36:52 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: | |||
|
Description
Frank Hirtz
2021-08-04 20:51:06 UTC
The issue would be fixed by applying this upstream fix: https://github.com/rhinstaller/anaconda/commit/f9e02c46f6054ac48811ed9c9229a322c2ab5d6c I am going to create a kickstart/regression test for the issue. (In reply to Radek Vykydal from comment #1) > I am going to create a kickstart/regression test for the issue. https://github.com/rhinstaller/kickstart-tests/pull/574 Reproduced on RHEL-8.5 using the "network-options-pre" kickstart-test: *** Failed check: DEFROUTE=no in /etc/sysconfig/network-scripts/ifcfg-enp2s0 or ipv4.never-default=true in /etc/NetworkManager/system-connections/enp2s0.nmconnection *** Failed check: MTU=9000 in /etc/sysconfig/network-scripts/ifcfg-enp3s0 or ethernet.mtu=9000 in /etc/NetworkManager/system-connections/enp3s0.nmconnection The same test passed on RHEL-8.6.0-20211117.d.3 with anaconda-33.16.6.3-1.el8: INFO: RESULT:network-options-pre:b3a4cd274619:SUCCESS:test done Marking as Verified:Tested Radku, can you please provide a doc text for this bug? anaconda-33.16.6.3-1.el8 is included in RHEL-8.6.0-20211122.1 and Doc text for the bug has been provided. Moving to VERIFIED. @jstodola review and suggestions are perfect, I have nothing to add to them. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (anaconda bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:1780 *** Bug 1873543 has been marked as a duplicate of this bug. *** |