You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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>
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.The text was updated successfully, but these errors were encountered: