Details
-
Bug
-
Resolution: Done
-
Major - P3
-
1.4.4
-
None
-
None
-
ubuntu 10.04.1, x86-64
-
ALL
Description
> db.printReplicationInfo()
{
"errmsg" : "local.oplog.$main, or its options, not found in system.namespaces collection (not --master?)"
}
> db.printSlaveReplicationInfo()
local.sources is empty; is this db a --slave?
> coll.insert({})
> db.runCommand(
)
{ "err" : null, "n" : 0, "ok" : 1 }The above should fail--it could not possibly have replicated to two servers since there is only one.