Comment 3 for bug 1693122

Revision history for this message
Luca Cervigni (cervigni) wrote :

I mean, it is a database service and 99% of the times can be, or it is used from the network.
In the mongodb configuration mongodb.conf:

...
#Net
net.bindIp: 127.0.0.1,10.4.78.23
net.port: 27017
...

The db tries to start binding on the 10.4.78.23 ip, that is still not up because there is no hierarchy set up when mongodb starts. The default startup process in systemd is managed by the package and therefore this change is probably to be done by your side. MongoDB is a database server and therefore need to be accessible from the network.

In my case, the mongodb database is used on three standalone VMs to support the monitoring of an Openstack installation.

Can you please re-open?