Hi,
I’ve set up LXD clustering on an existing LXD node today with lxc cluster enable <name>
, and then added a fresh node to it. However after rebooting all nodes something strange seems to have happened, leaving LXD in a partial state:
tobias@artemis:~$ lxc cluster list
Error: Server is not clustered
tobias@artemis:~$ lxc cluster enable artemis
Error: This LXD server is already clustered
I’m not entirely sure what is going on here, or how to get the cluster back up and running, hopefully someone here does.
Environment
- LXD 4.22
-
uname -a
:Linux artemis 5.4.0-97-generic #110-Ubuntu SMP Thu Jan 13 18:22:13 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Thanks!