Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
-
None
-
Linux
Description
Mongo does not work properly while using it in environment with no DNS running.
While adding new member to replica set configuration using replSetReconfig mongo tries to convert explicitly specified ip address to a host name.
This fails in case there is no DNS running and adding rs member fails too.
I think that when explicitly specifying an ip address, mongo should not try to convert it to a host name.