Skip to content

Commit

Permalink
Merge branch 'development' into feature/changestream
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeka authored Feb 12, 2018
2 parents 5534387 + e975147 commit f341232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion harness/daemons/.env
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if versionAtLeast 3 2; then
COMMONDOPTS="$(echo "$COMMONDOPTS" | sed '/--nohttpinterface/d')"
COMMONCOPTS="$(echo "$COMMONCOPTS" | sed '/--nohttpinterface/d')"


if versionAtLeast 3 6; then
#In version 3.6 --nojournal is deprecated for replica set members using WiredTiger
COMMONDOPTSNOIP="$(echo "$COMMONDOPTSNOIP" | sed '/--nojournal/d')"
Expand All @@ -67,13 +68,14 @@ if versionAtLeast 3 2; then
fi

# config server need to be started as replica set

CFG1OPTS="--replSet conf1"
CFG2OPTS="--replSet conf2"
CFG3OPTS="--replSet conf3"

MONGOS1OPTS="--configdb conf1/127.0.0.1:40101"
MONGOS2OPTS="--configdb conf2/127.0.0.1:40102"
MONGOS3OPTS="--configdb conf3/127.0.0.1:40103"
MONGOS3OPTS="--configdb conf3/127.0.0.1:40103"
fi
fi

Expand Down

0 comments on commit f341232

Please sign in to comment.