jponds
December 9, 2020, 2:01pm
1
When running a foreman-rake katello:upgrade_check the command shows me the following:
This script makes no modifications and can be re-run multiple times for the most up to date results.
Checking upgradeability…
Checking for running tasks…
[FAIL] - There are 1 active tasks.
Please wait for these to complete or cancel them from the Monitor tab.
When looking in the GUI, no tasks running/paused.
When checking tasks in the database: no active tasks.
How to proceed?
regards
Jurgen Ponds
jponds
December 9, 2020, 8:12pm
3
Yes already seen this topic.
I don’t see any active tasks in my tasks overview.
foreman=# select id, label, started_at, state, result from foreman_tasks_tasks where state != ‘stopped’;
id | label | started_at | state | result
--------------------------------------±----------------------------------------------------±-----------------------±----------±--------
5498196e-6004-48b9-b6f1-c4a082a6cb9d | StoredValuesCleanupJob | | scheduled | pending
94428523-6a0f-4794-b0c3-15c5598a71e7 | SendExpireSoonNotifications | | scheduled | pending
88b67dd3-81b2-41fc-be7d-403634e0623b | CreatePulpDiskSpaceNotifications | | scheduled | pending
40c16ae2-a554-4a43-95ef-0d8230ecb66c | Actions::Katello::SyncPlan::Run | | scheduled | pending
f7060c73-f72d-477b-b01d-0ae5b0189e47 | Actions::Katello::SyncPlan::Run | | scheduled | pending
4add587c-28ec-4eb2-84fc-556b9f14e8d9 | Actions::Katello::SyncPlan::Run | | scheduled | pending
1e0307ce-cbd6-4faf-8e97-d9d0e3c9ae80 | Actions::Katello::SyncPlan::Run | | scheduled | pending
5443d1e3-c572-4175-89f1-fc3d44a5baac | Actions::Katello::SyncPlan::Run | | scheduled | pending
5dfb65f2-edce-4674-bce1-ecc02903676c | Actions::Katello::SyncPlan::Run | | scheduled | pending
f892a16c-b613-422c-bb4e-643af2ea3d3d | Actions::Katello::SyncPlan::Run | | scheduled | pending
fbea8c51-85cf-4cfa-87e4-cdb13fe73e85 | Actions::Katello::SyncPlan::Run | | scheduled | pending
4f385be0-db71-49c9-80ce-d8fcb17eb23d | CreateRssNotifications | | scheduled | pending
11e86f26-4a39-4686-9c08-7b947c7de6c6 | Actions::Katello::Repository::UpdateCVRepoCertGuard | 2020-09-30 13:06:31.81 | planned | success
b03b9b00-cd40-4149-ae33-70a66f023ead | CreateExpiredManifestNotifications | | scheduled | pending
(14 rows)
Here’s what I see when I don’t have and tasks running:
foreman=# select id, label, started_at, state, result from foreman_tasks_tasks where state != ‘stopped’;
id | label | started_at | state | result
--------------------------------------±-----------------------------------±-----------±----------±--------
8e37ad88-b0d2-44eb-aa0c-a75aa247388c | CreateExpiredManifestNotifications | | scheduled | pending
6bc7c1b7-6bdb-4fb4-a4a5-f6740795c882 | StoredValuesCleanupJob | | scheduled | pending
a1e20842-9b76-4024-94c6-8ddbbd89ca07 | CreatePulpDiskSpaceNotifications | | scheduled | pending
59b160ff-20cb-4cb9-9e9e-154202a3dc97 | CreateRssNotifications | | scheduled | pending
202794a5-bafd-4679-8e9c-0ffcf1814d20 | CreateExpiredManifestNotifications | | scheduled | pending
324b16c0-0e70-4c71-875b-25dc2ecf86d6 | SendExpireSoonNotifications | | scheduled | pending