Bug 1311129
| Summary: | [RFE] include sosreport command line options --all-logs and --log-size= in /etc/sos.conf | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | daniel <dmoessne> | |
| Component: | sos | Assignee: | Pavel Moravec <pmoravec> | |
| Status: | CLOSED ERRATA | QA Contact: | Miroslav HradĂlek <mhradile> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 7.2 | CC: | agk, bmr, cww, gavin, isenfeld, mhradile, plambri, pmoravec, sbradley, sfroemer | |
| Target Milestone: | rc | Keywords: | FutureFeature | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| URL: | https://github.com/sosreport/sos/issues/855 | |||
| Whiteboard: | ||||
| Fixed In Version: | sos-3.7-2.el7 | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1719886 (view as bug list) | Environment: | ||
| Last Closed: | 2019-08-06 13:15:20 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1594286, 1719886 | |||
|
Description
daniel
2016-02-23 13:05:08 UTC
FYI I raised upstream issue / discussion in https://github.com/sosreport/sos/issues/855 No devel resources for 7.5 not planned for 7.6, a good candidate to some next-soon release, I would say. Nice to have in the next release, depending on free capacity /o\. POSTed to upstream. Adjacent bug found so far: https://github.com/sosreport/sos/pull/1651 that one would limit usage of the config file significantly, needs backporting as well. Working on the FailedQA cause. How to negate an option: the same way how to do via cmdline, e.g.: all-logs=off (or disable or disabled or false, case insensitive) The trick is that general options are disabled by default so there is no way to test disabling them. But one can try adding to [tunables] section e.g.: process.lsof=off to turn off collecting lsof by process plugin. (this was verified by me to work well). .. and man 5 sos.conf updates: https://github.com/sosreport/sos/pull/1652 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:2295 |