On Tue, Jun 17, 2008 at 7:16 PM, Yeechang Lee <<a href="mailto:ylee@pobox.com">ylee@pobox.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I didn't realize this until recently. That is, I've always had all my<br>
recording directories mounted on the same paths on all my backend<br>
machines, but I didn't realize that I had to create a Default storage<br>
group that includes all the directories on each backend machine in<br>
order for any backend to be able to store to any directory as<br>
needed. I'd previously had a Default storage group on the master<br>
backend only, which the documentation (if I didn't misread it)<br>
indicated/indicates is sufficient for achieving the above.<br>
<font color="#888888"></font></blockquote><div><br>I had to set it up on both of my backends. Indeed, if you look at the database schema, you'll see that things are qualified by hostname:<br><br><font face="courier new,monospace">mysql> show fields from storagegroup;<br>
+-----------+--------------+------+-----+---------+----------------+<br>| Field | Type | Null | Key | Default | Extra |<br>+-----------+--------------+------+-----+---------+----------------+<br>| id | int(11) | NO | PRI | NULL | auto_increment | <br>
| groupname | varchar(32) | NO | MUL | | | <br>| hostname | varchar(64) | NO | MUL | | | <br>| dirname | varchar(255) | NO | | | | <br>+-----------+--------------+------+-----+---------+----------------+<br>
<br><br><font face="arial,sans-serif">Carl Fongheiser</font></font> <br></div></div><br>