From 0094fb496dca9d5087ad3bbf193a394e467d32e5 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Fri, 22 May 2020 17:01:42 +0800 Subject: [PATCH] Release 2.0.20-13 Add support for using unmounted device as dump target, update docs, and fix several known issue. Signed-off-by: Kairui Song --- kexec-tools.spec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 6bada4a..6889e8a 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.20 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -350,6 +350,24 @@ done %endif %changelog +* Fri May 22 2020 Kairui Song - 2.0.20-13 +- Update docs for the new noauto dump target support +- kexec-kdump-howto.txt: Add some format to the document +- mkdumprd: generate usable kdump initramfs even target is not mounted +- User get_mount_info to replace findmnt calls +- kdump-lib.sh: add fstab failback helper for getting mount info +- Allow calling mkdumprd from kdumpctl even if targat not mounted +- Add a is_mounted helper +- Introduce get_kdump_mntpoint_from_target and fix duplicated / +- Append both nofail and x-systemd.before to kdump mount target +- Fix the problem that kdump prints redundant / +- Partially Revert "Don't mount the dump target unless needed" +- fadump: update fadump-howto.txt with some troubleshooting help +- Add a new option 'rd.znet_ifname' in order to use it in udev rules +- Don't unmount the dump target just after saving vmcore +- dracut-module-setup.sh: fix breakage in get_pcs_fence_kdump_nodes() +- dracut-module-setup.sh: ensure cluster info is ready before query + * Thu Apr 2 2020 Kairui Song - 2.0.20-12 - Remove adjust_bind_mount_path call - No longer treat atomic/silverblue specially