Cluster display does not work properly

r4is3

New Member
Nov 30, 2010
5
0
1
Hi *,

I have a probleme with cluster and display on the web interface :
I created à cluster with 1 master and 1 node, then I reconfigred the cluster by changing master to node and node to master. Since, cluster works but display is not correct : I can't see node (status for instance) on master's web interface (admin section, Cluster sub-section).
Does anyone has ideas?

THX++
 
Probleme seems to be solved :
I installed pve tools and kernel on my own Debian Lenny install. The problem was located in the root's umask : 0077 and it has to be 0022, because cluster.cfg was not readable by other than root.
THX * for helping me!