Whamcloud - gitweb
LU-13056 utils: Default MGS device llog_print/llog_catlist 40/38940/8
authorEtienne AUJAMES <eaujames@ddn.com>
Fri, 12 Jun 2020 16:06:43 +0000 (18:06 +0200)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Oct 2020 05:45:39 +0000 (05:45 +0000)
commit25860230aa806351e946a5c1c585e50521983d8e
tree64213f6a75a15a84e9468887bbc315f46e873add
parent4ab3138c3342ccc6f33c896409cd4c8795832f12
LU-13056 utils: Default MGS device llog_print/llog_catlist

Add the default device "MGS" for lctl llog_catlist, llog_print,
llog_check, llog_remove, llog_cancel and llog_info.

Example:
The two lines below are equivalent.

$ lctl --device MGS llog_catlist
$ lctl llog_catlist

Tests 123xx of conf_sanity have been modified to mix between the old
and new syntax.

lctl-llog_* man page have been modified to match the new syntax.

Signed-off-by: Etienne AUJAMES <eaujames@ddn.com>
Change-Id: If988dfc5d8171b2ca47bb68dd06f9d2953548cb2
Reviewed-on: https://review.whamcloud.com/38940
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/doc/lctl-llog_cancel.8
lustre/doc/lctl-llog_catlist.8
lustre/doc/lctl-llog_info.8
lustre/doc/lctl-llog_print.8
lustre/tests/conf-sanity.sh
lustre/utils/lctl.c
lustre/utils/obd.c