Bug 1999089
Summary: | New Host-guest mapping is not getting populated due to an existing blocked Hypervisor Heartbeat Update job | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sayan Das <saydas> |
Component: | Candlepin | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED DUPLICATE | QA Contact: | Danny Synk <dsynk> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.9.0 | CC: | ahumbe, bcourt, momran, msunil, nmoumoul, pmendezh, redakkan, satellite6-bugs |
Target Milestone: | Unspecified | Keywords: | PrioBumpGSS, Triaged |
Target Release: | Unused | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-03-25 14:53:10 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
Sayan Das
2021-08-30 12:03:17 UTC
Hello, In case # 03095475, we encountered an issue where a candlepin race condition occurs when satellite running virt-who using the default virt-who config (i.e. one different virt-who-reporter user per virt-who config file) tries to upload the whole report at once. We would like to address this issue and have a permanent fix in place. Would you kindly advise? Thanks in advance. Closing this. This issue (hypervisor job being blocked by another job) can have 2 known causes: 1. Either the CRL file has grown too large, causing an OutOfMemory error, resulting in the job processing subsystem shutting down which is a separate, essentially duplicate bug: 1927532 or 2. Misconfiguration of virt-who: multiple virt-who config files running on the same machine, reporting against the same Owner, that use different credentials (username/password). For this, please create a bug in either of: - Product: Red Hat Enterprise Linux (7/8), component: virt-who: virt-who should either detect the fact that 2 or more configurations against the same organization are using the same username/password and fail, or perhaps, once having detected that they are destined for the same organization just make a single request to the server (instead of one per-username). - The Satellite Virt-Who configure plugin: it should disallow the generation of multiple virt-who configs that use the same credentials (username/password), when those configs are for the same organization. *** This bug has been marked as a duplicate of bug 1927532 *** (In reply to Nikos Moumoulidis from comment #15) I realized that I made some errors here; instead of 'same username/password' / 'same credentials', it these should say 'different username/password' / 'different credentials'. > - Product: Red Hat Enterprise Linux (7/8), component: virt-who: virt-who > should either detect the fact that 2 or more configurations against the same > organization are using the same username/password and fail, or perhaps, once > having detected that they > are destined for the same organization just make a single request to the > server (instead of one per-username). > > - The Satellite Virt-Who configure plugin: it should disallow the generation > of multiple virt-who configs > that use the same credentials (username/password), when those configs are > for the same organization. > > *** This bug has been marked as a duplicate of bug 1927532 *** The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |