Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RHEL-9] Fix wrong dracut timeout message #5406

Merged

Conversation

jkonecny12
Copy link
Member

We added Anaconda error reporting when Dracut timeout during boot. If the reason is known issue we will print that to a user. However, in case it is not known the code failed with message:

... /run/anaconda/initrd_errors.txt: No such file or directory

To fix this just print "Reason unknown" and not execute rest of the code.

(cherry picked from commit 87780c8)

Resolves: RHEL-5638

We added Anaconda error reporting when Dracut timeout during boot. If
the reason is known issue we will print that to a user. However, in case
it is not known the code failed with message:

... /run/anaconda/initrd_errors.txt: No such file or directory

To fix this just print "Reason unknown" and not execute rest of the
code.

(cherry picked from commit 87780c8)

Resolves: RHEL-5638
@jkonecny12 jkonecny12 changed the title Fix wrong dracut timeout message [RHEL-9] Fix wrong dracut timeout message Jan 16, 2024
@jkonecny12
Copy link
Member Author

/kickstart-test --testtype smoke

@jkonecny12
Copy link
Member Author

These failed tests are because of new ostreecontainer command is not part of the pykickstart and Anaconda

Probably waiting for #5399 to be merged.

@jkonecny12 jkonecny12 added the ready to merge The PR can be merged. It should have all BZ flags required for releasing set (usually release+). label Jan 17, 2024
@M4rtinK M4rtinK merged commit 97f697a into rhinstaller:rhel-9 Jan 24, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge The PR can be merged. It should have all BZ flags required for releasing set (usually release+). rhel-9
Development

Successfully merging this pull request may close these issues.

4 participants