-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while creating replica set with name and auth args #476
Comments
@KozlovAV Thanks for the bug report! Can you confirm which version of mtools you are using? |
mlaunch --version |
I can reproduce this issue aswell: |
Bastian82
pushed a commit
to Bastian82/mtools
that referenced
this issue
Oct 27, 2017
…uth args * index value for config_docs is now taken from args * Add simple test for --name parameter
stennie
added a commit
that referenced
this issue
Oct 27, 2017
Fix #476: Error while creating replica set with name and auth args
stephentunney
pushed a commit
to stephentunney/mtools
that referenced
this issue
Nov 22, 2017
…uth args * index value for config_docs is now taken from args * Add simple test for --name parameter
stephentunney
pushed a commit
to stephentunney/mtools
that referenced
this issue
Nov 22, 2017
…uth args * index value for config_docs is now taken from args * Add simple test for --name parameter
stephentunney
pushed a commit
to stephentunney/mtools
that referenced
this issue
Dec 13, 2017
…uth args * index value for config_docs is now taken from args * Add simple test for --name parameter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
will result in
The problem in hardcoded replica set name ('replset') in line 1228
Maybe self.args['name'] should be OK
The text was updated successfully, but these errors were encountered: