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

After a rolling reboot, load-balancer prefixes (/32) are not advertised #1188

Closed
6 tasks
trunet opened this issue Sep 5, 2024 · 2 comments
Closed
6 tasks
Labels
Bug Confirmed to be a bug Easy Good for new contributors
Milestone

Comments

@trunet
Copy link
Contributor

trunet commented Sep 5, 2024

Required information

  • Distribution: Ubuntu
  • Distribution version: 22.04
  • The output of "incus info" or if that fails:
    • Kernel version: 6.8.0-40-generic
    • LXC version: 6.0.1
    • Incus version: 6.4
    • Storage backend in use: ceph

Issue description

After a rolling restart of my incus cluster, it fails to advertise its load-balancers /32. I could not see them incus query /internal/testing/bgp. However if I create one LB it triggers a refresh somehow and bring all of them back. This needs to be done for each OVN to refresh its LBs.

incus network load-balancer create ovn-mystack 10.[REDACTED]
incus network load-balancer delete ovn-mystack 10.[REDACTED]

Steps to reproduce

  1. Rolling reboot all servers
  2. LBs are not reacheable

Information to attach

  • Any relevant kernel output (dmesg)
  • Container log (incus info NAME --show-log)
  • Container configuration (incus config show NAME --expanded)
  • Main daemon log (at /var/log/incus/incusd.log)
  • Output of the client with --debug
  • Output of the daemon with --debug (alternatively output of incus monitor --pretty while reproducing the issue)
@stgraber stgraber added Bug Confirmed to be a bug Easy Good for new contributors labels Sep 5, 2024
@stgraber stgraber added this to the incus-6.5 milestone Sep 5, 2024
@stgraber
Copy link
Member

stgraber commented Sep 5, 2024

Got the issue reproduced here

@stgraber
Copy link
Member

stgraber commented Sep 5, 2024

Trivial fix...

@hallyn hallyn closed this as completed in 950002b Sep 6, 2024
stgraber added a commit that referenced this issue Sep 10, 2024
Closes #1188

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
Sponsored-by: Luizalabs (https://luizalabs.com)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed to be a bug Easy Good for new contributors
Development

No branches or pull requests

2 participants