rueckstiess / mtools

A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Apache License 2.0
1.89k stars 403 forks source link

Support embeddedcrs #913

Open renatoriccio opened 2 weeks ago

renatoriccio commented 2 weeks ago

Description of changes

Support Embedded config servers

Usage: ` Will start 1 config server/shard + 1 shard ./mlaunch.py init --sharded=2 --embeddedcsrs --replicaset --node 1

Will start 1 config server/shard ./mlaunch.py init --sharded=1 --embeddedcsrs --replicaset --node 1 `