From cc43eb49af8220c61dbd0b823d8bed7ffaeadf8b Mon Sep 17 00:00:00 2001 From: Olaf Faaland Date: Mon, 2 Nov 2020 17:38:49 -0800 Subject: [PATCH] LU-14109 doc: lnetctl manpage missing import and export options Describe missing options in the lnetctl man page: lnetctl import "--exec" lnetctl export "--backup" Test-Parameters: trivial Signed-off-by: Olaf Faaland Change-Id: I47e6c5e264dc8d5673f1229291be873996c02f55 Reviewed-on: https://review.whamcloud.com/40523 Reviewed-by: Serguei Smirnov Reviewed-by: Gian-Carlo DeFazio Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/doc/lnetctl.8 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lustre/doc/lnetctl.8 b/lustre/doc/lnetctl.8 index a27f25d..6ad711f 100644 --- a/lustre/doc/lnetctl.8 +++ b/lustre/doc/lnetctl.8 @@ -292,6 +292,9 @@ overwritten by specifying the desired behavior\. \-\-show: show configuration . .br +\-\-exec: execute command +. +.br \-\-help: display this help . .TP @@ -300,9 +303,12 @@ overwritten by specifying the desired behavior\. . .TP \fBlnetctl export\fR > \fIFILE\fR -\fBexport\fR command dumps the supported LNet configuration in YAML format to -stdout, which can be redirected to a normal file\. The output of the -\fBimport\fR command can be used as input to the \fBexport\fR command\. +\fBexport\fR command dumps the LNet configuration, state information, and stats +in YAML format to stdout, which can be redirected to a normal file\. The output +of the \fBexport\fR command can be used as input to the \fBimport\fR command\. +. +.br +\-\-backup: dump only elements necessary to recreate the current configuration. . .br \-\-help: display this help -- 1.8.3.1