<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"><span style="font-size: 12pt;">Hello, everyone,</span><br>
</p>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, NotoColorEmoji, &quot;Segoe UI Symbol&quot;, &quot;Android Emoji&quot;, EmojiSymbols;">
<p><br>
</p>
<p>I have been trying to&nbsp;optimize&nbsp;<b>&quot;ls&quot; performance</b>&nbsp;for Glusterfs recently.&nbsp;<span style="font-size: 12pt;">My volume is disperse(48 bricks &nbsp;with redundancy 16), and I mount it with fuse.&nbsp;</span><span style="font-size: 12pt;">I create 10000 little files
 in mount point. Then I execute &quot;ls&quot; command. In my cluster, it takes about&nbsp;3 seconds.</span></p>
<p>I have a question about&nbsp;<b>fuse_getattr&nbsp;</b>function in&nbsp;&quot;fuse-bridge.c&quot; .<b>&nbsp;Why need we check whether nodeid is equal to 1?</b>&nbsp;,&nbsp;which means it is the mount point. &nbsp;It is hard for me to get its meaning.</p>
<p>(In my case, I find the operation of fuse_getattr takes neer half time for &quot;ls&quot;, that is why I want to know what the check means. )</p>
<p><br>
</p>
<p><img naturalheight="490" naturalwidth="697" size="71684" id="img561324" tabindex="0" aria-expanded="false" src="http://mail.163.com/js6/s?func=mbox:getMessageData&amp;sid=iCMbFXtmOmngEsSJqWmmoeUvPJvoWUxS&amp;mid=89:1tbiWQWbqlWBWYAhhQAAsE&amp;part=3" style="border: 0px; max-width: 99.9%; user-select: none;"><br>
</p>
<p><br>
</p>
<div id="Signature">
<div style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif;">
&nbsp;
<p style="font-family: Calibri, Arial, Helvetica, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, NotoColorEmoji, &quot;Segoe UI Symbol&quot;, &quot;Android Emoji&quot;, EmojiSymbols;">
I try to disable the special check, and then test &quot;ls&quot;. It works normally and have a speedup 2x(about 1.3s without check). The reason is that in my case, &quot;lookup&quot; cost is much higher than &quot;stat&quot;. Without the special check, getattr goes into &quot;stat&quot; instead of
 &quot;lookup&quot;.</p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, NotoColorEmoji, &quot;Segoe UI Symbol&quot;, &quot;Android Emoji&quot;, EmojiSymbols;">
<br>
</p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, NotoColorEmoji, &quot;Segoe UI Symbol&quot;, &quot;Android Emoji&quot;, EmojiSymbols;">
Could you tell me the meaning of the special check for &quot;nodeid == 1&quot;?</p>
<p style="font-family: Calibri, Arial, Helvetica, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, NotoColorEmoji, &quot;Segoe UI Symbol&quot;, &quot;Android Emoji&quot;, EmojiSymbols;">
I would appreciate it if anyone could give some tips . Thank you!</p>
</div>
</div>
</div>
</div>
<br>
<p></p>
<p><br>
</p>
<div id="Signature">
<div style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
&nbsp;</div>
<div style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
Best regards,</div>
<div style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
Zhitao Li</div>
<div style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
&nbsp;</div>
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
Sent from <a href="http://aka.ms/weboutlook" id="LPNoLP">Outlook</a></div>
</div>
</div>
</body>
</html>