Actions
Bug #6730
closed
service-wait timeout is too short for mongodb initialization on slow systems
Description
service-wait has a timeout of 30 seconds, which is too short for mongodb initialization on slow systems. I have used a timeout of 120 to circumvent the issue in the past, but not sure if this is enough for all cases.
This can be modified easily in /etc/sysconfig/service-wait, but unfortunately it breaks the installation if it isn't known and done before the install and could leave the host in a bad state.
Actions