While troubleshooting another issue (couldn't access web gui), I discovered that the write permissions for most of my /etc/pve/ directory are absent on one of my nodes (XXXX):
Read more
Code:
root@XXXX:/etc/pve# ll
total 14K
drwxr-xr-x 2 root www-data 0 Dec 31 1969 .
drwxr-xr-x 87 root root 177 Nov 18 10:57 ..
-r--r----- 1 root www-data 451 Nov 9 00:50 authkey.pub
-r--r----- 1 root www-data 451 Nov 9 00:50 authkey.pub.old
-r--r----- 1 root www-data 501 Dec 31 1969 .clusterlog...
Read more