Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-92112

Add scale as an optional parameter of removeShardStatus

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

      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 Unassigned
            Reporter:
            silvia.surroca@mongodb.com Silvia Surroca
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: