Skip to content

Commit 52d2287

Browse files
committed
Added clarification for unmounting global lustre from nnf-dm workers
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
1 parent 7da67da commit 52d2287

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/guides/global-lustre/readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ Note the `spec.namespaces` field. For each namespace listed, the `lustre-fs-oper
4343
PV/PVC pair in that namespace. This allows pods in that namespace to access global lustre. The
4444
`default` namespace should appear in this list. This makes the `lustrefilesystem` resource available
4545
to the `default` namespace, which makes it available to containers (e.g. container workflows)
46-
running in the `default` namespace. The `nnf-dm-system` namespace is added automatically - no need
47-
to specify that manually here.
46+
running in the `default` namespace.
47+
48+
The `nnf-dm-system` namespace is added automatically - no need to specify that manually here. The
49+
NNF Data Movement Manager is responsible for ensuring that the `nnf-dm-system` is in
50+
`spec.namespaces`. This is to ensure that the NNF DM Worker pods have global lustre mounted as long
51+
as `nnf-dm` is deployed. **To unmount global lustre from the NNF DM Worker pods, the
52+
`lustrefilesystem` resource must be deleted**.
4853

4954
The `lustrefilesystem` resource itself should be created in the `default` namespace (i.e.
5055
`metadata.namespace`).

0 commit comments

Comments
 (0)