<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/5/3 Liu Yuan <span dir="ltr"><<a href="mailto:namei.unix@gmail.com" target="_blank">namei.unix@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

So in your case with multiple disks node, you need<br>
<br>
 $ sheep /mnt/sheepdog,/mnt/sheepdog/obj,/mnt/sdb1<br>
<br></blockquote><div><br>This makes it fully clear in my head now :-)<br> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The first component is the path to the meta-store, which was created at<br>
/mnt/sheepdog/ when you started it with a single store path.<br>
<br>
Actually, for a single store setup, A and B both are equal<br>
 A $ sheep /mnt/sheepdog<br>
 B $ sheep /mnt/sheepdog,/mnt/sheepdog/obj<br><br></blockquote><div><br>This too! <br><br></div><div>And it works.<br></div><div>Just tested.<br><br></div><div>If I make a mistake, like inverting the order<br></div><div>
  sheep /mnt/sdb1,/mnt/sheepdog/obj,/mnt/sheepdog<br></div><div>Will it fail with an error, or mess up?<br><br></div><div>Also, what if I "forget" a disk<br></div><div>i.e. (having /mnt/sheepdog for sda, /mnt/sdb1, /mnt/sdc1, /mnt/sdd1)<br>
</div><div>  sheep /mnt/sheepdog,/mnt/sheepdog/obj,/mnt/sdb1,/mnt/sdc1<br></div><div>I missed /mnt/sdd1...<br></div><div>What's going to happen?<br></div></div><br></div></div>