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.

Bug 1897663

Summary: Show warning message when deprecated kickstart command is used
Product: Red Hat Enterprise Linux 8 Reporter: Jan Stodola <jstodola>
Component: anacondaAssignee: Vladimír Slávik <vslavik>
Status: CLOSED ERRATA QA Contact: Release Test Team <release-test-team-automation>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 8.3CC: jkonecny, mkolman, pzatko, vslavik
Target Milestone: rcKeywords: Triaged
Target Release: 8.0Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: anaconda-33.16.4.7-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-18 15:47:13 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:
Bug Depends On:    
Bug Blocks: 1879091, 1903942    

Description Jan Stodola 2020-11-13 17:42:03 UTC
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.

Comment 3 Vladimír Slávik 2021-01-11 15:25:09 UTC
PR: https://github.com/rhinstaller/anaconda/pull/3080

Comment 4 Vladimír Slávik 2021-01-14 10:35:24 UTC
PR merged.

Comment 6 Jan Stodola 2021-01-19 17:37:38 UTC
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.

Comment 12 errata-xmlrpc 2021-05-18 15:47:13 UTC
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