Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
mongo: SelectPeer* should not use local addresses #8066
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit 4b75a1d
into
juju:develop
Nov 14, 2017
1 check passed
continuous-integration/jenkins/pr-merge
This commit looks good
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedNov 14, 2017
Description of change
The mongo.SelectPeer* functions should not
use local addresses, as they will never be
suitable for communicating across machines
to other MongoDB servers. Filter out machine-
local addresses.
QA steps
(machines 1 and 2 should eventually become voting replica set members)
Documentation changes
None.
Bug reference
Fixes https://bugs.launchpad.net/juju/+bug/1642618