Hide Forgot
Description of problem: When you have yum repo attached to the channel and have regular synces scheduled and uses spacewalk-remove-channel to remove the channel, taskomatic bunch for syncing the channel survives (and probably produces some errors as well). Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. Create channel and repository Channels -> Manage Software Channels -> create new channel Channels -> Manage Software Channels -> Manage Repositories -> create new repository 2. Attach the repository to the channel Channels -> Manage Software Channels -> <your channel> -> Repositories -> Add / Remove 3. Schedule daily sync Channels -> Manage Software Channels -> <your channel> -> Repositories -> Sync 4. Using API call ensure we have active bunch for that: client.taskomatic.org.listActiveSchedules(key) data_map = {'channel_id': '103'}; cron_expr = 0 20 8 ? * *; active_from = 20110503T08:12:19; bunch = repo-sync-bunch; id = 16; job_label = repo-sync-1-103; 5. # spacewalk-remove-channel -c <your channel> 6. Use API call as in "4." to ensure bunch dissipated Actual results: In "6." same bunch is still there. Expected results: In "6." bunch from "4." should not be present. Additional info: Found during testing bug 663326.