Actions
Backport #8712
closedBackport "Database access is needed during collectstatic" to 3.11
Start date:
Due date:
% Done:
100%
Estimated time:
Triaged:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 97
Quarter:
Description
#8711 can be seen as a regression fix. Backporting to 3.11 will help Katello to disable md5 content types.
Related issues
Updated by ekohl over 3 years ago
- Related to Issue #8711: Database access is needed during collectstatic added
Updated by fao89 over 3 years ago
- Assignee set to bmbouter
- Triaged changed from No to Yes
- Sprint set to Sprint 97
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by pulpbot over 3 years ago
Added by bmbouter over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|1708202612810b2a6fcd8ec997c8565256c4dc4f.
Updated by bmbouter over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Skip allowed content checks on collectstatic
Since 9a9a06f1e37f5367e36a24b9aa3aca6ca78dab53 DB access is always needed. In later commits this was extended with additional checks.
However, collectstatic should be a fully offline operation that doesn't access the network. As such, content checking is not needed.
Doing this allows the Foreman/Katello installer to run it more freely. The alternative is to add additional ordering. However, I'd argue that this is better and also slightly faster.
backports #8711
fixes #8712
(cherry picked from commit 3669a65d07278a3c455050015893517fbb6f9871)