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
In the replica set definition function, after it creates the replica set, if you do a consecutive run of chef-client in the instance, the script then tries to convert the mongo IPs into FQDNs, which in my case destroys the replica set.
To reproduce the error, just run a the sc-mongo::replicaset recipe with node['mongodb']['use_ip_address'] twice and check rs.conf() in mongo, and the hosts will be changed.
The text was updated successfully, but these errors were encountered:
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs.
In the replica set definition function, after it creates the replica set, if you do a consecutive run of chef-client in the instance, the script then tries to convert the mongo IPs into FQDNs, which in my case destroys the replica set.
To reproduce the error, just run a the
sc-mongo::replicaset
recipe withnode['mongodb']['use_ip_address']
twice and checkrs.conf()
in mongo, and the hosts will be changed.The text was updated successfully, but these errors were encountered: