Description of problem: when /etc/kdump.conf has 'nsf 192.168.1.12:/nfsroot' and we restart kdumpctl, then sometime following error message is printed. "Kernel dev name of 192.168.1.12:/nfsroot is not found." Actually dracut-functions.sh defines a get_persistent_dev(). Earlier, we had another local get_persistent_dev() in mkdumprd, however that was moved to kdump-lib.sh, so that it can be reused in kdumpctl. Since, dracut-module-setup.sh (which is dracut's 99kdumpbase/module-setup.sh) sources kdump-lib.sh. Therefore, once dracut will execute 99kdumpbase module, it's own get_persistent_dev() function is overwritten by kdump's version. If any other dracut module calls get_persistent_dev() thereafter then, kdump's version is executed, which was not expected. Version-Release number of selected component (if applicable): kexec-tools-2.0.12-5 Actual results: `kdumpctl start' may throw warning message like "Kernel dev name of 192.168.1.12:/nfsroot is not found." Expected results: We should not see any such warning message.
kexec-tools-2.0.12-7.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-0c53f33e9c
kexec-tools-2.0.12-7.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-0c53f33e9c
kexec-tools-2.0.12-7.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.