
ptesarik
Prague
crash-python
a project by jeff_mahoney
New Development In previous hack weeks, the first few days ended up being wasted on just getting it working. I'm pleased to share that the code quality has improved dramatically since the last hack week and there are now extensive test cases for both unit testing and testing against real vmcores, and we'll use both mypy and pylint (if installed) to perform static analysis. Packages for those are available in openSUSE or as part of the crash-python OBS repo for SLE15. It has been tested with kernels from 3.0 to 5.1.
Build kdump initrd without dracut
a project by ptesarik
Project Description
The kdump
plumbing is implemented as a dracut
module. The original intention was to reuse the logic that dracut
uses to deal with storage and network, but it turns out that kdump
needs are often very different, so a lot of time is spent on avoiding dracut
features that are undesirable.
Activity