This cluster is working over IPv6 and the Ceph install is intended to be entirely IPv6
Deploying ceph with pveceph install -version hammer works just fine on all nodes
When deploying the first monitor, using pveceph createmon
It reaches the the end with "Starting ceph-create-keys on "node name"" and just hangs
Looking at the /etc/pve/ceph.conf file shows the monitor IPv6 address is incorrect
[mon.0]
host = node1
mon addr = 2345:2345:2345:2::ff:35:6789 (this should have had brackets enclosing the IPv6 address instead of putting the port at the end directly as it is)
I don't know if that's what causing the process to hang but I don't know how to get around it at this point
Could someone please help? I'd like to finish Ceph deployment asap and start testing but I'm stuck at this point without being able to create monitors.
Thanks in advance,
CTC
Deploying ceph with pveceph install -version hammer works just fine on all nodes
When deploying the first monitor, using pveceph createmon
It reaches the the end with "Starting ceph-create-keys on "node name"" and just hangs
Looking at the /etc/pve/ceph.conf file shows the monitor IPv6 address is incorrect
[mon.0]
host = node1
mon addr = 2345:2345:2345:2::ff:35:6789 (this should have had brackets enclosing the IPv6 address instead of putting the port at the end directly as it is)
I don't know if that's what causing the process to hang but I don't know how to get around it at this point
Could someone please help? I'd like to finish Ceph deployment asap and start testing but I'm stuck at this point without being able to create monitors.
Thanks in advance,
CTC