chris
(Chris Dellaway)
10
The initiate is using the servers own hostname as returned by the OS.
class CmdReplSetInitiate : public ReplSetCommand
HostAndPort me = someHostAndPortForMe();
Which eventually leads to the call of getHostName() in someHostAndPortForMe():