-
Notifications
You must be signed in to change notification settings - Fork 189
must-gather: Add kernel level logs #893
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
must-gather: Add kernel level logs #893
Conversation
|
@jarrpa I have some doubts that need some clarification. |
873fed9 to
1c64dc0
Compare
|
Well, collection from paths cc @crombus |
|
/hold |
crombus
left a comment
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.
Thanks for the PR.
crombus
left a comment
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.
based on comments on the bug. Create func for kernel level logs which will include whole of the /val/log folder using rsync and journalctl -o verbose cmd. Call that func inside the crash_collection() before rsync cmd and make sure to start a different process. This will work fine for now.
1c64dc0 to
67fc1fd
Compare
|
That makes sense but again, there's some issue that I'm hitting that you might need to take a look at. |
e1fb847 to
8d29cd9
Compare
|
Added some code to take a look for you 👍 |
72c3cd2 to
dcc1b67
Compare
dcc1b67 to
e8150b8
Compare
2b1a0ab to
3c96f2d
Compare
Right Jose, that is somewhat I was thinking, It does not make sense to start debug pods twice, once for journal collection and then, once again for ceph related collection. We can keep it as it is for now and will start making changes in the next PRs as I briefed above. |
d4a9878 to
a2db3a6
Compare
|
@rajatsing I tested in my local I had some strange issues |
I believe that these are coming because the path does not exist |
a2db3a6 to
8f71e48
Compare
|
I don't understand why CI fails when it passes locally |
8f71e48 to
82c1b84
Compare
crombus
left a comment
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.
overall look good. just one request I think you can merge the two functions journal_collection and kernel_collections
Signed-off-by: RAJAT SINGH <rajasing@redhat.com>
82c1b84 to
69903ed
Compare
crombus
left a comment
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.
perfect.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crombus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@rajatsing: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/hold until the decision is made on this. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
@rajatsing: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: RAJAT SINGH rajasing@redhat.com
Fixes #840