Skip to content

Commit 896382a

Browse files
(DOCSP-14331): app db must use persistent volumes (#510)
* (DOCSP-14331): app db must use persistent volumes * (DOCSP-14331): tech review feedback
1 parent c3bcb1d commit 896382a

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

source/includes/steps-deploy-k8s-opsmgr-http.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,14 @@ content: |
138138
| ``.applicationDatabase``
139139
| ``.``:setting:`~spec.persistent`
140140
- boolean
141-
- *Optional.*
142-
143-
Flag indicating if this |k8s-mdbrsc| should use |k8s-pvs| for
141+
- Flag indicating if this |k8s-mdbrsc| should use |k8s-pvs| for
144142
storage. Persistent volumes are not deleted when the
145143
|k8s-mdbrsc| is stopped or restarted.
146144
147-
If this value is ``true``, then
145+
.. important::
146+
147+
You must set this value to ``true``.
148+
148149
``spec.applicationDatabase.podSpec.persistence.``
149150
:setting:`~spec.podSpec.persistence.single`
150151
is set to its default value of ``16Gi``.

source/includes/steps-deploy-k8s-opsmgr-https.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,14 @@ content: |
243243
| ``.applicationDatabase``
244244
| ``.``:setting:`~spec.persistent`
245245
- boolean
246-
- *Optional.*
247-
248-
Flag indicating if this |k8s-mdbrsc| should use |k8s-pvs| for
246+
- Flag indicating if this |k8s-mdbrsc| should use |k8s-pvs| for
249247
storage. Persistent volumes are not deleted when the
250248
|k8s-mdbrsc| is stopped or restarted.
251249
252-
If this value is ``true``, then
250+
.. important::
251+
252+
You must set this value to ``true``.
253+
253254
``spec.applicationDatabase.podSpec.persistence.``
254255
:setting:`~spec.podSpec.persistence.single`
255256
is set to its default value of ``16Gi``.

source/tutorial/plan-om-resource.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ database or :term:`sharded cluster`. If you have concerns about
6666
performance or size requirements for the Application Database, contact
6767
`MongoDB Support <https://support.mongodb.com/welcome>`__.
6868

69+
.. important::
70+
71+
The Application Database must use |k8s-pvs|. When you
72+
:ref:`deploy-om-container`, ensure that you set
73+
``spec.applicationDatabase.``
74+
:setting:`~spec.persistent` to ``true``.
75+
6976
Monitoring
7077
++++++++++
7178

0 commit comments

Comments
 (0)