Bug 2090647
Summary: | Update Ignition to latest upstream version 2.14.0 | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Benjamin Gilbert <bgilbert> | |
Component: | ignition | Assignee: | Benjamin Gilbert <bgilbert> | |
Status: | CLOSED ERRATA | QA Contact: | HuijingHei <hhei> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 9.1 | CC: | dornelas, hhei, mnguyen, toneata, travier | |
Target Milestone: | rc | Keywords: | Rebase, Triaged, ZStream | |
Target Release: | 9.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | ignition-2.14.0-1.el9 | Doc Type: | Rebase: Bug Fixes and Enhancements | |
Doc Text: |
Important: if this rebase instead contains *only bug fixes,* or *only enhancements*, select the correct option from the Doc Type drop-down list.
Rebase package(s) to version: 2.14.0
Highlights, important fixes, or notable enhancements:
See release notes at https://github.com/coreos/ignition/releases/tag/v2.14.0
|
Story Points: | --- | |
Clone Of: | ||||
: | 2127865 (view as bug list) | Environment: | ||
Last Closed: | 2022-11-15 10:25:05 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: | 2127865 | |||
Deadline: | 2022-05-31 |
Description
Benjamin Gilbert
2022-05-26 08:52:23 UTC
PR merged. Start rhel-guest-image-9.1 VM, download ignition-2.14.0-1.el9 then install successfully [root@localhost ~]# rpm -ivh ./ignition-2.14.0-1.el9.x86_64.rpm Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:ignition-2.14.0-1.el9 ################################# [100%] [ 174.713936] systemd-rc-local-generator[4056]: /etc/rc.d/rc.local is not marked executable, skipping. [root@localhost ~]# /usr/lib/dracut/modules.d/30ignition/ignition --version Ignition 2.14.0 [root@localhost ~]# rpm -q ignition ignition-2.14.0-1.el9.x86_64 After install ignition, check related logs in journalctl, I think msg `systemd-rc-local-generator[4056]: /etc/rc.d/rc.local is not marked executable, skipping.` is harmless, could you help to confirm? Thanks! ``` Jul 22 01:39:05 localhost.localdomain systemd[1]: Reloading. Jul 22 01:39:06 localhost.localdomain systemd-rc-local-generator[4056]: /etc/rc.d/rc.local is not marked executable, skipping. Jul 22 01:39:06 localhost.localdomain systemd[1]: Queuing reload/restart jobs for marked units… ``` Yes, the rc.local error should be harmless, and isn't related to Ignition. Thanks Benjamin for the confirmation, change status to verified 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 (Moderate: ignition security, 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/RHSA-2022:8126 |