Hello,
I'm new to Proxmox and I'm still testing this Environment that I like very much...I found something strange on a node that I update from VE5 to Ve6. When I try to join the VE6 cluster with other 2 nodes, there are some issue and the node seems to join but It doesn't and the mai cluster with node 1 and 2 is working very slowly and there is a red cross on node 3 and the shell access from GUI is not working for every nodes.
After investigating I found a difference from node1,2 and 3. In the node 3 the permissions in the folder /etc/pve are different from the other two nodes and I think that in this way it not possible to add the authorized_keys to /etc/pve/priv to make the node correctly join the cluster.
These are the permission for pve folder in nodes 1 and 2:
-rw------- 1 root www-data 1.7K Jan 29 10:33 authkey.key
-rw------- 1 root www-data 1.4K Jan 28 19:12 authorized_keys
-rw------- 1 root www-data 2.0K Jan 4 18:59 known_hosts
drwx------ 2 root www-data 0 Jan 1 10:30 lock
-rw------- 1 root www-data 3.2K Jan 1 10:30 pve-root-ca.key
-rw------- 1 root www-data 3 Jan 4 18:59 pve-root-ca.srl
and these are permissions for node 3:
-r-------- 1 root www-data 1,7K gen 28 20:02 authkey.key
-r-------- 1 root www-data 397 gen 28 20:02 authorized_keys
-r-------- 1 root www-data 788 gen 28 20:02 known_hosts
dr-x------ 2 root www-data 0 gen 28 20:02 lock
-r-------- 1 root www-data 3,2K gen 28 20:02 pve-root-ca.key
-r-------- 1 root www-data 3 gen 28 20:02 pve-root-ca.srl
How can I add -w permission and add the keys to authorized_keys? Why are they different? Is this the issue that does not permit to node 3 to join and worl correctly in the cluster?
Thanks in advance for help
Marco
I'm new to Proxmox and I'm still testing this Environment that I like very much...I found something strange on a node that I update from VE5 to Ve6. When I try to join the VE6 cluster with other 2 nodes, there are some issue and the node seems to join but It doesn't and the mai cluster with node 1 and 2 is working very slowly and there is a red cross on node 3 and the shell access from GUI is not working for every nodes.
After investigating I found a difference from node1,2 and 3. In the node 3 the permissions in the folder /etc/pve are different from the other two nodes and I think that in this way it not possible to add the authorized_keys to /etc/pve/priv to make the node correctly join the cluster.
These are the permission for pve folder in nodes 1 and 2:
-rw------- 1 root www-data 1.7K Jan 29 10:33 authkey.key
-rw------- 1 root www-data 1.4K Jan 28 19:12 authorized_keys
-rw------- 1 root www-data 2.0K Jan 4 18:59 known_hosts
drwx------ 2 root www-data 0 Jan 1 10:30 lock
-rw------- 1 root www-data 3.2K Jan 1 10:30 pve-root-ca.key
-rw------- 1 root www-data 3 Jan 4 18:59 pve-root-ca.srl
and these are permissions for node 3:
-r-------- 1 root www-data 1,7K gen 28 20:02 authkey.key
-r-------- 1 root www-data 397 gen 28 20:02 authorized_keys
-r-------- 1 root www-data 788 gen 28 20:02 known_hosts
dr-x------ 2 root www-data 0 gen 28 20:02 lock
-r-------- 1 root www-data 3,2K gen 28 20:02 pve-root-ca.key
-r-------- 1 root www-data 3 gen 28 20:02 pve-root-ca.srl
How can I add -w permission and add the keys to authorized_keys? Why are they different? Is this the issue that does not permit to node 3 to join and worl correctly in the cluster?
Thanks in advance for help
Marco