MONGODEV:PRIMARY> rs.add( { host: “hostname:27019” } )
{
“operationTime” : Timestamp(1712752704, 1),
“ok” : 0,
“errmsg” : “Either all host names in a replica set configuration must be localhost references, or none must be; found 1 out of 2”,
“code” : 103,
“codeName” : “NewReplicaSetConfigurationIncompatible”,
“$clusterTime” : {
“clusterTime” : Timestamp(1712752704, 1),
“signature” : {
“hash” : BinData(0,“cE9ZPCfmcXRBT01dI1YMQq19zVI=”),
“keyId” : NumberLong(“7356208045132611590”)
}
}
}