[mythtv-commits] Ticket #6846: FreeSpace calculations don't work correctly

MythTV mythtv at cvs.mythtv.org
Sat Aug 15 23:18:24 UTC 2009


#6846: FreeSpace calculations don't work correctly
------------------------------------+---------------------------------------
 Reporter:  eric.bosch at comcast.net  |        Owner:  ijr 
     Type:  defect                  |       Status:  new 
 Priority:  minor                   |    Milestone:  0.22
Component:  MythTV - General        |      Version:  head
 Severity:  medium                  |   Resolution:      
  Mlocked:  0                       |  
------------------------------------+---------------------------------------

Comment(by eric.bosch at comcast.net):

 No, 6582 did not fix the issue, in fact it broke things, causing the
 master backend to crash when switching tuners between master and slave.
 The problem appears to be completely due to differences in reported sizes
 of nfs versus local filesystems.  Below is a snapshot of the stats of the
 drives.  Mythtv reflects an accurate space/usage in each of the
 mounted/local filesystem groups, but it is failing to identify that an NFS
 filesystem is the same as the local filesystem on the other backend.

 gandalf scripts # df -k /video
 Filesystem           1K-blocks      Used Available Use% Mounted on
 /dev/sda3            974529356 535549500 438979856  55% /
 gandalf scripts # df -k /videonfs/
 Filesystem           1K-blocks      Used Available Use% Mounted on
 saruman:/video       930209280  60635136 869574144   7% /videonfs

 saruman ~ # df -k /video
 Filesystem           1K-blocks      Used Available Use% Mounted on
 /dev/sda4            930209140  60691568 869517572   7% /video
 saruman ~ # df -k /videonfs/
 Filesystem           1K-blocks      Used Available Use% Mounted on
 gandalf:/video       974529536 535549952 438979584  55% /videonfs

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6846#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list