Running incus 6.0.1 on 2 identical Debian 12 VM’s.
On the bootstrap cluster member I ran
ansible@Cluster1:~$ incus cluster add cluster2
Member cluster2 join token:
eyJzZXJ2//......//In0=
On the joining incus node, I ran:
root@cluster2:~# incus admin init
Would you like to use clustering? (yes/no) [default=no]: yes
What IP address or DNS name should be used to reach this server? [default=192.168.0.101]:
Are you joining an existing cluster? (yes/no) [default=no]: yes
Please provide join token: eyJzZXJ2//......//In0=
All existing data is lost when joining a cluster, continue? (yes/no) [default=no] yes
Error: Failed to setup trust relationship with cluster: Failed to add server cert to cluster: No matching cluster join operation found
I have tried it from 2 freshly installed Incus nodes, and same errors.
incus info output on cluster bootstrap node:
ansible@Cluster1:~$ incus info
config:
cluster.https_address: 192.168.0.100:8443
core.https_address: 192.168.0.100:8443
api_extensions:
Any ideas what I am doing wrong?
Thank you