Hi,
I have been creating a 3 node cluster with adding network with these commands. But I get the following error. Can anyone show me the right way of creating network cluster?
Regards.
Error: Invalid option for network “lxdbr0” option “parent”
The error is correct, there are no parent keys on bridges.
What are you trying to achieve here?
Traditional bridges like lxdbr0 don’t work very well with clusters as instances on one host will not be able to interact with an instance on another host. The default alternative is to use fanbr0 which uses a stateless overlay network to allow instance to instance access across hosts. A more complex overlay would be through OVN. And yet another alternative, if your network supports it would be to just directly connect to the physical network with or without VLANs.