summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-01-05 14:32:28 -0800
committerVito Caputo <vcaputo@pengaru.com>2021-01-05 14:32:28 -0800
commit68be4ecfbad5a3ccae5866572e802d1f0f72d7d0 (patch)
treee55ade53361dd360d65eb145472df1fa9219d9f6
parenteb5bdb2928552afd401f3b8952b384a7fae45aa0 (diff)
reclaim-tail-waste: disable temporarily
As-is this doesn't update the header's arena_size correctly, so disable it to prevent unsuspecting users from producing journals that journald thinks are corrupt.
-rw-r--r--src/reclaim-tail-waste.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/reclaim-tail-waste.c b/src/reclaim-tail-waste.c
index 4bbe0ac..8f8c4e6 100644
--- a/src/reclaim-tail-waste.c
+++ b/src/reclaim-tail-waste.c
@@ -131,6 +131,9 @@ int jio_reclaim_tail_waste(iou_t *iou, int argc, char *argv[])
int r;
humane_t h1;
+ printf("\nTemporarily disabled: https://github.com/systemd/systemd/pull/17876\n");
+ return -ENOTSUP;
+
r = machid_get(iou, &machid, THUNK(
journals_open(iou, &machid, O_RDWR, &journals, THUNK(
journals_for_each(&journals, &journal_iter, THUNK(
© All Rights Reserved