Bug 1040529
Summary: | spacewalk-remove-channel does not clear the cache properly | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Dimitar Yordanov <dyordano> | ||||
Component: | Server | Assignee: | Jan Dobes <jdobes> | ||||
Status: | CLOSED DEFERRED | QA Contact: | Red Hat Satellite QA List <satqe-list> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 560 | CC: | tlestach | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-04-09 11:06:52 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 924189 | ||||||
Attachments: |
|
Description
Dimitar Yordanov
2013-12-11 15:16:02 UTC
Created attachment 835812 [details]
patch
Yes, this should be fixed, however list_all_packages-<label> is not the only file which can be created so this patch is incomplete. I looked at some satellites and I can see files with prefix like list_all_packages_checksum-<label>. And after I looked into code, there is more prefixes that can occur (but I don't know when): $ git grep "cache_prefix=" backend/server/rhnChannel.py: return _list_packages(channel, cache_prefix="list_packages", backend/server/rhnChannel.py: return _list_packages(channel, cache_prefix="list_all_packages", backend/server/rhnChannel.py: return _list_packages(channel, cache_prefix="list_all_packages_checksum", backend/server/rhnChannel.py: return _list_packages(channel, cache_prefix="list_all_packages_complete", We have re-reviewed this bug, as part of an ongoing effort to improve Satellite/Proxy feature and bug updates, review and backlog. This is a low priority bug and has no currently open customer cases. While this bug may still valid, we do not see it being implemented prior to the EOL of the Satellite 5.x product. As such, this is being CLOSED DEFERRED. Closing now to help set customer expectations as early as possible. You are welcome to re-open this bug if needed. |