From f35671c2a3d505c52a197a5f0ca91ae49afea0bc Mon Sep 17 00:00:00 2001 From: Jocelyn Mendez Date: Tue, 26 Oct 2021 15:51:25 -0400 Subject: [PATCH] DOCS-14783-new corrected majority reference --- source/reference/command/serverStatus.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/reference/command/serverStatus.txt b/source/reference/command/serverStatus.txt index a50bb7a6e9d..f779c7f3a88 100644 --- a/source/reference/command/serverStatus.txt +++ b/source/reference/command/serverStatus.txt @@ -1834,7 +1834,8 @@ opWriteConcernCounters * - ``"none"`` - Number of insert operations that did not specify ``w`` value. - These operations use the default ``w`` value of ``1``. + These operations use the default ``w`` value of + :ref:`"majority" `. The sum of the :serverstatus:`opWriteConcernCounters.insert` equals :serverstatus:`opcounters.insert`.