On Tue, Jun 17, 2008 at 7:16 PM, Yeechang Lee &lt;<a href="mailto:ylee@pobox.com">ylee@pobox.com</a>&gt; 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&#39;t realize this until recently. That is, I&#39;ve always had all my<br>
recording directories mounted on the same paths on all my backend<br>
machines, but I didn&#39;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&#39;d previously had a Default storage group on the master<br>
backend only, which the documentation (if I didn&#39;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.&nbsp; Indeed, if you look at the database schema, you&#39;ll see that things are qualified by hostname:<br><br><font face="courier new,monospace">mysql&gt; show fields from storagegroup;<br>
+-----------+--------------+------+-----+---------+----------------+<br>| Field&nbsp;&nbsp;&nbsp;&nbsp; | Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Null | Key | Default | Extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>+-----------+--------------+------+-----+---------+----------------+<br>| id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | int(11)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | NO&nbsp;&nbsp; | PRI | NULL&nbsp;&nbsp;&nbsp; | auto_increment | <br>
| groupname | varchar(32)&nbsp; | NO&nbsp;&nbsp; | MUL |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <br>| hostname&nbsp; | varchar(64)&nbsp; | NO&nbsp;&nbsp; | MUL |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <br>| dirname&nbsp;&nbsp; | varchar(255) | NO&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <br>+-----------+--------------+------+-----+---------+----------------+<br>
<br><br><font face="arial,sans-serif">Carl Fongheiser</font></font> <br></div></div><br>