-
Bug
-
Resolution: Done
-
Major
-
Logging 5.3.0
-
False
-
False
-
NEW
-
NEW
-
-
-
Logging (Core) - Sprint 208
When the `total_limit_size` for fluentd is configured according to the documentation, it allows to set any value larger than available disk space.
How reproducible:
Steps to Reproduce:
1. Deploy cluster-logging
2. Set very total_limit_size for fluentd
~~~~
- oc edit ClusterLogging instance
spec:
forwarder:
fluentd:
buffer:
totalLimitSize: 100G
~~~~
3. View logs
~~~~
Actual results:
- # oc logs fluentd-2zwx9 -c fluentd
Setting each total_size_limit for 3 buffers to 107374182400 bytes
Setting queued_chunks_limit_size for each buffer to 12800
Setting chunk_limit_size for each buffer to 8388608
Expected Results:
Setting each total_size_limit for 3 buffers to 6415029657 bytes
Setting queued_chunks_limit_size for each buffer to 764
Setting chunk_limit_size for each buffer to 8388608
Additional info: