Skip to content

Commit d90ed3f

Browse files
author
Dave Cuthbert
authored
DOCSP-30985 standardize on fCV (#3437)
* DOCSP-30985 standardize on fCV * DOCSP-30985 standardize on fCV * DOCSP-30985 standardize on fCV * macos broken case handling
1 parent 1ba71de commit d90ed3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+114
-109
lines changed

source/core/sharded-cluster-query-router.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Metadata Operations
361361
Additional Information
362362
----------------------
363363

364-
FCV Compatibility
364+
fCV Compatibility
365365
~~~~~~~~~~~~~~~~~
366366

367367
.. include:: /includes/fact-mongos-fcv.rst

source/core/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ MongoDB provides various transactions metrics:
739739

740740
.. _transactions-fcv:
741741

742-
Feature Compatibility Version (FCV)
742+
Feature Compatibility Version (fCV)
743743
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
744744

745745
To use transactions, the :ref:`featureCompatibilityVersion <view-fcv>`

source/includes/3.6-featureCompatibility-copy-data.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
You cannot copy data between a MongoDB 4.0 :binary:`~bin.mongod`
2-
instance with :ref:`featureCompatibilityVersion (FCV) <view-fcv>` 4.0
2+
instance with :ref:`featureCompatibilityVersion (fCV) <view-fcv>` 4.0
33
and a MongoDB version 3.6 :binary:`~bin.mongod` instance.
44

55
.. note::
66

77
You cannot copy data between a MongoDB 4.0 :binary:`~bin.mongod`
8-
instance (regardless of the FCV value) and a MongoDB 3.4 and earlier
8+
instance (regardless of the fCV value) and a MongoDB 3.4 and earlier
99
:binary:`~bin.mongod` instance.
1010

1111
For example:
@@ -17,28 +17,28 @@ For example:
1717
- Instance 2
1818
-
1919

20-
* - Version 4.0 ``mongod`` with FCV 4.0
21-
- Version 4.0 ``mongod`` with FCV 4.0
20+
* - Version 4.0 ``mongod`` with fCV 4.0
21+
- Version 4.0 ``mongod`` with fCV 4.0
2222
- Can copy data.
2323

24-
* - Version 4.0 ``mongod`` with FCV 4.0
25-
- Version 4.0 ``mongod`` with FCV 3.6
24+
* - Version 4.0 ``mongod`` with fCV 4.0
25+
- Version 4.0 ``mongod`` with fCV 3.6
2626
- Can copy data.
2727

28-
* - Version 4.0 ``mongod`` with FCV 4.0
29-
- Version 3.6 ``mongod`` with FCV 3.6
28+
* - Version 4.0 ``mongod`` with fCV 4.0
29+
- Version 3.6 ``mongod`` with fCV 3.6
3030
- Cannot copy data. Instance 2 must be a MongoDB version 4.0
3131

32-
* - Version 4.0 ``mongod`` with FCV 3.6
33-
- Version 3.6 ``mongod`` with FCV 3.6
32+
* - Version 4.0 ``mongod`` with fCV 3.6
33+
- Version 3.6 ``mongod`` with fCV 3.6
3434
- Can copy data.
3535

36-
* - Version 4.0 ``mongod`` with FCV 3.6
37-
- Version 3.6 ``mongod`` with FCV 3.4
36+
* - Version 4.0 ``mongod`` with fCV 3.6
37+
- Version 3.6 ``mongod`` with fCV 3.4
3838
- Can copy data.
3939

4040
In general, if the :binary:`~bin.mongod` instance has its
41-
:ref:`featureCompatibilityVersion (FCV) <view-fcv>` set to its MongoDB
41+
:ref:`featureCompatibilityVersion (fCV) <view-fcv>` set to its MongoDB
4242
version, you cannot copy data between that instance and a
4343
:binary:`~bin.mongod` instance of an earlier MongoDB version.
4444

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
For example, an arbiter in a MongoDB |newversion| cluster, has an FCV
2+
For example, an arbiter in a MongoDB |newversion| cluster, has an fCV
33
value of |oldversion|.

source/includes/arbiter-fcv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
Arbiters do not replicate the :data:`admin.system.version` collection.
33
Because of this, arbiters always have a Feature Compatibility Version equal
4-
to the downgrade version of the binary, regardless of the FCV value of the
4+
to the downgrade version of the binary, regardless of the fCV value of the
55
replica set.

source/includes/change-stream/id.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The ``_id`` object has the following form:
1212
}
1313
1414
The ``_data`` type depends on the MongoDB versions
15-
and, in some cases, the :ref:`feature compatibility version (FCV)
15+
and, in some cases, the :ref:`feature compatibility version (fCV)
1616
<view-fcv>` at the time of the change stream's
1717
opening or resumption. See :ref:`change-stream-resume-token` for the
1818
full list of ``_data`` types.

source/includes/changelogs/releases/3.4.18.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Internals
6363
- :issue:`SERVER-37424` Sys-perf: change v4.0 branch batch time to once a week
6464
- :issue:`SERVER-37425` Longevity tests -- increase batch time to once a year
6565
- :issue:`SERVER-37437` mongo longevity tests failing
66-
- :issue:`SERVER-37647` Validation hook sets FCV to 3.4 no matter what version it currently is
66+
- :issue:`SERVER-37647` Validation hook sets fCV to 3.4 no matter what version it currently is
6767

source/includes/changelogs/releases/3.4.19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Internals
6868
- :issue:`SERVER-23818` Include Evergreen task ID in metadata sent to logkeeper
6969
- :issue:`SERVER-36250` Add support for optionally logging specific negotiated TLS versions
7070
- :issue:`SERVER-37120` Turn off linux-replSet-initialsync-logkeeper Build Variant for 3.4 and 3.6 branches
71-
- :issue:`SERVER-37647` Validation hook sets FCV to 3.4 no matter what version it currently is
71+
- :issue:`SERVER-37647` Validation hook sets fCV to 3.4 no matter what version it currently is
7272
- :issue:`SERVER-37913` coll_epoch_test1.js does not wait for the config server to replicate after dropping collections.
7373
- :issue:`TOOLS-1566` Should not include "ssl" tag for Linux 64 build
7474
- :issue:`TOOLS-1742` import cycle between util and testutil

source/includes/changelogs/releases/3.6.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sharding
1515
- :issue:`SERVER-36004` SessionUpdateTracker should ignore no-op entries for pre/post image oplogs
1616
- :issue:`SERVER-36457` mongos_rs_shard_failure_tolerance.js test should assert that the movePrimary command succeeds
1717
- :issue:`SERVER-39420` Remove in-memory boolean to indicate config.server.sessions collection set up
18-
- :issue:`SERVER-40136` The background key generator can remain disabled on FCV upgrade after a downgrade
18+
- :issue:`SERVER-40136` The background key generator can remain disabled on fCV upgrade after a downgrade
1919

2020
Replication
2121
~~~~~~~~~~~

source/includes/changelogs/releases/3.6.3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Storage
8585
- :issue:`SERVER-32533` In oplog truncate with WT, don't use a start key
8686
- :issue:`SERVER-32573` Skip wt_delayed_secondary_read_concern_majority.js when running with WiredTiger's LSM tree
8787
- :issue:`SERVER-32637` Ensure that upgrading to 3.6 when on pv0 doesn't break if you don't explicitly turn off readConcernMajority
88-
- :issue:`SERVER-32851` setFeatureCompatibilityVersion can race with createCollection such that FCV 3.6 is set and some collections do not have UUIDs
88+
- :issue:`SERVER-32851` setFeatureCompatibilityVersion can race with createCollection such that fCV 3.6 is set and some collections do not have UUIDs
8989

9090
Operations
9191
~~~~~~~~~~
@@ -125,7 +125,7 @@ Internals
125125
- :issue:`SERVER-32169` A cursor created with a session cannot be killed outside that session
126126
- :issue:`SERVER-32197` Remote host is missing the debug symbols for hang_analyzer in evergreen.yml
127127
- :issue:`SERVER-32203` Log the remote EC2 instance status when a failure to access it is detected in evergreen.yml
128-
- :issue:`SERVER-32205` Dropping admin db sets FCV to 3.4 but leaves UUIDs
128+
- :issue:`SERVER-32205` Dropping admin db sets fCV to 3.4 but leaves UUIDs
129129
- :issue:`SERVER-32222` change_streams_primary_shard_unaware.js needs to be marked as requiring persistence
130130
- :issue:`SERVER-32228` Powercycle - handle remote host restarts
131131
- :issue:`SERVER-32243` Add an option to have the validate hook skip some collections.

0 commit comments

Comments
 (0)