From b45774cbab80d52077b903698a29cf7853dd2f20 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Wed, 7 Oct 2015 11:13:43 -0400 Subject: [PATCH] Remove cruft file that's overridden by redirects --- source/release-notes/replica-set-features.txt | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 source/release-notes/replica-set-features.txt diff --git a/source/release-notes/replica-set-features.txt b/source/release-notes/replica-set-features.txt deleted file mode 100644 index c3c283067a8..00000000000 --- a/source/release-notes/replica-set-features.txt +++ /dev/null @@ -1,41 +0,0 @@ -:orphan: - -============================================== -Replica Set Features and Version Compatibility -============================================== - -.. default-domain:: mongodb - -.. note:: This table is for archival purposes and does not list all - features of :term:`replica sets `. Always use the latest stable - release of MongoDB in production deployments. - -.. list-table:: - :header-rows: 1 - :widths: 80 20 - - * - **Features** - - **Version** - * - Slave Delay - - 1.6.3 - * - Hidden - - 1.7 - * - :dbcommand:`replSetFreeze` and :dbcommand:`replSetStepDown` - - 1.7.3 - * - Replicated ops in :program:`mongostat` - - 1.7.3 - * - Syncing from Secondaries - - 1.8.0 - * - Authentication - - 1.8.0 - * - Replication from Nearest Server (by ping Time) - - 2.0 - * - :dbcommand:`replSetSyncFrom` support for replicating from specific - members. - - 2.2 - -Additionally: - -- 1.8-series secondaries can replicate from 1.6-series primaries. - -- 1.6-series secondaries cannot replicate from 1.8-series primaries.