diff --git a/source/includes/fact-oplog-disk-storage.rst b/source/includes/fact-oplog-disk-storage.rst index 669f1755d..77fbec29f 100644 --- a/source/includes/fact-oplog-disk-storage.rst +++ b/source/includes/fact-oplog-disk-storage.rst @@ -4,12 +4,10 @@ sync. For example, to migrate 10 GB of data, the destination cluster must have at least 10 GB available for the data and another 10 GB for the insert oplog entries from the initial sync. -.. important:: - - To use :ref:`embedded verification `, you must have a - larger oplog on the destination. If you enable the embedded verifier and - reduce the size of the destination oplog, the embedded verifier might not be - able to keep up, causing ``mongosync`` to error. +To use :ref:`embedded verification `, you must have a +larger oplog on the destination. If you enable the embedded verifier and +reduce the size of the destination oplog, the embedded verifier might not be +able to keep up, causing ``mongosync`` to error. If you need to reduce the overhead of the destination oplog entries and the embedded verifier is disabled, you can: diff --git a/source/release-notes/1.12.txt b/source/release-notes/1.12.txt index 300024c56..75b2cd563 100644 --- a/source/release-notes/1.12.txt +++ b/source/release-notes/1.12.txt @@ -51,7 +51,7 @@ See :ref:`c2c-api-start-params`. Live Upgrades ~~~~~~~~~~~~~ -:ref:`Live upgrades ` +:ref:`Live upgrades ` to version 1.12 are not supported. Other Notes