|
61 | 61 | ``mongosync`` instances during the initial copying of |
62 | 62 | collections. |
63 | 63 |
|
64 | | - .. note:: |
65 | 64 |
|
66 | | - ``mongosync`` approximates the estimated total number of bytes |
67 | | - prior to migration and does not update this value during the |
68 | | - synchronization process. This value does not reflect changes |
69 | | - made to the source cluster during sync and is not an accurate |
70 | | - indicator of migration progress. |
| 65 | + ``mongosync`` approximates the estimated total number of bytes |
| 66 | + prior to migration and does not update this value during the |
| 67 | + synchronization process. This value does not reflect changes |
| 68 | + made to the source cluster during sync and is not an accurate |
| 69 | + indicator of migration progress. |
| 70 | + ``mongosync`` approximates the estimated total number of bytes |
| 71 | + prior to migration and does not update this value during the |
| 72 | + synchronization process. This value does not reflect changes |
| 73 | + made to the source cluster during sync and is not an accurate |
| 74 | + indicator of migration progress. |
71 | 75 |
|
72 | 76 | * - ``collectionCopy`` |
73 | 77 | ``.estimatedCopiedBytes`` |
|
81 | 85 | and divide the result by the value of the ``estimatedTotalBytes`` field |
82 | 86 | . Then, multiply the result by 100. |
83 | 87 |
|
84 | | - .. note:: |
85 | 88 |
|
86 | | - The value of ``estimatedCopiedBytes`` may be larger than the |
87 | | - value of the ``estimatedTotalBytes`` due to retried operations. |
88 | | - A comparison of ``estimatedTotalBytes`` and |
89 | | - ``estimatedCopiedBytes`` is not an accurate indicator of |
90 | | - migration progress. |
| 89 | + The value of ``estimatedCopiedBytes`` may be larger than the |
| 90 | + value of the ``estimatedTotalBytes`` due to retried operations. |
| 91 | + A comparison of ``estimatedTotalBytes`` and |
| 92 | + ``estimatedCopiedBytes`` is not an accurate indicator of |
| 93 | + migration progress. |
| 94 | + The value of ``estimatedCopiedBytes`` may be larger than the |
| 95 | + value of the ``estimatedTotalBytes`` due to retried operations. |
| 96 | + A comparison of ``estimatedTotalBytes`` and |
| 97 | + ``estimatedCopiedBytes`` is not an accurate indicator of |
| 98 | + migration progress. |
91 | 99 |
|
92 | 100 | * - ``directionMapping`` |
93 | 101 | - object |
|
0 commit comments