Skip to content

Commit 815633c

Browse files
DOCSP-45781 Clarify references to 'maxCapacityGB' in OM docs (#582)
<!-- Add a description of your PR here (optional) --> Clarifies references to the ``maxCapacityGB`` field throughout the Ops Manager docs. NOTE: this ticket also include references to ``maxCapacityGB`` that need to be updated in the mongocli repo. These changes will be made by the CLI team, created ticket for mongocli docs changes [here](https://jira.mongodb.org/browse/CLOUDP-289412). - [DOCSP-45781](https://jira.mongodb.org/browse/DOCSP-45781) - [STAGING - Blockstore](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/tutorial/manage-blockstore-storage/) - [STAGING - Create One Blockstore Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/snapshot/mongoConfigs/create-one-blockstore-configuration/) - [STAGING - Update One Blockstore Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/snapshot/mongoConfigs/update-one-blockstore-configuration/#update-one-blockstore-configuration) - [STAGING - Get All Blockstore Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/snapshot/mongoConfigs/get-all-blockstore-configurations/#get-all-blockstore-configurations) - [STAGING - Get One Blockstore Config By ID](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/snapshot/mongoConfigs/get-one-blockstore-configuration-by-id) - [STAGING - Create One Sync Store Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/sync/mongoConfigs/create-one-sync-store-configuration/) - [STAGING - Update One Sync Store Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/sync/mongoConfigs/update-one-sync-store-configuration/) - [STAGING - Get All Sync Store Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/sync/mongoConfigs/get-all-sync-store-configurations/#results-embedded-document) - [STAGING - Get One Sync Store Config By ID](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/sync/mongoConfigs/get-one-sync-store-configuration-by-id/#response) - [STAGING - Create One Oplog Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/oplog/mongoConfigs/create-one-oplog-configuration/#create-one-oplog-configuration) - [STAGING - Update One Oplog Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/oplog/mongoConfigs/update-one-oplog-configuration) - [STAGING - Get All Oplog Config](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/oplog/mongoConfigs/get-all-oplog-configurations) - [STAGING - Get One Oplog Config By ID](https://deploy-preview-582--10gen-docs-ops-manager.netlify.app/reference/api/admin/backup/oplog/mongoConfigs/get-one-oplog-configuration-by-id) - [LATEST BUILD LOG](https://app.netlify.com/sites/10gen-docs-ops-manager/deploys/67619f8c25e9c20008531dda) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent c890c1a commit 815633c

12 files changed

+46
-19
lines changed

source/core/system-alerts.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ Backup Daemon
182182
- .. alert:: Backup Daemon has sufficient free head space
183183
-
184184

185+
.. _blockstore:
186+
185187
Blockstore
186188
~~~~~~~~~~
187189

source/includes/api/list-tables/admin-blockstore-create-request-documents.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: blockstore
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -44,8 +47,7 @@
4447

4548
* - maxCapacityGB
4649
- number
47-
- *Optional.* The maximum amount of data in GB this
48-
:opsmgr:`blockstore </reference/glossary/#std-term-backup-blockstore-database>` can store.
50+
- .. include:: /includes/api/maxCapacityGB-description.rst
4951

5052
* - uri
5153
- string

source/includes/api/list-tables/admin-blockstore-request-documents.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: blockstore
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -40,8 +43,8 @@
4043

4144
* - maxCapacityGB
4245
- number
43-
- *Optional.* The maximum amount of data in GB this
44-
:opsmgr:`blockstore </reference/glossary/#std-term-backup-blockstore-database>` can store.
46+
- .. include:: /includes/api/maxCapacityGB-description.rst
47+
4548

4649
* - uri
4750
- string

source/includes/api/list-tables/admin-blockstore-response-documents.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: blockstore
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -43,8 +46,7 @@
4346

4447
* - maxCapacityGB
4548
- number
46-
- The maximum amount of data in GB this :opsmgr:`blockstore </reference/glossary/#std-term-backup-blockstore-database>` can
47-
store.
49+
- .. include:: /includes/api/maxCapacityGB-description.rst
4850

4951
* - uri
5052
- string

source/includes/api/list-tables/admin-oplog-store-create-request-documents.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: oplog store
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -35,8 +38,7 @@
3538

3639
* - maxCapacityGB
3740
- number
38-
- *Optional.* The maximum amount of data in GB this
39-
:opsmgr:`oplog store </reference/glossary/#std-term-Oplog-Store-Database>` can store.
41+
- .. include:: /includes/api/maxCapacityGB-description.rst
4042

4143
* - uri
4244
- string

source/includes/api/list-tables/admin-oplog-store-request-documents.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: oplog store
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -31,8 +34,7 @@
3134

3235
* - maxCapacityGB
3336
- number
34-
- *Optional.* The maximum amount of data in GB this
35-
:opsmgr:`oplog store </reference/glossary/#std-term-Oplog-Store-Database>` can store.
37+
- .. include:: /includes/api/maxCapacityGB-description.rst
3638

3739
* - uri
3840
- string

source/includes/api/list-tables/admin-oplog-store-response-documents.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: oplog store
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -34,8 +37,7 @@
3437

3538
* - maxCapacityGB
3639
- number
37-
- The maximum amount of data in GB this :opsmgr:`oplog store </reference/glossary/#std-term-Oplog-Store-Database>` can
38-
store.
40+
- .. include:: /includes/api/maxCapacityGB-description.rst
3941

4042
* - uri
4143
- string

source/includes/api/list-tables/admin-sync-store-create-request-documents.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: sync store
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -35,8 +38,7 @@
3538

3639
* - maxCapacityGB
3740
- number
38-
- *Optional.* The maximum amount of data in GB this sync store can
39-
store.
41+
- .. include:: /includes/api/maxCapacityGB-description.rst
4042

4143
* - uri
4244
- string

source/includes/api/list-tables/admin-sync-store-request-documents.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: sync store
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -31,8 +34,7 @@
3134

3235
* - maxCapacityGB
3336
- number
34-
- *Optional.* The maximum amount of data in GB this sync store can
35-
store.
37+
- .. include:: /includes/api/maxCapacityGB-description.rst
3638

3739
* - uri
3840
- string

source/includes/api/list-tables/admin-sync-store-response-documents.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |product| replace:: sync store
2+
.. |field| replace:: ``maxCapacityGB``
3+
14
.. list-table::
25
:widths: 15 15 70
36
:header-rows: 1
@@ -34,8 +37,7 @@
3437

3538
* - maxCapacityGB
3639
- number
37-
- The maximum amount of data in GB this sync store can
38-
store.
40+
- .. include:: /includes/api/maxCapacityGB-description.rst
3941

4042
* - uri
4143
- string

0 commit comments

Comments
 (0)