There should be a way to disable auto-splitting (and thus auto-migrations, which only happen after an auto-split), similar to how we can disable the balancer.
Would work something like:
use config; db.settings.update(
, { $set :
{ stopped: true }} , true );
- is depended on by
-
TOOLS-111 mongorestore on a sharded cluster
- Closed
- is duplicated by
-
SERVER-14122 Disable AutoSplit at the cluster level
- Closed
- is related to
-
SERVER-4064 auto-migrate and balancer migrate can interfere
- Closed