Bug 2053876
Summary: | Multiple instances of scheduled tasks of more types | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Pavel Moravec <pmoravec> |
Component: | RH Cloud - Inventory | Assignee: | Shimon Shtein <sshtein> |
Status: | CLOSED ERRATA | QA Contact: | addubey |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.11.0 | CC: | aruzicka, egolov, pcreech, sshtein |
Target Milestone: | 6.11.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | rubygem-foreman_rh_cloud-5.0.35 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-07-05 14:33:11 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
Pavel Moravec
2022-02-12 21:22:57 UTC
.. and some of the duplicated instances failed, e.g.: ForemanInventoryUpload::Async::GenerateAllReportsJob : one task succeeded, second failed with : 5: ForemanInventoryUpload::Async::QueueForUploadJob Error: Errno::ENOENT No such file or directory @ rb_file_s_rename - (/var/lib/foreman/red_hat_inventory/generated_reports/report_for_1.tar.xz, /var/lib/foreman/red_hat_inventory/uploads/report_for_1.tar.xz) (as the concurrent task deleted the file, I expect) I can confirm that the current snap (satellite-6.11.0-0.11.beta / tfm-rubygem-foreman_rh_cloud-5.0.35-1) does not exhibit the issue: # hammer task list --organization-id 1 --search 'state = scheduled' -------------------------------------|---------------------------------------|-----------|---------|------------|----------|----------|---------------|------------ ID | ACTION | STATE | RESULT | STARTED AT | ENDED AT | DURATION | OWNER | TASK ERRORS -------------------------------------|---------------------------------------|-----------|---------|------------|----------|----------|---------------|------------ 02d8f220-3983-43a4-a435-6267fb6ca3bb | Generate all reports job | scheduled | pending | | | 00:00:00 | foreman_admin | 1dfda996-d12e-4c08-aa39-df46159562d0 | Insights scheduled sync | scheduled | pending | | | 00:00:00 | foreman_admin | 217f98d1-8ef5-48f3-a509-1964f9fe459e | Pulp disk space notification | scheduled | pending | | | 00:00:00 | | 35d38c3d-0d07-4e9a-9684-edb71610bcaa | Subscription Manifest validity check | scheduled | pending | | | 00:00:00 | | 4be553bf-7a09-4f7c-aacb-b77ce502543b | Clean up StoredValues | scheduled | pending | | | 00:00:00 | | a37f437f-dd1d-413a-8385-e9fcec41f35a | Insights client status aging | scheduled | pending | | | 00:00:00 | foreman_admin | c3f5261a-fb56-499c-8043-f46bb65178e3 | Subscription expiration notification | scheduled | pending | | | 00:00:00 | | e67ecb0d-a2c9-4788-a28b-f8fe7f41572b | Inventory scheduled sync | scheduled | pending | | | 00:00:00 | foreman_admin | ee1f99c0-aa61-4c7c-b631-4c8f34d46e7c | Create RSS notifications | scheduled | pending | | | 00:00:00 | | -------------------------------------|---------------------------------------|-----------|---------|------------|----------|----------|---------------|------------ # 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.11 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-2022:5498 |