-
Bug
-
Resolution: Done
-
Normal
-
None
-
6.14.1
-
0
-
False
-
-
False
-
CLOSED
-
450
-
Endeavour
-
-
-
Moderate
-
No
Description of problem:
Foreman-rake shows increase_db_pool_size warning messages after upgrade to Satellite 6.14.2
Version-Release number of selected component (if applicable):
Satellite 6.14.2
How reproducible:
Upgrade satellite to 6.14.2 and then run foreman-rake command
Steps to Reproduce:
1. Satellite 6.14.2
2. Run foreman-rake cmd
3. shows increase_db_pool_size? waning
Actual results:
Show any warning as:
~~~~~
2024-02-15T04:56:49.190Z pid=9548 tid=1ahg WARN: `config.options[:key] = value` is deprecated, use `config[:key] = value`: ["/usr/share/gems/gems/dynflow-1.7.0/lib/dynflow/rails/configuration.rb:103:in `sidekiq_worker?'", "/usr/share/gems/gems/dynflow-1.7.0/lib/dynflow/rails/configuration.rb:99:in `increase_db_pool_size?'"]
~~~~
Expected results:
Should not show any warning
Additional info:
- grep pool /etc/foreman/database.yml
pool: 5
- cat /etc/systemd/system/foreman.service.d/installer.conf | grep -i puma
Environment=FOREMAN_PUMA_THREADS_MIN=5
Environment=FOREMAN_PUMA_THREADS_MAX=5
Environment=FOREMAN_PUMA_WORKERS=3