Skip to content

Commit 2cb07df

Browse files
fix glossary links (#1569)
1 parent 6f501d6 commit 2cb07df

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

source/includes/steps-configure-filesystem-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ content: |
3737
3838
The following example creates a |k8s-crd| file named
3939
``ops-manager-fs.yaml``, for the MongoDB
40-
:term:`oplog store <oplog store database>` with a ``kube-user``.
40+
:term:`oplog store <Oplog Store Database>` with a ``kube-user``.
4141
4242
.. code-block:: yaml
4343

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ content: |
181181
182182
To configure backup, you must enable it, and then:
183183
184-
- Choose to configure an :term:`S3 snapshot store <s3 snapshot store>`
184+
- Choose to configure an :term:`S3 snapshot store <S3 Snapshot Store>` snapshot store <s3 snapshot store>`
185185
or a :term:`blockstore <Backup Blockstore Database>`. If you deploy
186186
both an |s3| :term:`snapshot store <s3 snapshot store>` and a
187187
:term:`blockstore <Backup Blockstore Database>`, |onprem|
@@ -255,7 +255,7 @@ content: |
255255
- Name of the MongoDB database resource for the |s3| oplog store.
256256
- ``my-s3-oplog-db``
257257
258-
You must also configure an :term:`S3 snapshot store <s3 snapshot store>`
258+
You must also configure an :term:`S3 snapshot store <S3 Snapshot Store>` snapshot store <s3 snapshot store>`
259259
or a :term:`blockstore <Backup Blockstore Database>`.
260260
261261
.. note::

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ content: |
314314
315315
To configure backup, you must enable it, and then:
316316
317-
- Choose to configure an :term:`S3 snapshot store <s3 snapshot store>`
317+
- Choose to configure an :term:`S3 snapshot store <S3 Snapshot Store>` snapshot store <s3 snapshot store>`
318318
or a :term:`blockstore <Backup Blockstore Database>`. If you deploy
319319
both an |s3| :term:`snapshot store <s3 snapshot store>` and a
320320
:term:`blockstore <Backup Blockstore Database>`, |onprem|
@@ -388,12 +388,12 @@ content: |
388388
The resource's ``metadata.name`` must match this name.
389389
- ``my-s3-oplog-db``
390390
391-
You must also configure an :term:`S3 snapshot store <s3 snapshot store>`
391+
You must also configure an :term:`S3 snapshot store <S3 Snapshot Store>` snapshot store <s3 snapshot store>`
392392
or a :term:`blockstore <Backup Blockstore Database>`.
393393
394394
.. note::
395395
396-
If you deploy both an :term:`S3 snapshot store <s3 snapshot store>`
396+
If you deploy both an :term:`S3 snapshot store <S3 Snapshot Store>` snapshot store <s3 snapshot store>`
397397
and a :term:`blockstore <Backup Blockstore Database>`, |onprem|
398398
randomly choses one to use for Backup.
399399

source/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ Improvements
718718
- Introduces the :opsmgrkube:`spec.backup.s3OpLogStores.s3RegionOverride`
719719
and :opsmgrkube:`spec.backup.s3Stores.s3RegionOverride` parameters
720720
for specifying the regions where the custom |s3|-compatible buckets
721-
that you use for the :term:`oplog store <oplog store database>` or a
721+
that you use for the :term:`oplog store <Oplog Store Database>` or a
722722
:term:`snapshot store <Snapshot Store>` should reside.
723723

724724
- Improves security by introducing:

source/tutorial/om-arch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ StatefulSet for the Backup Daemon.
133133

134134
If you enable backup, you must provide additional fields in the
135135
:opsmgrkube:`spec.backup <spec.backup.enabled>` collection to configure:
136-
the :term:`oplog store <oplog store database>` and a :term:`blockstore
136+
the :term:`oplog store <Oplog Store Database>` and a :term:`blockstore
137137
<Backup Blockstore Database>` or an |s3| :term:`snapshot store <S3
138138
Snapshot Store>`. You can also
139139
:ref:`encrypt backup jobs <configure-kmip-backup-encryption>`, but

source/tutorial/plan-om-resource.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ enable the Backup Daemon and configure the head database.
191191
.. important::
192192

193193
To configure Backup, you must create the |k8s-mdbrscs| or |mongodb-multis|
194-
for the :term:`oplog store <oplog store database>` and for one of the
194+
for the :term:`oplog store <Oplog Store Database>` and for one of the
195195
following:
196196

197-
- :term:`oplog store <oplog store database>` or |s3| oplog store.
197+
- :term:`oplog store <Oplog Store Database>` or |s3| oplog store.
198198
If you deploy both the oplog store and the |s3| oplog store, |onprem|
199199
chooses one to use for Backup at random.
200200
- |s3| :term:`snapshot store <s3 snapshot store>` or :term:`blockstore <Backup Blockstore Database>`.

0 commit comments

Comments
 (0)