2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 02:10:23 +00:00

Remove trailing spaces in file docs/source/guides/admin-guides/references/man1/ppping.1.rst

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 696dc3d607
commit 2d91f4b92d

View File

@ -11,7 +11,7 @@ SYNOPSIS
********
\ **ppping**\ [\ **-i | -**\ **-interface**\ \ *interfaces*\ ] [\ **-d | -**\ **-debug**\ ] [\ **-V | -**\ **-verbose**\ ] [\ **-q | -**\ **-quiet**\ ] [\ **-s | -**\ **-serial**\ ] \ *noderange*\
\ **ppping**\ [\ **-i | -**\ **-interface**\ \ *interfaces*\ ] [\ **-d | -**\ **-debug**\ ] [\ **-V | -**\ **-verbose**\ ] [\ **-q | -**\ **-quiet**\ ] [\ **-s | -**\ **-serial**\ ] \ *noderange*\
\ **ppping**\ [\ **-h | -**\ **-help**\ ]
@ -35,52 +35,52 @@ OPTIONS
\ **-s**\
\ **-s**\
Ping serially instead of in parallel.
\ **-i | -**\ **-interface**\ \ *interfaces*\
\ **-i | -**\ **-interface**\ \ *interfaces*\
A comma separated list of network interface names that should be pinged instead of the interface represented by the nodename/hostname.
The following name resolution convention is assumed: an interface is reachable by the hostname <nodename>-<interface>. For example,
the ib2 interface on node3 has a hostname of node3-ib2.
If more than one interface is specified, each interface will be combined with the nodenames as described above and will be pinged in turn.
\ **-V | -**\ **-verbose**\
\ **-V | -**\ **-verbose**\
Display verbose output. The result of every ping attempt from every node will be displayed. Without this option, just a summary
of the successful pings are displayed, along with all of the unsuccessful pings.
\ **-q | -**\ **-quiet**\
\ **-q | -**\ **-quiet**\
Display minimum output: just the unsuccessful pings. This option has the effect that if all pings are successful, nothing is displayed.
But it also has the performance benefit that each node does not have to send successful ping info back to the management node.
\ **-d | -**\ **-debug**\
\ **-d | -**\ **-debug**\
Print debug information.
\ **-h | -**\ **-help**\
\ **-h | -**\ **-help**\
Show usage information.
\ **-v | -**\ **-version**\
\ **-v | -**\ **-version**\
Display the installed version of xCAT.
@ -91,40 +91,40 @@ EXAMPLES
1.
.. code-block:: perl
ppping all -q
Output is similar to:
.. code-block:: perl
blade7: node2: noping
blade8: node2: noping
blade9: node2: noping
devmaster: node2: noping
node2: noping
2.
.. code-block:: perl
ppping node1,node2 -i ib0,ib1,ib2,ib3
Output is similar to:
.. code-block:: perl
node1: pinged all nodes successfully on interface ib0
node1: pinged all nodes successfully on interface ib1
node1: pinged all nodes successfully on interface ib2
@ -133,8 +133,8 @@ EXAMPLES
node2: pinged all nodes successfully on interface ib1
node2: pinged all nodes successfully on interface ib2
node2: pinged all nodes successfully on interface ib3