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

Clarify balancer window values

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Trivial - P5 Trivial - P5
    • 01112017-cleanup
    • None
    • manual
    • None

    Description

      On the following page:
      http://docs.mongodb.org/manual/tutorial/manage-sharded-cluster-balancer/

      It is stated to use the following format:

      • For HH values, use hour values ranging from 00 - 23.
      • For MM value, use minute values ranging from 00 - 59.

      However, the example uses "6:00", not "06:00"

      db.settings.update(
         { _id: "balancer" },
         { $set: { activeWindow : { start: "23:00", stop: "6:00" } } },
         { upsert: true }
      )
      

      Attachments

        Activity

          People

            kay.kim@mongodb.com Kay Kim (Inactive)
            daniel.coupal@mongodb.com Daniel Coupal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              7 years, 45 weeks, 6 days ago