Skip to content

Commit 16b501f

Browse files
committed
Pin td-agent to 4.0.* also on Debian
Debian was missed in the original patch. [1] Backport to Victoria. [1] 6d0882e aka Iefcdd3100b7e3c5320bc5f1286a18251bdeab885 Closes-Bug: #1930867 Change-Id: Id5938697b62ba040062475fcf5215d64e1ba8c6f (cherry picked from commit 5253e03)
1 parent d2e8ebe commit 16b501f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docker/base/apt_preferences.debian

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Package: erlang*
1717
Pin: version 1:23.*
1818
Pin-Priority: 1000
1919

20+
# FIXME(mgoddard): Pinning to 4.0.* to avoid bug 1930867.
21+
Package: td-agent*
22+
Pin: version 4.0.*
23+
Pin-Priority: 1000
24+
2025
# We do not want packages from this repo
2126
Package: *
2227
Pin: release o=obs://private/home:marcin.juszkiewicz/debian-buster
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with logs going missing in the Fluentd pipeline
5+
by pinning td-agent to 4.0.* also on Debian.
6+
`LP#1930867 [Debian] <https://launchpad.net/bugs/1930867>`__

0 commit comments

Comments
 (0)