-
Notifications
You must be signed in to change notification settings - Fork 42
[#499] handle missing clusters, networks, storages #503
Conversation
Yes, agree. @priley86 Tested this in the UI. Changes look good and prevent the UI from breaking. Can I request one minor change? |
good point - they are inconsistent with other labels, and PF does not include them...removing them now. |
279654a
to
607e231
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.
Works well, looks good!
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.
Also tested using the QE database, works as expected 🎊
@priley86 we don't have 19th July nightly yet, if we have it today, we can test it or on Monday. |
5.9.4.1 is still broken,https://bugzilla.redhat.com/show_bug.cgi?id=1602796#c9 Although, 5.10.0.6 is showing correctly as mentioned in #503 (comment) |
This has not been backported to G yet, and hence 5.9.4.1 would appear to be broken. |
[#499] handle missing clusters, networks, storages (cherry picked from commit 85699b7) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1610077
Gaprindashvili backport details:
|
fixes #499
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1602796
Tested this against the QE database w/ the missing LAN, and it will now display the following:
Here's how it would look if all were missing though:
It seems the original issue was that a provider was deleted. I will see how this checks out w/ that scenario shortly...
Update: testing this against the other scenario, which is deleting the RHV provider, and then adding it back. The UI will no longer crash and show the messaging above. Works as expected.