You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK: [mongo | Start the mongodb service for redhat variants] *****************
failed: [secondary] => {"changed": true, "cmd": ["/etc/init.d/mongod-2701", "start"], "delta": "0:00:00.066766", "end": "2015-06-30 15:53:30.072400", "rc": 1, "start": "2015-06-30 15:53:30.005634"}
stdout: Starting mongod: about to fork child process, waiting until server is ready for connections.
forked process: 3739
ERROR: child process failed, exited with error number 1
If tried to debug but no success.
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I've deployed 3 vbox with vagrant with centos 6.5 boxes and it fails in the last step!
playbook.yml
user: vagrant
sudo: true
pre_tasks:
roles:
mongod_datadir_prefix: "/data/"
mongod_replication: true
mongod_port: 2701
mongod_repl_servers: ['primary', 'secondary', 'arbiter' ]
mongod_repl_master: primary
mongod_replset_name: rs0
output error
TASK: [mongo | Start the mongodb service for redhat variants] *****************
failed: [secondary] => {"changed": true, "cmd": ["/etc/init.d/mongod-2701", "start"], "delta": "0:00:00.066766", "end": "2015-06-30 15:53:30.072400", "rc": 1, "start": "2015-06-30 15:53:30.005634"}
stdout: Starting mongod: about to fork child process, waiting until server is ready for connections.
forked process: 3739
ERROR: child process failed, exited with error number 1
If tried to debug but no success.
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: