Skip to content

Commit 69255c0

Browse files
committed
Renamed environment variables + remove line breaks
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
1 parent a12b221 commit 69255c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/rfcs/0002/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Peter submits the job to the WLM. WLM guides the job through the workflow states
206206
mountPath: /foo/local
207207
- name: foo-persistent-storage
208208
mountPath: /foo/persistent
209-
- name: nnf-config
209+
- name: nnf-config
210210
mountPath: /nnf/config
211211
ports:
212212
- name: compute
@@ -242,9 +242,9 @@ Peter submits the job to the WLM. WLM guides the job through the workflow states
242242

243243
Kubernetes allows for a way to define permissions for a container using a [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/). This can be seen in the pod template spec above. The user and group IDs are inherited from the Workflow's spec.
244244

245-
## Special Note: Indexed-Mount Type
245+
## Special Note: Indexed-Mount Type for GFS2 File Systems
246246

247-
When using a file system like XFS or GFS2, each compute is allocated its own Rabbit volume. The Rabbit software mounts a collection of mount paths with a common prefix and an ending indexed value.
247+
When using a GFS2 file system, each compute is allocated its own Rabbit volume. The Rabbit software mounts a collection of mount paths with a common prefix and an ending indexed value.
248248

249249
Application AUTHORS must be aware that their desired mount-point really contains a collection of directories, one for each compute node. The mount point type can be known by consulting the config map values.
250250

0 commit comments

Comments
 (0)