Skip to content

CBG-5269: [3.3.5 backport] Add journalctl command to collect kernel messages#8230

Open
gregns1 wants to merge 1 commit intorelease/3.3.5from
CBG-5269
Open

CBG-5269: [3.3.5 backport] Add journalctl command to collect kernel messages#8230
gregns1 wants to merge 1 commit intorelease/3.3.5from
CBG-5269

Conversation

@gregns1
Copy link
Copy Markdown
Contributor

@gregns1 gregns1 commented May 5, 2026

CBG-5269

Backports #8198

Pre-review checklist

  • Removed debug logging (fmt.Print, log.Print, ...)
  • Logging sensitive data? Make sure it's tagged (e.g. base.UD(docID), base.MD(dbName))
  • Updated relevant information in the API specifications (such as endpoint descriptions, schemas, ...) in docs/api

Dependencies (if applicable)

  • Link upstream PRs
  • Update Go module dependencies when merged

Integration Tests

Copilot AI review requested due to automatic review settings May 5, 2026 16:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an additional sgcollect (cbcollect_info) Linux task to capture kernel messages via journalctl, backported from upstream, to improve diagnostic data collection on systemd-based hosts.

Changes:

  • Add a new Linux sgcollect task that runs journalctl -k with monotonic timestamps and no hostname to collect kernel messages.

Comment thread tools/tasks.py
),
LinuxTask(
"Kernel Messages",
"journalctl -ko short-monotonic --no-hostname",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants