Opened 15 years ago

Closed 14 years ago

#6359 closed patch (fixed)

disk full protection

Reported by: jorcas33@… Owned by: Isaac Richards
Priority: minor Milestone: 0.24
Component: MythTV - Recording Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

disk patch add some protection to the case of disk full situation, today in case of a disk full while recording the log file become also full, filling up the root partition, with a system crash very probable

this path just set the ignore_write flag in case of disk-full-error, so no more writing are done

there is no warning or message is displayed

Attachments (1)

disk-full.diff (2.6 KB) - added by jorcas33@… 15 years ago.
patch from svn diff (release 20211)

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by jorcas33@…

Attachment: disk-full.diff added

patch from svn diff (release 20211)

comment:1 Changed 14 years ago by stuartm

Milestone: unknown0.23
Type: enhancementpatch

This is worth a look for 0.23, it's a tiny patch and should be easy to triage one way or the other.

comment:2 Changed 14 years ago by robertm

Pushing to .24 since we're in freeze.

comment:3 Changed 14 years ago by robertm

Milestone: 0.230.24

comment:4 Changed 14 years ago by robertm

Resolution: fixed
Status: newclosed

(In [24070]) Fixes #6359. Patch from Jorcas to prevent attempts to write to the disk when it becomes full, providing us a modicum of protection. None of the existing behaviors are modified, new code is self-contained.

Note: See TracTickets for help on using tickets.