-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.8.2
-
Component/s: Replication
-
Environment:CentOS 5.5 64 bits
-
Linux
I just installed mongo 1.8.2 on a CentOS 64 bits server and try to create a replicate set using the following command:
> rs.initiate()
{
"info2" : "no configuration explicitly specified – making one",
"errmsg" : "couldn't initiate : can't find self in the replset config",
"ok" : 0
}
>
The mongod is started with the following and there are no other replication set on the subnet:
mongod --fork --rest --replSet osm
I've created replicate set without any issues with 1.6.5 on other 32 and 64 bits servers.
- is related to
-
SERVER-24280 Starting from 3.2.5 if bind_ip is set to 0.0.0.0 it will end up in the replica set config if rs.initiate() is executed with no arguments
- Closed