Skip to content

Commit d94ee06

Browse files
Merge pull request #210 from oci-hpc/2.11.0-vimuthuv
Update meshpinger readme
2 parents d491715 + fc83535 commit d94ee06

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)