rueckstiess / mtools

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

mlaunch docs incorrectly suggests --config can be used for config file #872

Closed stennie closed 2 years ago

stennie commented 2 years ago

This statement in mlaunch documentation appears to be incorrect:

you can pass in any arbitrary options that a mongos or mongod binary would understand, and mlaunch will pass them on to the correct binary. This includes the -f or --config option to pass on a config file with further options.

At some point the --config option was overloaded to indicate number of config servers, so it looks like -f is the only that will work for passing a config file path.