Bug 1777420
Summary: | HTTP 500 error while quering /api/compute_resources API | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | raju kumar <rajukuma> |
Component: | Compute Resources - VMWare | Assignee: | Ondřej Ezr <oezr> |
Status: | CLOSED ERRATA | QA Contact: | Lukáš Hellebrandt <lhellebr> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.6.0 | CC: | chrobert, ktordeur, mhulan, oezr |
Target Milestone: | 6.10.0 | Keywords: | Reopened, Triaged |
Target Release: | Unused | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | tfm-rubygem-fog-vsphere-3.5.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-16 14:08:51 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: |
Comment 4
Jitendra Yejare
2020-07-10 12:58:34 UTC
I'm closing this one on insufficient data, if this issue still accures in your setup, please feel free to re-open it. Upstream bug assigned to oezr Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/30889 has been resolved. Verified with Sat 6.10.0 snap 5.0. Ran the following script: #!/usr/bin/bash date for i in $(seq 1000); do curl -k -uadmin:changeme -H 'Content-Type: application/json' -X GET https://$(hostname)/api/compute_resources/67?id=67; echo done date Received 1000 correct results over ~8 minutes and no error. 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 (Moderate: Satellite 6.10 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-2021:4702 |