You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Promtail no longer collects journal logs after upgrading systemd/journald on ARM host
Appears to be the same as #2792, merged fix appears to only apply to AMD64 docker images, as the arm docker image does not list backports as an apt source.
To Reproduce
Install Docker on ARM host
Configure Promtail container to collect journal logs
Observe behavior difference between systemd versions
Expected behavior
Logs collected
Environment:
Working
balenaOS 2.83.21
systemd 244
docker image: grafana/promtail:2.4.2-arm
Not Working
balenaOS 2.95.8
systemd 249
docker image: grafana/promtail:2.4.2-arm
Screenshots, Promtail config, or terminal output
output of journalctl --version on working host (balenaOS 2.83.21)
Are you actually running on a 32bit OS? If you're on a 64bit OS you can use the -arm64 image, or just specify promtail:2.5.0 and docker will chose the correct architecture.
As you noticed in the PR we missed the fix the 32bit arm build and would need to PR it separately for a future release.
Describe the bug
Promtail no longer collects journal logs after upgrading systemd/journald on ARM host
Appears to be the same as #2792, merged fix appears to only apply to AMD64 docker images, as the arm docker image does not list backports as an apt source.
To Reproduce
Expected behavior
Logs collected
Environment:
Working
Not Working
Screenshots, Promtail config, or terminal output
output of
journalctl --version
on working host (balenaOS 2.83.21)output of
journalctl --version
on non-working host (balenaOS 2.95.8)The text was updated successfully, but these errors were encountered: