HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

Feb 2023 and newer mongodb rpms require fork:false. #95

Closed emisca closed 1 year ago

emisca commented 1 year ago

new rpm versions of mongodb require fork:false as the mongod.service was changed.

Either add Type=forking on the mongod.service or set fork:false in the conf file.

Sadly, this breaking change will require some conditional logic in the ansible script.

This potentially breaks the appdb/blockstoredb startup.