Werk #9108: Fixed way too long cluster setup on master node
Component | Cluster |
Title | Fixed way too long cluster setup on master node |
Date | Feb 3, 2015 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Appliance Version | 1.1.6 |
When setting up the clustering, while configuring the master node, there is a key being created which is then used to encrypt the communication between both cluster nodes.
Especially in virtual environments, when clustering the Check_MK virt1, the generation process of this key might "hang" for a long time, as there are not enough random information (entropy) available to create the key.
We have now fixed the issue by ensuring there is enough random information available. This is done by using the daemon haveged, which feeds the kernel with enough random data.