MONGOSH-1254 added a new shell helper sh.getShardedDataDistribution() . It was tagged as '@serverVersions(['6.1.0', ServerVersions.latest])' since the underlying aggregation stage it uses was not available on 6.0. Now, PM-3019 is going to backport said underlying aggregation stage to 6.0.
This ticket is to update the 'shardVersions' tag of sh.getShardedDataDistribution() to be 6.0.X, where X is the exact minor release the underlying aggregation stage is backported.
- related to
-
MONGOSH-1254 Add a shell helper for sharded data distribution info api
- Closed