Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-6243

Update sh.status output to include unique, balancing and active mongoses

    XMLWordPrintableJSON

Details

    Description

      http://docs.mongodb.org/master/reference/method/sh.status/

      From SERVER-18820 and SERVER-18786, sh.status() will now include:

      1. "unique: true" if the shard key was marked with "unique: true" when the collection was sharded, and/or
      2. "balancing: false" if the collection is not currently being balanced (via sh.disableBalancing("db.coll")).
      3. a list of (most recently) active mongoses
        1. If verbose = false, then the number of mongoses of each MongoDB version
        2. If verbose = true, then an actual list of the relevant mongoses

      Attachments

        Activity

          People

            kay.kim@mongodb.com Kay Kim (Inactive)
            kevin.pulo@mongodb.com Kevin Pulo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              4 years, 44 weeks ago