summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-10-26 15:56:11 -0400
committerRichard Kreuter <richard@10gen.com>2010-11-02 11:15:57 -0400
commit959e62f1b29dfe326065292183ffeddae392fdd8 (patch)
tree9e9a75347f834352b046e3218a28014523cac0b8 /rpm
parent5e25ec65b78c4d96c2b5384b76e282faa96c967a (diff)
downloadmongo-959e62f1b29dfe326065292183ffeddae392fdd8.tar.gz
Remove replica pair options from mongod conf files. SERVER-1788.
Diffstat (limited to 'rpm')
-rw-r--r--rpm/mongod.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf
index 99346efdd53..1530199b6ea 100644
--- a/rpm/mongod.conf
+++ b/rpm/mongod.conf
@@ -78,14 +78,3 @@ dbpath=/var/lib/mongo
# or
#master = true
#source = slave.example.com
-
-# Address of a server to pair with.
-#pairwith = <server:port>
-# Address of arbiter server.
-#arbiter = <server:port>
-# Automatically resync if slave data is stale
-#autoresync
-# Custom size for replication operation log.
-#oplogSize = <MB>
-# Size limit for in-memory storage of op ids.
-#opIdMem = <bytes>