Sha256: 60536bbfa66756621231fadf056e3ab4b0672723be0d0bd6de85565fb66d566f

Contents?: true

Size: 748 Bytes

Versions: 15

Compression:

Stored size: 748 Bytes

Contents

description: "RSOther discovered"

uri: "mongodb://a,b/?replicaSet=rs"

phases: [

    {
        responses: [

                ["b:27017", {

                    ok: 1,
                    ismaster: false,
                    secondary: false,
                    hosts: ["a:27017", "b:27017"],
                    setName: "rs"
                }]
        ],

        outcome: {

            servers: {

                "a:27017": {

                    type: "Unknown",
                    setName:
                },

                "b:27017": {

                    type: "RSOther",
                    setName: "rs"
                }
            },

            topologyType: "ReplicaSetNoPrimary",
            setName: "rs"
        }
    }
]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
mongo-2.2.0.rc0 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.1.2 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.1.1 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.1.0 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.1.0.rc0 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.1.0.beta spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.6 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.5 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.4 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.3 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.2 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.1 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.0 spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.0.rc spec/support/sdam/rs/rsother_discovered.yml
mongo-2.0.0.beta spec/support/sdam/rs/rsother_discovered.yml