Skip to content

Commit c774b76

Browse files
authored
1 parent 41acc3b commit c774b76

22 files changed

+26
-28
lines changed

source/core/backup-preparations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ You may also want to resync your backup if you:
480480
- :manual:`Drop a collection </reference/method/db.collection.drop>`
481481
(MMAPv1 only).
482482

483-
- Run a :manual:`sharded cluster </reference/glossary/#std-term-sharded-cluster>``, and move chunks
483+
- Run a :manual:`sharded cluster </reference/glossary/#std-term-sharded-cluster>`, and move chunks
484484
from a particular shard.
485485

486486
- Switch storage engines, if you want |mms| to provide snapshots

source/core/system-alerts.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ Blockstore
208208

209209
* - ``OUTSIDE_SPACE_USED_THRESHOLD``
210210
- .. alert:: Blockstore space used exceeds threshold
211-
- Sent when the disk space the :opsmgr:`blockstore <term-Backup Blockstore
212-
Database>` uses exceeds the configured :setting:`threshold
211+
- Sent when the disk space the :opsmgr:`blockstore </reference/glossary/#std-term-backup-blockstore-database>` uses exceeds the configured :setting:`threshold
213212
<mms.alerts.OutsideSpaceUsedThreshold.maximumSpaceUsedPercent>`
214213
setting. The default threshold is 85% of the total disk capacity
215214
on which the blockstore is stored. You can change the

source/includes/api/list-tables/restore-job-request-documents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
hours of the current time.
166166

167167
If you provide this setting, this endpoint restores all data up
168-
to this :opsmgr:`Point in Time </reference/glossary/#std-term-point-in-time-restore> to the
168+
to this :opsmgr:`Point in Time </reference/glossary/#std-term-point-in-time-restore>` to the
169169
database you specified in the ``delivery`` object.
170170

171171
``"delivery.methodName" : "AUTOMATED_RESTORE"``

source/includes/api/list-tables/restore-jobs/body-parameters/pit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
hours of the current time.
6464

6565
If you provide this setting, this endpoint restores all data up
66-
to this :opsmgr:`Point in Time </reference/glossary/#std-term-point-in-time-restore> to the
66+
to this :opsmgr:`Point in Time </reference/glossary/#std-term-point-in-time-restore>` to the
6767
database you specified in the ``delivery`` object.
6868

6969

source/includes/steps-deploy-standalone.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ content: |
3636
* - :guilabel:`Auth Schema Version`
3737
- Select the schema for storing the user data for your
3838
deployment. MongoDB 3.0 uses a different schema for user data
39-
than previous versions. For compatibility information, see the
40-
:ref:`Security Changes <legacy-auth-model-removed>`
41-
in the MongoDB 3.0 release notes.
39+
than previous versions.
4240
4341
* - :guilabel:`Feature Compatibility` (Optional)
4442
- Select the :manual:`feature compatibility set

source/includes/steps-edit-replica-set-configuration.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ content: |
2525
- Select the schema for storing the user data for your
2626
deployment. If you are upgrading from a MongoDB version older
2727
than 3.0, MongoDB 3.0 uses a different schema for user data
28-
than previous versions. For compatibility information, see the
29-
:ref:`Security Changes <legacy-auth-model-removed>`
30-
in the MongoDB 3.0 release notes.
28+
than previous versions.
3129
3230
* - :guilabel:`Feature Compatibility` (Optional)
3331
- Select the :manual:`feature compatibility set

source/includes/upgrade-path-onprem-upgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ The following table lists upgrade paths for all versions:
101101

102102
* - 2.x or earlier
103103
- Use the
104-
`v3.4 upgrade tutorial <https://www.mongodb.com/docs/ops-manager/v3.4/tutorial/nav/upgrade-application/tutorial/nav/upgrade-application>`__
104+
`v3.4 upgrade tutorial <https://www.mongodb.com/docs/ops-manager/v3.4/tutorial/nav/upgrade-application/>`__
105105
to upgrade from |onprem| 2.x or earlier.

