Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
When running the isMaster command on a passive node, the command should return a value indicating that we're communicating with a passive node. e.g.,
db.runCommand({ismaster: 1)
{setName: "foo",
ismaster: "false",
secondary: "true",
passive: true
}