From: Martin Schwenke Date: Sat, 29 Jul 2023 00:07:35 +0000 (+1000) Subject: ctdb-doc: Fix documentation for ctdb event status X-Git-Tag: tevent-0.16.0~1249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f87f02f6f99157601a6607927305e91835d45ab8;p=thirdparty%2Fsamba.git ctdb-doc: Fix documentation for ctdb event status Behaviour was changed, documentation wasn't. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15438 Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Autobuild-User(master): Amitay Isaacs Autobuild-Date(master): Mon Aug 7 09:43:33 UTC 2023 on atb-devel-224 --- diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml index 65c254762eb..2973fbf2832 100644 --- a/ctdb/doc/ctdb.1.xml +++ b/ctdb/doc/ctdb.1.xml @@ -646,10 +646,10 @@ Interface[2]: Name:eth5 Link:up References:2 (active) The output is the list of event scripts executed. Each line shows the name, status, duration and start time - for each script. + for each script. Output from each script is shown. - Example + Example #1 # ctdb event status legacy monitor @@ -671,6 +671,28 @@ Interface[2]: Name:eth5 Link:up References:2 (active) 70.iscsi OK 0.009 Sat Dec 17 19:39:12 2016 91.lvs OK 0.007 Sat Dec 17 19:39:12 2016 + + + Example #2 + + +# ctdb event status legacy monitor +00.ctdb OK 0.011 Sat Dec 17 19:40:46 2016 +01.reclock OK 0.010 Sat Dec 17 19:40:46 2016 +05.system OK 0.030 Sat Dec 17 19:40:46 2016 +06.nfs OK 0.014 Sat Dec 17 19:40:46 2016 +10.interface OK 0.041 Sat Dec 17 19:40:46 2016 +11.natgw OK 0.008 Sat Dec 17 19:40:46 2016 +11.routing OK 0.007 Sat Dec 17 19:40:46 2016 +13.per_ip_routing OK 0.007 Sat Dec 17 19:40:46 2016 +20.multipathd OK 0.007 Sat Dec 17 19:40:46 2016 +31.clamd OK 0.007 Sat Dec 17 19:40:46 2016 +40.vsftpd OK 0.013 Sat Dec 17 19:40:46 2016 +41.httpd OK 0.015 Sat Dec 17 19:40:46 2016 +49.winbind OK 0.022 Sat Dec 17 19:40:46 2016 +50.samba ERROR 0.077 Sat Dec 17 19:40:46 2016 + OUTPUT: ERROR: samba tcp port 445 is not responding + @@ -741,37 +763,15 @@ Interface[2]: Name:eth5 Link:up References:2 (active) scriptstatus - This command displays which event scripts where run in the previous - monitoring cycle and the result of each script. If a script - failed with an error, causing the node to become unhealthy, - the output from that script is also shown. + This is an alias for ctdb event status legacy + EVENT, where EVENT defaults to + monitor. This command is deprecated. It's provided for backward - compatibility. In place of ctdb scriptstatus, - use ctdb event status. + compatibility. Use ctdb event status + instead. - - Example - -# ctdb scriptstatus -00.ctdb OK 0.011 Sat Dec 17 19:40:46 2016 -01.reclock OK 0.010 Sat Dec 17 19:40:46 2016 -05.system OK 0.030 Sat Dec 17 19:40:46 2016 -06.nfs OK 0.014 Sat Dec 17 19:40:46 2016 -10.interface OK 0.041 Sat Dec 17 19:40:46 2016 -11.natgw OK 0.008 Sat Dec 17 19:40:46 2016 -11.routing OK 0.007 Sat Dec 17 19:40:46 2016 -13.per_ip_routing OK 0.007 Sat Dec 17 19:40:46 2016 -20.multipathd OK 0.007 Sat Dec 17 19:40:46 2016 -31.clamd OK 0.007 Sat Dec 17 19:40:46 2016 -40.vsftpd OK 0.013 Sat Dec 17 19:40:46 2016 -41.httpd OK 0.015 Sat Dec 17 19:40:46 2016 -49.winbind OK 0.022 Sat Dec 17 19:40:46 2016 -50.samba ERROR 0.077 Sat Dec 17 19:40:46 2016 - OUTPUT: ERROR: samba tcp port 445 is not responding - -