source/reference/alerts/query-targeting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ query generated the alert:
7272
all queries.
7373

7474
- The :manual:`Data Profiler
75-
</tutorial/manage-the-database-profiler/index.html>`
75+
</tutorial/manage-the-database-profiler>`
7676
records operations that |service| considers slow when compared to
7777
average execution time for all operations on your cluster.
7878

source/reference/api/admin/backup/groups/get-all-backup-group-configurations.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _get-all-backup-group-configurations:
2+
13
==========================================
24
Get All Project Backup Jobs Configurations
35
==========================================

source/reference/api/admin/backup/groups/update-one-backup-group-configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _update-one-backup-group-configuration:
2+
13
============================================
24
Update One Project Backup Jobs Configuration
35
============================================

source/reference/glossary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Glossary
106106

107107

108108
backup cursor
109-
A :manual:`tailable cursor <tailable-cursors>` pointing to a list of
109+
A :manual:`tailable cursor </core/tailable-cursors>` pointing to a list of
110110
backup files. Starting with FCV 4.2, |onprem| uses
111111
:manual:`backup cursors </reference/glossary/#std-term-backup-cursor>` instead of
112112
:opsmgr:`head databases </reference/glossary/#std-term-head-database>`.

source/release-notes/changelogs/ops-manager/changelog-onprem-eol.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@ Considerations for Upgrade (v1.8)
545545
:ref:`backup-database` run MongoDB 2.6 or later.
546546
|onprem| will not start after upgrade if your backing databases are
547547
using an earlier version of MongoDB. The MongoDB Manual provides
548-
upgrade tutorials with each release. To upgrade from MongoDB 2.4 to
549-
2.6, see: :manual:`Upgrade MongoDB to 2.6 </release-notes/2.6-upgrade/>`.
548+
upgrade tutorials with each release.
550549

551550
- When you upgrade to |onprem| 1.8, |onprem| disables all Automation
552551
Agents until they are upgraded to :ref:`automation-2.0.9.1201`. You

source/release-notes/changelogs/ops-manager/changelog-onprem-v4.0.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,6 @@
464464
:abbr:`API (Application Programming Interface)` keys created
465465
before |onprem| 3.4.
466466

467-
The change to the Agent
468-
:abbr:`API (Application Programming Interface)` Key model is
469-
:v3.6:`described in the v3.6 documentation </tutorial/manage-agent-api-key>`.
470-
471467
- Provided :doc:`new option </tutorial/configure-local-mode>` to only
472468
have |onprem| connect to the internet to download MongoDB installer
473469
binaries.

source/release-notes/changelogs/ops-manager/changelog-onprem-v4.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Upgrades Agent: :ref:`mongodb-10.2.16.5960`.
332332

333333
- Bootstrapping a Backup
334334
:term:`initial sync <initial sync>` using
335-
:manual:`rsync </core/backups/index.html#back-up-with-cp-or-rsync>`
335+
:manual:`rsync </core/backups/#back-up-with-cp-or-rsync>`
336336
can now complete when syncing from a hidden secondary.
337337
- Logs are viewable in the |onprem| Admin panel.
338338
- Ensures initial sync can complete after FCV downgrades.

source/release-notes/changelogs/ops-manager/changelog-onprem-v4.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
- Fixes a bug that disallows configuring |ldap| group names longer
249249
than 100 characters.
250250
- Updates the {+mdbagent+} to :ref:`10.14.22.6489 <mongodb-10.14.22.6489>`.
251-
- Requires :dbtools:`MongoDB Database Tools 100.3.1 <//release-notes/database-tools-changelog#100.3.1-changelog>`.
251+
- Requires `MongoDB Database Tools 100.3.1 <https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog#100.3.1-changelog>`__.
252252
- Changes the :ref:`protocolVersion <autoconfig-mongodb-replicasets>`
253253
API parameter from an integer to a string. For example, previously,
254254
you could specify ``1`` for this parameter. Now, you must specify

