Bug #15581
closedhammer csv doesn't obey request_timeout
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1352910
Description of problem:
Execution of below command always results in timeout error with large number of clients(>400) registered on satellite server.
~~~
$ time hammer csv content-hosts --csv-export --csv-file $TMPFILE --threads 2
Error: Request Timeout
real 2m2.756s
~~~
Version-Release number of selected component (if applicable):
Satellite 6.1.9
How reproducible:
Always
Steps to Reproduce:
1.Satellite 6.1.9 with more than 400 systems registered.
2.Execute : #hammer -u admin -p redhat -d csv content-hosts --csv-export
3.
Actual results:
Error: Request Timeout
Expected results:
Result should be displayed
Additional info:
The following configuration seems to have no effect:
~~
/.hammer/cli_config.yml
:foreman:
:request_timeout: -1
~~~
*Increased Timeout in : etc/hammer/cli.modules.d/foreman.yml
*No timeout errors in production log.
Relevant Bugzilla's:
Create duplicate system profiles using below command:Bug 1297683 - "Error: Request Timeout" from hammer when asked to show >400 content hosts
Upstream : http://projects.theforeman.org/issues/14925
~~~
- export h='test.example.com'
- for i in {1..400}; do hostnamectl set-hostname $i-$h;rm -rf /etc/pki/consumer/*;subscription-manager register --org Default_Organization --activationkey=loop --force;done
~~~
Updated by Thomas McKay over 8 years ago
- Project changed from Katello to Hammer CLI CSV
- Category changed from Hammer to content-hosts
Updated by Thomas McKay about 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-csv|f5d21adbecab311ae5ddc9b28901d906a4686c97.