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

mantle/kola: detect when systemd-generators fail #2929

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

dustymabe
Copy link
Member

For example, this ugly failure has been hanging around in our
console logs for some time:

[    5.733962] ln:
[    5.733968] failed to create symbolic link '/run/udev/rules.d/80-coreos-boot-disk.rules'
[    5.734511] : File exists
[    5.737931] systemd[1023]: /usr/lib/systemd/system-generators/coreos-diskful-generator failed with exit status 1.

Let's detect these when they pop up.

@dustymabe
Copy link
Member Author

xref: coreos/fedora-coreos-config#1797

@dustymabe
Copy link
Member Author

Coverting to draft.. We need to hold this until coreos/fedora-coreos-config#1797 makes it to stable.

@dustymabe dustymabe marked this pull request as draft June 16, 2022 14:50
@dustymabe
Copy link
Member Author

ok coreos/fedora-coreos-config#1797 was rejected, but coreos/fedora-coreos-config#1801 fixed this problem and that was merged in june so we should be good to merge this I believe.

For example, this ugly failure has been hanging around in our
console logs for some time:

```
[    5.733962] ln:
[    5.733968] failed to create symbolic link '/run/udev/rules.d/80-coreos-boot-disk.rules'
[    5.734511] : File exists
[    5.737931] systemd[1023]: /usr/lib/systemd/system-generators/coreos-diskful-generator failed with exit status 1.
```

Let's detect these when they pop up.
@dustymabe dustymabe force-pushed the dusty-detect-generator-failure branch from c7c1836 to 9efd99c Compare September 7, 2022 18:37
@dustymabe dustymabe marked this pull request as ready for review September 7, 2022 18:37
Copy link
Member

@ravanelli ravanelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants