Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #239874

Category rsyslog
Changed by Andre Lorbach <alorbachohnoyoudont@adiscon.com>
Changed at Tue 15 Jul 2025 17:42:23
Repository https://github.com/rsyslog/rsyslog.git
Project rsyslog
Branch master
Revision 4a42252af87d3311b30f23c60c1fb3680184d708

Comments

Investigate and resolve rsyslog issue 2693 (#5793)
* Fix issue with queue.maxDiskSpace validation

When queue.maxDiskSpace is set smaller than queue.maxfilesize, rsyslog
could enter an infinite loop during shutdown. This fix adds validation
to ensure maxDiskSpace is at least as large as maxFileSize.

If an invalid configuration is detected, the system will log a warning
and automatically adjust maxDiskSpace to match maxFileSize to prevent
the shutdown loop.

closes: https://github.com/rsyslog/rsyslog/issues/2693

Co-authored-by: Cursor Agent <cursoragent@cursor.com>

Changed files