source/tutorial/configure-local-mode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To use earlier versions, you must download them from
106106
Prerequisites
107107
-------------
108108

109-
If you :doc:`configure an HTTP proxy <use-with-http-proxy>` for |onprem|,
109+
If you :ref:`configure an HTTP proxy <use-with-http-proxy>` for |onprem|,
110110
the Backup Daemon, and the MongoDB Agents:
111111

112112
- Consider :ref:`adding sites from which to download the version

source/tutorial/convert-config-servers-to-replica-set.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Convert Config Servers to a Replica Set
1616
longer supported.
1717

1818
In a sharded cluster, :manual:`config servers </reference/glossary/#std-term-config-server>` store the
19-
metadata for the :manual:`sharded cluster </reference/glossary/#std-term-sharded-cluster>``. For a
19+
metadata for the :manual:`sharded cluster </reference/glossary/#std-term-sharded-cluster>`. For a
2020
sharded cluster to be fully operational, the config servers must be
2121
available and the metadata must be consistent across the config
2222
servers.

source/tutorial/create-cluster-with-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ Next Steps
117117
----------
118118

119119
To make an additional version of MongoDB available in the cluster,
120-
see :doc:`update-mongodb-version-of-deployment-via-api`.
120+
see :ref:`update-mongodb-version-of-deployment-via-api`.

source/tutorial/edit-deployment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Edit a Deployment's Configuration
1515
You can modify a deployment's configuration and topology, including its
1616
MongoDB versions, storage engines, and numbers of hosts or shards. You
1717
can make modifications at all levels of a deployment's topology from a
18-
top-level :manual:`sharded cluster </reference/glossary/#std-term-sharded-cluster>`` or
18+
top-level :manual:`sharded cluster </reference/glossary/#std-term-sharded-cluster>` or
1919
:manual:`replica set </reference/glossary/#std-term-replica-set>` to lower levels, such as a replica set within a
2020
sharded cluster, or an individual process within a replica set. You can
2121
also modify :term:`standalone <standalone>` processes.

source/tutorial/move-jobs-to-new-backup-daemon.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ then an administrator with the :authrole:`Global Owner`
1616
or :ref:`global backup admin role <global-backup-admin-role>` :doc:`role </reference/user-roles>`
1717
can move all the daemon's jobs to another Backup Daemon. The new
1818
daemon takes over the responsibility to back up the associated
19-
:manual:`shards <shard>` and :manual:`replica sets </reference/glossary/#std-term-replica-set>`.
19+
:manual:`shards </sharding>` and :manual:`replica sets </reference/glossary/#std-term-replica-set>`.
2020

2121
When you move jobs, the destination daemon reconstructs the data using
2222
a snapshot and the :manual:`oplog </reference/glossary/#std-term-oplog>` from the :ref:`backup-database`.
@@ -36,7 +36,7 @@ backups to the new Backup Daemon:
3636
- Restores of previous snapshots are still available.
3737

3838
- |mms| can produce restore artifacts using existing snapshots with
39-
:manual:`point-in-time restore` for :manual:`replica sets </reference/glossary/#std-term-replica-set>`
39+
:term:`point-in-time restore` for :manual:`replica sets </reference/glossary/#std-term-replica-set>`
4040
or :manual:`sharded clusters </reference/glossary/#std-term-sharded-cluster>` that run |fcv-link| of
4141
4.2 or later. (:manual:`Sharded clusters </reference/glossary/#std-term-sharded-cluster>` that run
4242
|fcv| of 4.0 or earlier can use :ref:`checkpoints <checkpoint>`.)

source/tutorial/update-mongodb-version-of-deployment-via-api.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _update-mongodb-version-of-deployment-via-api:
2+
13
==========================================
24
Update the MongoDB Version of a Deployment
35
==========================================

source/tutorial/use-with-http-proxy.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _use-with-http-proxy:
2+
13
============================================================
24
Configure |onprem| to Use an HTTP Proxy for Outgoing Traffic
35
============================================================

0 commit comments

Comments
 (0)