During index creations and other long operations it is sometimes helpful to pause shard rebalancing.
To pause/disable sharding connect with the
4160 views
To view the current operation simply connect to mongo and issue the following command:
db.currentOp();
This will return a BSON object detailing
4029 views