Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
The installer should visibly warn the user when a deprecated kickstart command is used in the kickstart file.
Anaconda currently logs such messages to anaconda.log, but the users not inspecting the installation logs would not notice the messages:
17:34:06,322 WRN misc: /usr/lib/python3.6/site-packages/pykickstart/base.py:215: KickstartDeprecationWarning: Ignoring deprecated command on line 1: The install command has been deprecated and no longer has any effect. It may be removed from future releases, which will result in a fatal error from kickstart. Please modify your kickstart file to remove this command.
The deprecated kickstart commands should be printed on the screen for example together with deprecated boot arguments warnings, see bug 1897657.
Version-Release number of selected component (if applicable):
RHEL-8.3 GA
anaconda-33.16.3.26-1.el8
How reproducible:
Always
Steps to Reproduce:
1. Start the installation using a kickstart file containing a deprecated kickstart command (for example "install").
Actual results:
Lack of warning messages displayed to the user.
Expected results:
Warning messages are printed for deprecated kickstart commands. The messages are printed on the terminal/console, not just to the installation logs. The messages must not interrupt the installation.
Verified with anaconda-33.16.4.8-1.el8, the following warnings are printed on the screen when anaconda is starting and deprecated commands are present in the kickstart file:
Some warnings occurred during reading the kickstart file:
Ignoring deprecated command on line 1: The install command has been deprecated and no longer has any effect. It may be removed from future releases, which will result in a fatal error from kickstart. Please modify your kickstart file to remove this command.
Ignoring deprecated command on line 2: The multipath command has been deprecated and no longer has any effect. It may be removed from future releases, which will result in a fatal error from kickstart. Please modify your kickstart file to remove this command.
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-2021:1844