Bug 1785002
| Summary: | increase sizelimit in foreman tasks files | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Pavel Moravec <pmoravec> |
| Component: | sos | Assignee: | Jan Jansky <jjansky> |
| Status: | CLOSED ERRATA | QA Contact: | Miroslav HradĂlek <mhradile> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.8 | CC: | agk, bmr, fkrska, mhradile, plambri, pmoravec, sbradley |
| Target Milestone: | rc | Keywords: | OtherQA |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sos-3.9-2.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-09-29 20:55:15 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: | 1784466 | ||
|
Description
Pavel Moravec
2019-12-18 21:12:38 UTC
Hello, thanks for the availability to test the fix. Please use below repository / package: A yum repository for the build of sos-3.9-2.el7 (task 28860092) is available at: http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.9/2.el7/ You can install the rpms locally by putting this .repo file in your /etc/yum.repos.d/ directory: http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.9/2.el7/sos-3.9-2.el7.repo RPMs and build logs can be found in the following locations: http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.9/2.el7/noarch/ The full list of available rpms is: http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.9/2.el7/noarch/sos-3.9-2.el7.src.rpm http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.9/2.el7/noarch/sos-3.9-2.el7.noarch.rpm The repository will be available for the next 60 days. Scratch build output will be deleted earlier, based on the Brew scratch build retention policy. I can confirm this works as expected: previously: # rpm -q sos sos-3.8-6.el7.noarch # sosreport -o foreman --batch --build sosreport (version 3.8) .. sosreport build tree is located at : /var/tmp/sosreport-provisioning-2020-06-01-arpjgnq # ll /var/tmp/sosreport-provisioning-2020-06-01-arpjgnq/sos_commands/foreman/dynflow_* -rw-r--r--. 1 root root 26212723 Jun 1 16:38 /var/tmp/sosreport-provisioning-2020-06-01-arpjgnq/sos_commands/foreman/dynflow_actions -rw-r--r--. 1 root root 4770157 Jun 1 16:37 /var/tmp/sosreport-provisioning-2020-06-01-arpjgnq/sos_commands/foreman/dynflow_execution_plans -rw-r--r--. 1 root root 38 Jun 1 16:37 /var/tmp/sosreport-provisioning-2020-06-01-arpjgnq/sos_commands/foreman/dynflow_schema_info -rw-r--r--. 1 root root 26213180 Jun 1 16:37 /var/tmp/sosreport-provisioning-2020-06-01-arpjgnq/sos_commands/foreman/dynflow_steps # head -n1 /var/tmp/sosreport-provisioning-2020-06-01-arpjgnq/sos_commands/foreman/dynflow_steps s/gems/katello-3.10.0.59/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'", .. (see the 25M limit appliead and missing CSV headers in the file - so it was tailed) Now: # rpm -q sos sos-3.9-2.el7.noarch # time sosreport -o foreman --batch --build sosreport (version 3.9) .. Your sosreport build tree has been generated in: /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk # ll /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk/sos_commands/foreman/dynflow_* -rw-r--r--. 1 root root 49031539 Jun 1 16:48 /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk/sos_commands/foreman/dynflow_actions -rw-r--r--. 1 root root 4770157 Jun 1 16:48 /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk/sos_commands/foreman/dynflow_execution_plans -rw-r--r--. 1 root root 38 Jun 1 16:48 /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk/sos_commands/foreman/dynflow_schema_info -rw-r--r--. 1 root root 79 Jun 1 16:45 /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk/sos_commands/foreman/dynflow_sidekiq_status -rw-r--r--. 1 root root 54360892 Jun 1 16:48 /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk/sos_commands/foreman/dynflow_steps -rw-r--r--. 1 root root 139 Jun 1 16:45 /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk/sos_commands/foreman/dynflow_units # head -n1 /var/tmp/sosreport-provisioning-2020-06-01-rhlrfgk/sos_commands/foreman/dynflow_steps execution_plan_uuid,id,action_id,data,state,started_at,ended_at,real_time,execution_time,progress_done,progress_weight,class,error,action_class,children,queue # So much more data collected, CSV header included in head -> no tail. 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 (sos bug fix and enhancement update), 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-2020:4034 |