Skip to content

Commit 37e8cac

Browse files
Documentation changes related to CentOS 7 and PBS Pro within the cluster-toolkit repository. (GoogleCloudPlatform#4792)
Co-authored-by: Sudheer <markapurams@google.com>
1 parent ffcf6dd commit 37e8cac

4 files changed

Lines changed: 18 additions & 19 deletions

File tree

docs/gpu-support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
## Accelerator definition automation
1313

1414
The schedmd-slurm-gcp-v6 modules ([nodeset], [controller] and [login]),
15-
the [vm-instance] module and any module relying on [vm-instance] (HTCondor and
16-
PBS Pro) support
15+
the [vm-instance] module and any module relying on [vm-instance] (HTCondor) support
1716
automation for defining the `guest_accelerator` config. If the user supplies any
1817
value for this setting, the automation will be bypassed.
1918

docs/network_storage.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,18 @@ The following is an example setting up a filestore using startup script:
9999
The following matrix shows the best method by which each type of network storage
100100
device should be mounted to each mount capable module.
101101

102-
&nbsp; | Slurm V6 | Batch | vm-instance | Packer (client install) | HTCondor\* | PBS Pro\*
103-
-- | -- | -- | -- | -- | -- | --
104-
filestore | via USE | via USE | via USE | via STARTUP | via USE | via USE
105-
nfs-server | via USE | via USE | via USE | via STARTUP | via USE | via USE
106-
cloud-storage-bucket (GCS)| via USE | via USE | via USE | via STARTUP | via USE | via USE
107-
Managed Lustre | via USE | Needs Testing | via USE | Needs Testing | Needs Testing | Needs Testing
108-
netapp-volume | Needs Testing | Needs Testing | via USE | Needs Testing | Needs Testing | Needs Testing
109-
|  |   |   |   |   |  
110-
filestore (pre-existing) | via USE | via USE | via USE | via STARTUP | via USE | via USE
111-
nfs-server (pre-existing) | via USE | via USE | via USE | via STARTUP | via USE | via USE
112-
Managed Lustre (pre-existing) | via USE| Needs Testing | via USE | Needs Testing | Needs Testing | Needs Testing
113-
GCS FUSE (pre-existing) | via USE | via USE | via USE | via STARTUP | via USE | Needs Testing
102+
&nbsp; | Slurm V6 | Batch | vm-instance | Packer (client install) | HTCondor\*
103+
-- | -- | -- | -- | -- | --
104+
filestore | via USE | via USE | via USE | via STARTUP | via USE
105+
nfs-server | via USE | via USE | via USE | via STARTUP | via USE
106+
cloud-storage-bucket (GCS)| via USE | via USE | via USE | via STARTUP | via USE
107+
Managed Lustre | via USE | Needs Testing | via USE | Needs Testing | Needs Testing
108+
netapp-volume | Needs Testing | Needs Testing | via USE | Needs Testing | Needs Testing
109+
|  |   |   |   |    
110+
filestore (pre-existing) | via USE | via USE | via USE | via STARTUP | via USE
111+
nfs-server (pre-existing) | via USE | via USE | via USE | via STARTUP | via USE
112+
Managed Lustre (pre-existing) | via USE| Needs Testing | via USE | Needs Testing | Needs Testing
113+
GCS FUSE (pre-existing) | via USE | via USE | via USE | via STARTUP | via USE
114114

115115
- **via USE:** Client installation and mounting occur automatically when
116116
connected with the use field. See
@@ -121,7 +121,7 @@ GCS FUSE (pre-existing) | via USE | via USE | via USE | via STARTUP | via USE |
121121
- **Needs Testing:** May currently work but has not yet been fully tested.
122122
- **Not Supported:** This feature is not supported right now.
123123

124-
\* only supported on CentOS 7\
124+
\* only supported on CentOS 7
125125

126126
[filestore]: ../modules/file-system/filestore/README.md
127127
[pre-existing-network-storage]: ../modules/file-system/pre-existing-network-storage/README.md

docs/vm-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ either the specific module definition or the global variables. The
3636

3737
```yaml
3838
instance_image:
39-
project: centos-cloud
40-
family: centos-v7 # If family is defined, omit name
41-
name: centos-7-v20230809 # If name is defined, omit family
39+
family: hpc-rocky-linux-8
40+
project: cloud-hpc-image-public # If family is defined, omit name
41+
name: hpc-rocky-linux-8-v20251117 # If name is defined, omit family
4242
```
4343
4444
The `project` setting defines the space where the image will be found. Either

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ File systems:
265265
2.5 TiB of capacity
266266
* The projectsfs is mounted at `/projects` and is a high scale SSD filestore
267267
instance with 10TiB of capacity.
268-
* The managed_lustre is mounted at /lustre and is designed for the highly parallel and random I/O performance. It has a minimum capacity of ~18TiB.
268+
* The lustre-gcp is mounted at /lustre and is designed for the highly parallel and random I/O performance. It has a minimum capacity of ~18TiB. [GCP Managed Lustre module](../modules/file-system/managed-lustre/README.md)
269269

270270
#### Quota Requirements for hpc-enterprise-slurm.yaml
271271

0 commit comments

Comments
 (0)