Skip to content

Commit e1eb6df

Browse files
DOCSP-7255 - Change G to Gi for OM resources. (#327)
* DOCSP-7255 - Change G to Gi for OM resources. * DOCSP-7255 - A few other G references.
1 parent 6f6e175 commit e1eb6df

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ content: |
204204
If this value is ``true``, then
205205
``spec.applicationDatabase.podSpec.persistence.``
206206
:setting:`~spec.podSpec.persistence.single`
207-
is set to its default value of ``16G``.
207+
is set to its default value of ``16Gi``.
208208
209209
To change your |k8s-pvcs| configuration, configure the
210210
following collections to meet your deployment requirements:

source/includes/steps-resize-storage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ content: |
3131
memory: 300M
3232
persistence:
3333
single:
34-
storage: 1G
34+
storage: 1Gi
3535
3636
---
3737
stepnum: 2
@@ -136,7 +136,7 @@ content: |
136136
memory: 300M
137137
persistence:
138138
single:
139-
storage: 2G
139+
storage: 2Gi
140140
141141
b. Recreate a |k8s-statefulset| resource with the new volume size.
142142

source/reference/k8s-operator-om-specification.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Optional |onprem| Resource Settings
496496

497497
.. note::
498498

499-
Set this value to at least ``4.5G``. Values of less than ``4.5G``
499+
Set this value to at least ``4.5Gi``. Values of less than ``4.5Gi``
500500
might result in an error.
501501

502502
The requested value must be less than or equal to
@@ -516,7 +516,7 @@ Optional |onprem| Resource Settings
516516
.. admonition:: Limit this value to less than 32 GB
517517
:class: warning
518518

519-
Setting this value to a value greater than 32 GB (``32G``) can
519+
Setting this value to a value greater than 32 GB (``32Gi``) can
520520
cause issues with the backup service. Excessive heaps can cause
521521
unpredictable results in |onprem|.
522522

@@ -869,7 +869,7 @@ Optional |onprem| Resource Settings
869869
resources:
870870
requests:
871871
cpu: '0.70'
872-
memory: '6G'
872+
memory: '6Gi'
873873
limits:
874874
cpu: '1'
875875
memory: '7000M'
@@ -932,11 +932,11 @@ Optional |onprem| Resource Settings
932932
.. example::
933933

934934
If |onprem| on |k8s| requires 6 gigabytes of memory, set
935-
this value to ``6G``.
935+
this value to ``6Gi``.
936936

937937
.. note::
938938

939-
MongoDB recommends setting this value to at least ``5G``.
939+
MongoDB recommends setting this value to at least ``5Gi``.
940940

941941
The requested value must be less than or equal to
942942
:opsmgrkube:`spec.statefulSet.spec.template.spec.containers.resources.limits.memory`.
@@ -955,6 +955,6 @@ Optional |onprem| Resource Settings
955955
.. admonition:: Limit this value to less than 32 GB
956956
:class: warning
957957

958-
Setting this value to a value greater than 32 GB (``32G``) can
958+
Setting this value to a value greater than 32 GB (``32Gi``) can
959959
cause issues with the backup service. Excessive heaps can cause
960960
unpredictable results in |onprem|.

source/reference/k8s/example-opsmgr-local-mode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
accessModes: [ "ReadWriteOnce" ]
2121
resources:
2222
requests:
23-
storage: 20G
23+
storage: 20Gi
2424
template:
2525
spec:
2626
containers:

source/reference/troubleshooting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ To view all |k8s-mdbrsc| specifications in the provided
231231
metadata:
232232
annotations:
233233
kubectl.kubernetes.io/last-applied-configuration: |
234-
{"apiVersion":"mongodb.com/v1","kind":"MongoDB","metadata":{"annotations":{},"name":"dublin","namespace":"mongodb"},"spec":{"credentials":"credentials","persistent":false,"podSpec":{"memory":"1G"},"project":"my-om-config","type":"Standalone","version":"4.0.0-ent"}}
234+
{"apiVersion":"mongodb.com/v1","kind":"MongoDB","metadata":{"annotations":{},"name":"dublin","namespace":"mongodb"},"spec":{"credentials":"credentials","persistent":false,"podSpec":{"memory":"1Gi"},"project":"my-om-config","type":"Standalone","version":"4.0.0-ent"}}
235235
clusterDomain: ""
236236
creationTimestamp: 2018-09-12T17:15:32Z
237237
generation: 1

0 commit comments

Comments
 (0)