openSUSE / kdump

kernel dump helpers
GNU General Public License v2.0
21 stars 24 forks source link

kdump: activate udev rules late during boot (bsc#1154837) #13

Closed mwilck closed 4 years ago

mwilck commented 4 years ago

The kdump udev rule is very broad in scope and may slow down booting strongly, especially during the coldplug phase where "add" events for lots of CPU and memory devices have to be processed. Therefore, activate this rule (which has the purpose to support real hotplug rather than coldplug) late in the boot sequence.

ptesarik commented 4 years ago

Looks great. Thanks!