Add scale as an optional parameter of removeShardStatus

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Gone away
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Add an optional parameter called scale to the removeShardStatus command to specify the data size scale returned by removeShardStatus.

      For example, the following command would return the data size in KBytes.

      db.adminCommand({removeShardStatus: 1, scale: 1024}) 

      If the scale parameter is not provided, we'll use a default value of 1, meaning that the data size will be returned in Bytes.

       

              Assignee:
              Unassigned
              Reporter:
              Silvia Surroca
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: