Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: List extra requirements for use with Raspberry Pi #143

Open
Aflynn50 opened this issue Aug 16, 2023 · 0 comments
Open

Docs: List extra requirements for use with Raspberry Pi #143

Aflynn50 opened this issue Aug 16, 2023 · 0 comments
Labels
Feature New feature, not a bug

Comments

@Aflynn50
Copy link

Aflynn50 commented Aug 16, 2023

When running microcloud on a Raspberry Pi (without microovn) the following error message will appear after a cluster is successfully created with microcloud init.

Error: Failed adding link: Failed to run: ip link add name lxdfan0-fan type vxlan id 15728640 dev eth0 local 192.168.0.43 dstport 0 fan-map 240.0.0.0/8:192.168.0.0/24: exit status 2 (Error: Unknown device type.)

The error is appears because the newer Ubuntu RPi kernels don't include the vxlan module (launchpad issue here)

The kernel module needs to be installed an enabled for networking in lxd cluster containers to work properly.

To enable the vxlan module:

  • apt install linux-modules-extra-raspi
  • reboot
  • modprobe vxlan

This should be documented somewhere in the microcloud documentation.

@roosterfish roosterfish added the Feature New feature, not a bug label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature, not a bug
Projects
None yet
Development

No branches or pull requests

2 participants