-
Notifications
You must be signed in to change notification settings - Fork 36
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
Network clustering #1053
base: main
Are you sure you want to change the base?
Network clustering #1053
Conversation
54c1afa
to
e2e4075
Compare
add1260
to
2379d77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some interim code comments. The network list with filtering looks pretty good (cluster and non-cluster conditions) from QA perspective. Will go through the other QA items as well.
8f766bf
to
b0927a5
Compare
Resolved issues 1-3 and 5.
This sounds like the expected behaviour. Wdyt?
This shows up, because the uplink config of the OVN network doesn't change when deleting the uplink network. It might be that LXD should refuse to delete the uplink, but that should be in the API then, not in the UI itself.
This needs future work. |
016a2d5
to
5b8158b
Compare
My main concern is that the network gets created even when it's not valid. Would it be possible to check upon parent selection if it is already used by another network and reflect that as an error message on the creation / edit form? If that's too complex I think the current behaviour is also fine.
Noted, perhaps we should raise this with the core team?
|
5b8158b
to
9c42ee6
Compare
Improved the error handling, that should resolve 7.
I am not 100% sure we can never reuse an interface as parent. Reported this edge case to lxd: canonical/lxd#14810
I tried to reproduce it, but was getting an error. I couldn't delete the uplink in use by the OVN network. So this might not be an issue after all. |
fb1b4e9
to
b52956e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking really good! Couldn't actually find that many issues QA wise, left some code comments
…stered backend Signed-off-by: David Edler <[email protected]>
b52956e
to
0bc7a06
Compare
All open issues mentioned above should be resolved. |
Done
QA