Skip to content

Commit 29f69ea

Browse files
Edit resize documentation
1 parent 8da0207 commit 29f69ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ So while there may be capacity available in the DC, you may not be able to grow
4747

4848
# Cluster Network Resizing (via resize.sh)
4949

50-
Cluster resizing refers to ability to add or remove nodes from an existing cluster network. It only applies to nodes with RDMA RoCEv2 (aka: cluster network) NICs, so HPC clusters created using BM.HPC2.36, BM.Optimized3.36 and BM.GPU4.8. Apart from add/remove, the resize.py script can also be used to reconfigure the nodes.
50+
Cluster resizing refers to ability to add or remove nodes from an existing cluster network. Apart from add/remove, the resize.py script can also be used to reconfigure the nodes.
5151

5252
Resizing of HPC cluster with Cluster Network consist of 2 major sub-steps:
5353
- Add/Remove node (IaaS provisioning) to cluster – uses OCI Python SDK
@@ -66,7 +66,7 @@ The resize.sh is deployed on the bastion node as part of the HPC cluster Stack d
6666
/opt/oci-hpc/bin/resize.sh -h
6767
usage: resize.sh [-h] [--compartment_ocid COMPARTMENT_OCID]
6868
[--cluster_name CLUSTER_NAME] [--nodes NODES [NODES ...]]
69-
[--no_reconfigure] [--user_logging] [--force]
69+
[--no_reconfigure] [--user_logging] [--force] [--remove_unreachable]
7070
[{add,remove,list,reconfigure}] [number]
7171
7272
Script to resize the CN

0 commit comments

Comments
 (0)