Opened 17 years ago

Closed 17 years ago

#3458 closed defect (fixed)

auto-expire can't find recordings in storage groups

Reported by: anonymous Owned by: cpinkham
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I'm currently having an issue where one of my storage groups will not auto-expire recordings that do belong there and are eligible for autoexpiring. The hard drive will then fill up and then the mythbackend will no longer be able to record due to lack of space. I've attached a section of the mythbackend log with -v file verbosity right before the drive fills up and up until right after the drive is full. You can see that it can't find specific files that are indeed there.

My storage group configuration's look like this... all are local to the master backend:

id groupname hostname dirname 4 Default hercules /mythtv/recordings/area1/ 5 Default hercules /mythtv/recordings/area2/

each storage group belongs to it's own hard drive and no other points are mounted on each of the disks. Each disk is 100% dedicated to it's respective storage group.

Recordings can be manually deleted via mythweb without problem (and probably mythfrontend as well, but my frontend is out of commission right now due to hardware so I can not confirm).

Attachments (1)

mythbackend-autoexpire-trunc.log (56.8 KB) - added by skd5aner@… 17 years ago.

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by skd5aner@…

comment:1 Changed 17 years ago by skd5aner@…

Trac is obviously removing everyone's email address when ticket's are submitted. I submitted this ticket.

comment:2 Changed 17 years ago by cpinkham

Owner: changed from Isaac Richards to cpinkham

comment:3 Changed 17 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [13621]) Allow the AutoExpirer? to expire files which are available locally but were recorded on another backend which is currently not up or with a different recorded.hostname that is not valid anymore.

I believe this closes #3458.

Note: See TracTickets for help on using tickets.