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

Subnet sharing warning should check interfaces not IPs #516

Open
roosterfish opened this issue Nov 27, 2024 · 0 comments · May be fixed by #522
Open

Subnet sharing warning should check interfaces not IPs #516

roosterfish opened this issue Nov 27, 2024 · 0 comments · May be fixed by #522
Labels
Bug Confirmed to be a bug Jira Allows the synchronization of a GitHub issue in Jira

Comments

@roosterfish
Copy link
Contributor

The warning in https://github.com/canonical/microcloud/blob/main/cmd/microcloud/main_init.go#L530 isn't fired in case OVN underlay configuration is using an IPv4 and Ceph public/internal traffic is using an IPv6.

If both IP networks are configured on the same interface the warning should still be fired to notify the user that a single interface is used for multiple networks that maybe should have been segregated.

Starting from #515 bridges can be used for both the OVN uplink and network segregation so checking the interfaces too would make it more consistent.

@roosterfish roosterfish added Bug Confirmed to be a bug Jira Allows the synchronization of a GitHub issue in Jira labels Nov 27, 2024
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 Jira Allows the synchronization of a GitHub issue in Jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant