[PATCH 10/11] makedumpfile: Add zstd manual description

Tao Liu ltao at redhat.com
Fri Sep 10 03:33:17 PDT 2021


Signed-off-by: Tao Liu <ltao at redhat.com>
Signed-off-by: Coiby Xu <coxu at redhat.com>
---
 makedumpfile.8 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/makedumpfile.8 b/makedumpfile.8
index f782e5f..3022d9c 100644
--- a/makedumpfile.8
+++ b/makedumpfile.8
@@ -132,10 +132,11 @@ configuration, you need to use --diskset option.
 .SH OPTIONS
 
 .TP
-\fB\-c,\-l,\-p\fR
+\fB\-c,\-l,\-p,\-z\fR
 Compress dump data by each page using zlib for -c option, lzo for -l
-option or snappy for -p option.
-(-l option needs USELZO=on and -p option needs USESNAPPY=on when building)
+option, snappy for -p option or zstd for -z option.
+(-l option needs USELZO=on, -p option needs USESNAPPY=on and -z option needs
+USEZSTD=on when building)
 .br
 A user cannot specify this option with \-E option, because the ELF format does
 not support compressed data.
-- 
2.29.2




More information about the kexec mailing list