<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 29 May 2015 at 18:11, aasenov1989 <span dir="ltr">&lt;<a href="mailto:aasenov1989@gmail.com" target="_blank">aasenov1989@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br></div>So is there a way to find how many files I have on each brick of the volume?<br></div></div></div></blockquote><div>I don&#39;t think gluster provides a way to  exactly get the number of files in a brick or volume.<br><br></div><div>Sorry if my solution is very obvious. But I generally use find to get the number of files in a particular brick.<br><br></div><div>find /brick/path ! -path &quot;/brick/path/.glusterfs*&quot; | wc -l<br><br></div><div><br></div><div>Best Regards,<br></div><div>Vishwanath<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><br></div>Regards,<br></div>Asen Asenov<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 29, 2015 at 3:33 PM, Atin Mukherjee <span dir="ltr">&lt;<a href="mailto:atin.mukherjee83@gmail.com" target="_blank">atin.mukherjee83@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr"></p>
<p dir="ltr">Sent from Samsung Galaxy S4<span><br>
On 29 May 2015 17:59, &quot;aasenov1989&quot; &lt;<a href="mailto:aasenov1989@gmail.com" target="_blank">aasenov1989@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt; Thnaks for the help. I was able to retrieve number of objects for entire volume. But I didn&#39;t figure out how to set quota for particular brick. I have replicated volume with 2 bricks on 2 nodes:<br>
&gt; Bricks:<br>
&gt; Brick1: host1:/dataDir<br>
&gt; Brick2: host2:/dataDir<br>
&gt; Both bricks are up and files are replicated. But when I try to set quota on a particular brick:<br></span>
IIUC, You won&#39;t be able to set quota at brick level as multiple bricks comprise a volume which is exposed to the user. Quota team can correct me if I am wrong.</p><div><div><br>
&gt;<br>
&gt; gluster volume quota TestVolume limit-objects /dataDir/  9223372036854775807<br>
&gt; quota command failed : Failed to get trusted.gfid attribute on path /dataDir/. Reason : No such file or directory<br>
&gt; please enter the path relative to the volume<br>
&gt;<br>
&gt; What should be the path to brick directories relative to the volume?<br>
&gt;<br>
&gt; Regards,<br>
&gt; Asen Asenov<br>
&gt;<br>
&gt;<br>
&gt; On Fri, May 29, 2015 at 12:35 PM, Sachin Pandit &lt;<a href="mailto:spandit@redhat.com" target="_blank">spandit@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; ----- Original Message -----<br>
&gt;&gt; &gt; From: &quot;aasenov1989&quot; &lt;<a href="mailto:aasenov1989@gmail.com" target="_blank">aasenov1989@gmail.com</a>&gt;<br>
&gt;&gt; &gt; To: &quot;Humble Devassy Chirammal&quot; &lt;<a href="mailto:humble.devassy@gmail.com" target="_blank">humble.devassy@gmail.com</a>&gt;<br>
&gt;&gt; &gt; Cc: &quot;<a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a> List&quot; &lt;<a href="mailto:gluster-users@gluster.org" target="_blank">gluster-users@gluster.org</a>&gt;<br>
&gt;&gt; &gt; Sent: Friday, May 29, 2015 12:22:43 AM<br>
&gt;&gt; &gt; Subject: Re: [Gluster-users] Features - Object Count<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks Humble,<br>
&gt;&gt; &gt; But as far as I understand the object count is connected with the quotas set<br>
&gt;&gt; &gt; per folders. What I want is to get number of files I have in entire volume -<br>
&gt;&gt; &gt; even when volume is distributed across multiple computers. I think the<br>
&gt;&gt; &gt; purpose of this feature:<br>
&gt;&gt; &gt; <a href="http://gluster.readthedocs.org/en/latest/Feature%20Planning/GlusterFS%203.7/Object%20Count/" target="_blank">http://gluster.readthedocs.org/en/latest/Feature%20Planning/GlusterFS%203.7/Object%20Count/</a><br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; You are absolutely correct. You can retrieve number of files in the entire<br>
&gt;&gt; volume if you have the &quot;limit-objects&quot; set on the root. If &quot;limit-objects&quot;<br>
&gt;&gt; is set on the directory present in a mount point then it will only show<br>
&gt;&gt; the number of files and directories of that particular directory.<br>
&gt;&gt;<br>
&gt;&gt; In your case, if you want to retrieve number of files and directories<br>
&gt;&gt; present in the entire volume then you might have to set the object limit<br>
&gt;&gt; on the root.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Sachin Pandit.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; is to provide such functionality. Am I right or there is no way to retrieve<br>
&gt;&gt; &gt; number of files for entire volume?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt; Asen Asenov<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Thu, May 28, 2015 at 8:09 PM, Humble Devassy Chirammal &lt;<br>
&gt;&gt; &gt; <a href="mailto:humble.devassy@gmail.com" target="_blank">humble.devassy@gmail.com</a> &gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi Asen,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="https://gluster.readthedocs.org/en/latest/Features/quota-object-count/" target="_blank">https://gluster.readthedocs.org/en/latest/Features/quota-object-count/</a> , hope<br>
&gt;&gt; &gt; this helps.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --Humble<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Thu, May 28, 2015 at 8:38 PM, aasenov1989 &lt; <a href="mailto:aasenov1989@gmail.com" target="_blank">aasenov1989@gmail.com</a> &gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt; I wanted to ask how to use this feature in gluster 3.7.0, as I was unable to<br>
&gt;&gt; &gt; find anything. How can I retrieve number of objects in volume and number of<br>
&gt;&gt; &gt; objects in particular brick?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks in advance.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt; Asen Asenov<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Gluster-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
&gt;&gt; &gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Gluster-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
&gt;&gt; &gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Gluster-users mailing list<br>
&gt; <a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
&gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-users</a><br>
</div></div><p></p>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="http://www.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-users</a><br></blockquote></div><br></div></div>