<div dir="ltr"><div>We do already have a way to get inodelk and entrylk count from a bunch of fops, introduced in <a href="http://review.gluster.org/10880">http://review.gluster.org/10880</a>.</div><div>Can you check if you can make use of this feature?</div><div><br></div><div>-Krutika<br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 20, 2018 at 9:17 AM, Amar Tumballi <span dir="ltr">&lt;<a href="mailto:atumball@redhat.com" target="_blank">atumball@redhat.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"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Wed, Jun 20, 2018 at 9:06 AM, Raghavendra Gowdappa <span dir="ltr">&lt;<a href="mailto:rgowdapp@redhat.com" target="_blank">rgowdapp@redhat.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><div><div><div><div><div><div><div>All,<br><br></div>We&#39;ve a requirement in DHT [1] to query the number of locks granted on an inode in lookup fop. I am planning to use xdata_req in lookup to pass down the relevant arguments for this query. I am proposing following signature:<br><br></div>In lookup request path following key value pairs will be passed in xdata_req:<br></div>* &quot;glusterfs.lock.type&quot; <br></div>    - values can be &quot;glusterfs.posix&quot;, &quot;glusterfs.inodelk&quot;, &quot;glusterfs.entrylk&quot;<br></div>* If the value of &quot;glusterfs.lock.type&quot; is &quot;glusterfs.entrylk&quot;, then basename is passed as a value in xdata_req for key &quot;glusterfs.entrylk.basename&quot;</div><div>* key &quot;glusterfs.lock-on?&quot; will differentiate whether the lock information is on current inode (&quot;glusterfs.current-inode&quot;) or parent-inode (&quot;glusterfs.parent-inode&quot;). For a nameless lookup &quot;glusterfs.parent-inode&quot; is invalid.<br></div><div>* &quot;glusterfs.blocked-locks&quot; - Information should be limited to blocked locks.</div><div>* &quot;glusterfs.granted-locks&quot; - Information should be limited to granted locks.<br></div>* If necessary other information about granted locks, blocked locks can be added. Since, there is no requirement for now, I am not adding these keys.<br><br></div>Response dictionary will have information in following format:<br></div></div>* &quot;glusterfs.entrylk.&lt;gfid&gt;.&lt;bas<wbr>ename&gt;.granted-locks&quot; - number of granted entrylks on inode &quot;gfid&quot; with &quot;basename&quot; (usually this value will be either 0 or 1 unless we introduce read/write lock semantics).<br></div>* &quot;glusterfs.inodelk.&lt;gfid&gt;.gran<wbr>ted-locks&quot; - number of granted inodelks on &quot;basename&quot;<br><div><div><div><div><br><div><div><div><div>Thoughts?<br></div><div><div><br></div></div></div></div></div></div></div></div></div></div></blockquote><div><br></div></span><div>I personally feel, it is good to get as much information possible in lookup, so it helps to take some high level decisions better, in all translators. So, very broad answer would be to say go for it. The main reason the xdata is provided in all fops is to do these extra information fetching/overloading anyways.</div><div><br></div><div>As you have clearly documented the need, it makes it even better to review and document it with commit. So, all for it.</div><div><br></div><div>Regards,</div><div>Amar</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div>[1] <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1581306#c28" target="_blank">https://bugzilla.redhat.com/sh<wbr>ow_bug.cgi?id=1581306#c28</a></div><div><br></div></div></div></div></div></div></div></div></div></div></blockquote></div>
</div></div>
<br>______________________________<wbr>_________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a><br>
<a href="http://lists.gluster.org/mailman/listinfo/gluster-devel" rel="noreferrer" target="_blank">http://lists.gluster.org/<wbr>mailman/listinfo/gluster-devel</a><br></blockquote></div><br></div>