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

calibrate.conf contains USER_NET=0 even if network adds some requirements #26

Closed
ptesarik opened this issue Jan 29, 2022 · 0 comments
Closed

Comments

@ptesarik
Copy link
Contributor

In issue #25, one run of the calibration scripts resulted in USER_NET=0 even though that specific configuration should make a difference between network and non-network boot. This is not expected (cf. commit 63b22ed). The zero indicates that dump saving may sometimes start before network setup, which looks like a missing ordering constraint.

ptesarik added a commit that referenced this issue Feb 1, 2022
Sometimes, kdump-save starts before network is configured. That's
because dracut network setup is done in initqueue, but kdump-save
does not add an ordering dependency for the corresponding service.

This fixes issue #26.

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
@ptesarik ptesarik closed this as completed Feb 1, 2022
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

No branches or pull requests

1 participant