[mythtv-commits] Ticket #10732: Recordings fail after upgrade to .25

MythTV noreply at mythtv.org
Thu Aug 2 15:19:07 UTC 2012


#10732: Recordings fail after upgrade to .25
----------------------------------+----------------------------
 Reporter:  daveshome@…           |          Owner:  danielk
     Type:  Bug Report - General  |         Status:  assigned
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - Recording    |        Version:  0.25-fixes
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+----------------------------

Comment (by danielk):

 The ionice hack should really have no effect on recording. There are
 multiple buffers between the recording hardware and writing to disk. There
 is a device reading thread with a buffer + file writing thread with a
 buffer.

 BTW if you have dedicated recording drives it's better to use the deadline
 scheduler than cfq (ionice only works with the cfq scheduler).

 Use something like this in your rc.local:
 {{{
 echo deadline > /sys/block/sda/queue/scheduler
 echo 1 > /sys/block/sda/queue/iosched/fifo_batch
 }}}

 Can you attach a log where it the symptoms are "reduced" ?

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10732#comment:22>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list