Recent content by gurgle

  1. G

    [SOLVED] Unable to join 3rd node to cluster

    OH MY GOD. I bloody finally resolved this, after trying seemingly everything under the sun. It ended up being this thread that pointed me in the right direction. I was configuring one of the nodes at the end of a powerline connector that allowed me to get a network line to another room. For...
  2. G

    [SOLVED] Unable to join 3rd node to cluster

    Sigh. No luck. This is as far as i got, nothing further after this. root@host3:~# pvecm add host1.domain Please enter superuser (root) password for 'host1.domain': ******** Establishing API connection with host 'host1.domain' The authenticity of host 'host1.domain' can't be established. X509...
  3. G

    [SOLVED] Unable to join 3rd node to cluster

    Ok i reinstalled host3 one more time for funsies. Has just booted, no other changes. host1 and host2 are running as normal. I just updated both to the latest non-subscription packages and rebooted. Anything i should do before attempting to join the cluster?
  4. G

    [SOLVED] Unable to join 3rd node to cluster

    I should add - the original two nodes (host1 and host2) are only about a month old. Installed from the same media as I installed host3.
  5. G

    [SOLVED] Unable to join 3rd node to cluster

    Logs arent showing anything obvious. Syslog has this every minute but i'm led to believe its normal. Jun 23 14:17:00 host1 systemd[1]: Starting Proxmox VE replication runner... Jun 23 14:17:00 host1 systemd[1]: pvesr.service: Succeeded. Jun 23 14:17:00 host1 systemd[1]: Started Proxmox VE...
  6. G

    [SOLVED] Unable to join 3rd node to cluster

    Any more ideas with this? I reinstalled again and ended up with the same issue. Have tried like half dozen times now.
  7. G

    [SOLVED] Unable to join 3rd node to cluster

    Hm it shouldn't have anything on it, it's a brand new host. The webui fails to load so i cant check there. root@host3:~# ls /etc/pve/qemu-server root@host3:~# ls /etc/pve/lxc root@host3:~# qm list root@host3:~# pct list root@host3:~#
  8. G

    [SOLVED] Unable to join 3rd node to cluster

    Oh thanks. I followed those steps but it still failed. root@host3:~# pvecm add host1.domain Please enter superuser (root) password for 'host1.domain': ******** detected the following error(s): * this host already contains virtual guests Check if node may join a cluster failed! root@host3:~#
  9. G

    [SOLVED] Unable to join 3rd node to cluster

    I can ssh between host1 and host2 as you described. Removing and readding failed: root@host3:~# pvecm add host1.domain Please enter superuser (root) password for 'host1.domain': ******** detected the following error(s): * authentication key '/etc/corosync/authkey' already exists * cluster...
  10. G

    [SOLVED] Unable to join 3rd node to cluster

    Bump - any help with this please?
  11. G

    [SOLVED] Unable to join 3rd node to cluster

    root@host3:~# journalctl -xe | tail -n 100 Jun 10 13:11:21 host3 pveproxy[1215]: worker 5108 finished Jun 10 13:11:21 host3 pveproxy[1215]: starting 1 worker(s) Jun 10 13:11:21 host3 pveproxy[1215]: worker 5111 started Jun 10 13:11:21 host3 pveproxy[5110]: /etc/pve/local/pve-ssl.key: failed to...
  12. G

    [SOLVED] Unable to join 3rd node to cluster

    Hey thanks for the reply. Details below. root@host1:~# pveversion pve-manager/6.2-4/9824574a (running kernel: 5.4.41-1-pve) root@host1:~# cat /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.0.175 host1.domain host1 192.168.0.170 host3.domain host3 # this i added manually while...
  13. G

    Join Cluster failed.

    Were you able to resolve this?
  14. G

    [SOLVED] Unable to join 3rd node to cluster

    Hi i have a 2 node cluster and i'm trying to add a third node but i keep getting errors. From the new node I can successfully join the cluster but I get the below error. If i try join the cluster using the webui the page hangs after entering in the join details and then won't reload or I get a...
  15. G

    Proxmox 4.0 - sharing folders via lxc.mount.entry

    Worked it out. Saw this in the 4.0 beta2 release thread: I was editing hte config file, not the .conf. All sorted now.