Skip to content

Commit fc83535

Browse files
author
Vijay Manickam
committed
Update meshpinger readme
* Specify cmds to use for single cluster vs multi cluster * Fix cmd help text
1 parent 5fe6cb5 commit fc83535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playbooks/roles/healthchecks/files/meshpinger_readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ reachability failures that the tool can help pinpoint are,
2424

2525
Meshpinger is installed on the controller host of the hpc cluster. Once user is logged into the controller host, they can trigger meshpinger using the following options,
2626

27-
- Run meshpinger on all hosts in the cluster. The cluster is auto-detected in this option.
27+
- If controller host is supporting only one cluster, run meshpinger on all hosts in that cluster. The cluster is auto-detected in this option.
2828
```
2929
/opt/oci-hpc/healthchecks/run_meshpinger.sh
3030
```
3131

32-
- Run meshpinger on all hosts in the cluster explicitly specified by clustername
32+
- If controller host is supporting more than 1 cluster, run meshpinger on all hosts in a cluster explicitly specified by its clustername
3333
```
3434
/opt/oci-hpc/healthchecks/run_meshpinger.sh --hpcclustername <hpcclustername>
3535
```
@@ -91,7 +91,7 @@ usage: ./run_meshpinger.sh [-h]
9191
[--ping_timeout PING_TIMEOUT]
9292
[--dump_arp_on_failure] [--flush_arp]
9393
[--nic_model NIC_MODEL]
94-
[--objectstoreurl OBJECTSTOREURL] [--singlesubnet]
94+
[--objectstoreurl OBJECTSTOREURL] [--enable_inter_rail_ping]
9595
[--threads_per_intf THREADS_PER_INTF] [--verbose]
9696
9797
optional arguments:

0 commit comments

Comments
 (0)