aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2020-06-11 15:05:53 +0200
committerJake Hunsaker <jhunsake@redhat.com>2020-06-17 12:12:52 -0400
commit83ab77091bffcc8c593906624b8d94709952b78b (patch)
tree3f51982676c6cec72ad216c3f58c3f0e9320d91f
parent2d73f01ec7d96eb242517e008793c7f3a20e753f (diff)
downloadsos-83ab77091bffcc8c593906624b8d94709952b78b.tar.gz
[policy] Change Satellite preset from verify to more logs
As Satellite deployments get more stable, it is less important to verify packages installed. Further, as Satellite produces much logs worth to collect, the preset should increase log size to 100 MB. Resolves: #2112 Signed-off-by: Pavel Moravec <pmoravec@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r--sos/policies/redhat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/policies/redhat.py b/sos/policies/redhat.py
index 2f18c145..e56a5949 100644
--- a/sos/policies/redhat.py
+++ b/sos/policies/redhat.py
@@ -211,7 +211,7 @@ RH_CFME_DESC = "Red Hat CloudForms"
RH_SATELLITE = "satellite"
RH_SATELLITE_DESC = "Red Hat Satellite"
-SAT_OPTS = SoSOptions(verify=True, plugopts=['apache.log=on'])
+SAT_OPTS = SoSOptions(log_size=100, plugopts=['apache.log=on'])
CB = "cantboot"
CB_DESC = "For use when normal system startup fails"