[mythtv-commits] Ticket #2875: mythweb does not use storagegroup streaming does not work

MythTV mythtv at cvs.mythtv.org
Sat Jan 6 11:09:43 UTC 2007


#2875: mythweb does not use storagegroup streaming does not work
--------------------------------------------------+-------------------------
 Reporter:  Michael Gisbers <michael at gisbers.de>  |        Owner:  xris    
     Type:  defect                                |       Status:  reopened
 Priority:  minor                                 |    Milestone:  unknown 
Component:  mythweb                               |      Version:  head    
 Severity:  medium                                |   Resolution:          
--------------------------------------------------+-------------------------
Changes (by Michael Gisbers <michael at gisbers.de>):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 Your fix assumes that there is only ONE possible dirname per storagegroup.

 In reality there can be more than one dirnames per storagegroup. e. g.:

 {{{
  mysql> select * from storagegroup;
  +----+-----------+----------+--------------+
  | id | groupname | hostname | dirname      |
  +----+-----------+----------+--------------+
  |  1 | Default   | neptun   | /mnt/store/  |
  |  2 | Default   | neptun   | /mnt/store1/ |
  +----+-----------+----------+--------------+
  2 rows in set (0.00 sec)
 }}}

 So there may be more than just one result to check.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2875#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list