Opened 15 years ago
Closed 15 years ago
#8926 closed defect (fixed)
Delete is blocked by Jobs queue
| Reported by: | danielk | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
While the delete code knows that commflag and transcode jobs should not block file deletion the job queue also marks a recording in use with a generic use which the delete code must assume means the file can not be deleted.
Change History (3)
Note:
See TracTickets
for help on using tickets.

(In [26370]) Fixes #8926. Make sure we ignore jobqueue in use when we know it is only set forthe flagger or transcoder. The main problem was actually the iterator, we were looking at the human readable text and host names instead of just the in use settings.