Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
systemd.4328
0004-journal-do-server_vacuum-for-sigusr1.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0004-journal-do-server_vacuum-for-sigusr1.patch of Package systemd.4328
From 3bfd4e0c6341b0ef946d2198f089743fa99e0a97 Mon Sep 17 00:00:00 2001 From: WaLyong Cho <walyong.cho@samsung.com> Date: Thu, 28 Aug 2014 21:33:03 +0900 Subject: [PATCH] journal: do server_vacuum for sigusr1 runtime journal is migrated to system journal when only "/run/systemd/journal/flushed" exist. It's ok but according to this the system journal directory size(max use) can be over the config. If journal is not rotated during some time the journal directory can be remained as over the config(or default) size. To avoid, do server_vacuum just after the system journal migration from runtime. --- src/journal/journald-server.c | 1 + 1 file changed, 1 insertion(+) diff --git src/journal/journald-server.c src/journal/journald-server.c index 52111f7..bf9cfcc 100644 --- src/journal/journald-server.c +++ src/journal/journald-server.c @@ -1224,6 +1224,7 @@ static int dispatch_sigusr1(sd_event_source *es, const struct signalfd_siginfo * touch("/run/systemd/journal/flushed"); server_flush_to_var(s); server_sync(s); + server_vacuum(s); return 0; } -- 1.7.9.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor