Преглед изворни кода

man: update output of -s and -b for cfgtool

Signed-off-by: liangxin1300 <XLiang@suse.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
liangxin1300 пре 5 година
родитељ
комит
d3224df77c
1 измењених фајлова са 11 додато и 9 уклоњено
  1. 11 9
      man/corosync-cfgtool.8

+ 11 - 9
man/corosync-cfgtool.8

@@ -49,12 +49,13 @@ Displays the status of the current links on this node for UDP/UDPU, with extende
 for KNET.
 for KNET.
 After each link, the nodes on that link are displayed in order with their status,
 After each link, the nodes on that link are displayed in order with their status,
 for example there are 3 nodes with KNET transportation:
 for example there are 3 nodes with KNET transportation:
-LINK ID 0:
-    id     = 192.168.100.80
-    status:
-        node 0: link enabled: 1     link connected: 1
-        node 1: link enabled: 1     link connected: 1
-        node 2: link enabled: 1     link connected: 1
+
+LINK ID 0
+        addr    = 192.168.100.80
+        status:
+                nodeid  1:      localhost
+                nodeid  2:      connected
+                nodeid  3:      connected
 .TP
 .TP
 .B -b
 .B -b
 Displays the brief status of the current links on this node (KNET only) when used
 Displays the brief status of the current links on this node (KNET only) when used
@@ -69,9 +70,10 @@ should contain more information). Character 'd' shouldn't appear and it means th
 was unable to configure a link and it is result of some error which should have been logged.
 was unable to configure a link and it is result of some error which should have been logged.
 
 
 The output will be:
 The output will be:
-LINK ID 0:
-    id     = 192.168.100.80
-    status = 333
+
+LINK ID 0
+        addr    = 192.168.100.80
+        status  = n33
 .TP
 .TP
 .B -R
 .B -R
 Tell all instances of corosync in this cluster to reload corosync.conf.
 Tell all instances of corosync in this cluster to reload corosync.conf.