-
Notifications
You must be signed in to change notification settings - Fork 359
show zone collect logs #8140
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
show zone collect logs #8140
Conversation
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.
Oh I missed it in the screenshot...it's undefined method .started? for Zone
. In that case we shouldn't catch an exception but should check for that explicitly. So I'm thinking we this should check the @selected_server is actually a server, or perhaps check if it responds_to?(:started?)
(perhaps with try
).
I'm also curious why @selected_server is a zone object. that seems weird to me...did something change in the controller?
@Fryguy Since log collection does not work in Podified (users should use EFK) and it is not a core function of the product (but only assists in diagnostics), should it be added to the Chopping Block? |
1399840
to
23838db
Compare
103ed7c
to
2888e15
Compare
@chessbyte maybe not chopping block completely, but we should definitely discuss as it probably needs to be rethought. Users still need to get the logs somehow, but maybe a UI thing isn't the right way anymore. I still like the central logging idea we were going to do with journald remote on appliances. |
Checked commit MelsHyrule@2888e15 with ruby 2.6.7, rubocop 1.19.1, haml-lint 0.35.0, and yamllint |
@Fryguy |
Wild. Thanks for tracking that down. |
Backported to
|
show zone collect logs (cherry picked from commit 439a5d3)
Fixes #8135
Before
After
@miq-bot add-reviewer @kavyanekkalapu
@miq-bot assign @kavyanekkalapu