From ef39a321948784ad33102204c2478c95ccfc756b Mon Sep 17 00:00:00 2001 From: Anika Malhotra Date: Thu, 6 Mar 2025 11:29:36 -0500 Subject: [PATCH 1/2] DOCSP-48145-quickstart-nested-components --- source/includes/fact-oplog-disk-storage.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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: From 6dd11c435eb558abc0218501a3647e94d18ef4cf Mon Sep 17 00:00:00 2001 From: Anika Malhotra Date: Thu, 6 Mar 2025 12:00:32 -0500 Subject: [PATCH 2/2] build error --- source/release-notes/1.12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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