Bug 2264342
Summary: | Foreman-rake shows increase_db_pool_size warning messages after upgrade to Satellite 6.14.2 | |||
---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Avnish Kumar <avnkumar> | |
Component: | Tasks Plugin | Assignee: | satellite6-bugs <satellite6-bugs> | |
Status: | CLOSED ERRATA | QA Contact: | Lukáš Hellebrandt <lhellebr> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.14.1 | CC: | ahumbe, alsouza, aruzicka, ehelms, lhellebr, pcreech, rlavi, sussen | |
Target Milestone: | 6.15.0 | Keywords: | Triaged | |
Target Release: | Unused | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | rubygem-dynflow-1.8.2 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2272120 (view as bug list) | Environment: | ||
Last Closed: | 2024-04-23 17:17:55 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: |
Description
Avnish Kumar
2024-02-15 05:22:31 UTC
@Patrick, I moved it to ON_QA as we verified it's in the latest snap. Verified. On a freshly installed Sat 6.15 snap 9.0: # foreman-rake test:api /usr/bin/ruby -I"lib:test" -I"/usr/share/gems/gems/rake-13.0.1/lib" "/usr/share/gems/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" # foreman-rake foreman_tasks:cleanup TASK_SEARCH='result = error' STATES='' VERBOSE=true About to remove 12 tasks matching filter 0/12 12/12 Deleted 12 tasks matching filter No orphaned task locks found, skipping. No orphaned task links found, skipping. No orphaned execution plans found, skipping. No orphaned job invocations found, skipping. On a Sat 6.15 upgraded from Sat 6.14.1: # foreman-rake test:api /usr/bin/ruby -I"lib:test" -I"/usr/share/gems/gems/rake-13.0.1/lib" "/usr/share/gems/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" # foreman-rake foreman_tasks:cleanup TASK_SEARCH='result = error' STATES='' VERBOSE=true No tasks matching filter found, skipping. No orphaned task locks found, skipping. No orphaned task links found, skipping. No orphaned execution plans found, skipping. No orphaned job invocations found, skipping. # grep increase_db_pool_size /var/log/foreman/production.log # echo $? 1 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 (Important: Satellite 6.15.0 release), 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/RHSA-2024:2010 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |