<div><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">#gluster volume create g1 replica 2 lab1:/brick1 lab2:/brick1</span></div><div><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">volume create: g1: failed: The brick lab1:/brick1 is a mount point. Please create a sub-directory under the mount point and use that as the brick directory. Or use 'force' at the end of the command if you want to override this behavior.</span><br><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;"># df -h</span><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">......</span><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">/dev/sdb &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8.0G &nbsp; 43M &nbsp;8.0G &nbsp; 1% /brick1</span><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">I found a thread which talked about this:</span><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><a href="http://gluster.org/pipermail/gluster-users.old/2013-May/013065.html" target="_blank" style="outline: none; cursor: pointer; color: rgb(61, 94, 134); font-family: 'lucida Grande', Verdana; line-height: 23px;">http://glust<wbr>er.org/piper<wbr>mail/gluster<wbr>-users.old/2<wbr>013-May/0130<wbr>65.html</a></div><div><br><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">&gt; The quick start guide needs to be updated. The brick directory should</span></div><div><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">&gt; ideally be a sub-directory of a mount point (and not a mount point</span></div><div><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">&gt; directory itself) for ease of administration. We recently added code to</span></div><div><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">&gt; warn about this (and looks like the code check exposed a documentation bug</span></div><div><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">&gt; which you just shared!)</span></div><div><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">I have no idea about how this affects administration in real cases.</span><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">For me, for example, if I want to cleanup the brick, I just umount &amp; mkfs it</span><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">simply, but adding one more sub-directory will definitely add more cycles in kernel to</span><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">do lookup for each file access (Let's not consider dentry cache at first).</span></div><div><br style="font-family: 'lucida Grande', Verdana; line-height: 23px;"><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">Thanks,</span></div><div><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">Paul</span></div>