mongo レプリケートが実行されている IP アドレスのリストが表示されます。ノードの追加を自動化する必要があります。どの IP が pymongo を使用してプライマリであるかを調べるために、ステータス コマンドまたは別の方法を発行するにはどうすればよいですか?
ありがとう
You should use the ReplicaSetConnetion to connect to your replica set. And according to the documentation for High Availability and PyMongo
By default an instance of ReplicaSetConnection will only send queries to the primary member of the replica set. To use secondaries for queries we have to change the ReadPreference