On Wed, Apr 28, 2021 at 04:36:44PM +0800, Kairui Song wrote:
On Mon, Apr 19, 2021 at 10:20 PM Tao Liu ltao@redhat.com wrote:
This patch set backport patches from makedumpfile upstream, which provide dry-run and show-stats options, to help estimate if there is enough free space to save the vmcore in a target.
Tao Liu (3): Add --dry-run option to prevent writing the dumpfile Add shorthand --show-stats option to show report stats Show write byte size in report messages
...0.21-makedumpfile-Add-dry-run-option.patch | 177 ++++++++++++++++++ ...file-Add-shorthand-show-stats-option.patch | 107 +++++++++++ ...w-write-byte-size-in-report-messages.patch | 59 ++++++ kexec-tools.spec | 6 + 4 files changed, 349 insertions(+) create mode 100644 kexec-tools-2.0.21-makedumpfile-Add-dry-run-option.patch create mode 100644 kexec-tools-2.0.21-makedumpfile-Add-shorthand-show-stats-option.patch create mode 100644 kexec-tools-2.0.21-makedumpfile-Show-write-byte-size-in-report-messages.patch
-- 2.29.2 _______________________________________________ kexec mailing list -- kexec@lists.fedoraproject.org To unsubscribe send an email to kexec-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kexec@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
For the series:
Acked-by: Kairui Song kasong@redhat.com
-- Best Regards, Kairui Song
Thanks for reviewing the patch series!
Thanks, Tao Liu