Bug 1088813
| Summary: | spacewalk-remove-channel --justdb option has no impact on kickstart trees. | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Dimitar Yordanov <dyordano> |
| Component: | Server | Assignee: | Stephen Herr <sherr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.1 | Keywords: | Patch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-backend-2.2.21-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-17 08:40:50 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, 1119298 | ||
Pull request: https://github.com/spacewalkproject/spacewalk/pull/42 Committing to Spacewalk master: fd2b6e0e1020cca8074ff803bb157cf8084523db Spacewalk 2.2 has been released:
https://fedorahosted.org/spacewalk/wiki/ReleaseNotes22
|
Description of problem: spacewalk-remove-channel --justdb option has no impact on kickstarts trees. Version-Release number of selected component (if applicable): spacewalk-backend-2.1.55-1 How reproducible: 100% Steps to Reproduce: 1.nohup satellite-sync -c rhel-x86_64-server-6 --no-errata -no-packages & 2.spacewalk-remove-channel --justdb Actual results: The kickstart trees are removed from the file system. Expected results: The kickstart trees are removed only from the DB but not from the file system. Additional info: if not skip_kickstart_trees: _delete_ks_files(channelLabels)