<div dir="ltr"><div>Hi All,</div><div><br></div><div>We have implemented a new feature &#39;Object quotas&#39; in glusterfs-3.7, this feature is same like &#39;Usage quota&#39; and accounts on the numbers of inodes.</div><div>The mechanism is to store count of objects (inodes: files/directories) as part of an extended attribute of a directory (same extended attribute used for usage quotas).</div><div>Each directory&#39;s extended attribute value will indicate the number of objects present in a tree with the directory being considered as the root of the tree.</div><div><br></div><div>Commands supported for &#39;Object Quotas&#39;</div><div># volume quota &lt;VOLNAME&gt; {limit-objects &lt;path&gt; &lt;number&gt; [&lt;percent&gt;]}</div><div># volume quota &lt;VOLNAME&gt; list-objects [&lt;path&gt;]</div><div># volume quota &lt;VOLNAME&gt; remove-objects &lt;path&gt;</div><div><br></div><div>&#39;Object Quota&#39; will be enabled as part of &#39;gluster volume quota &lt;VOLNAME&gt; enable&#39;. If the glusterfs is upgraded to 3.7 where is the quota is alreday enabled in the previous version before upgrade,</div><div>execute below command to enable &#39;Object Quota&#39;:</div><div>gluster volume inode-quota &lt;VOLNAME&gt; enable</div><div><br></div><div><br></div><div>Please provide your feedback.</div><div><br></div><div>Thanks,</div><div>Vijay</div></div>