<div dir="ltr"><div><div><div><div><br>I am doing from three different clients on three different directories, getting better speed, thank you for your advice.<br><br>I was wondering if could posible do the job with a rsync between gfs-servers?<br><br></div>Stopping the new node and moving the info to it with rsync and after restarting the node, or I could find problems?<br><br></div>Thank you again for your help.<br><br></div>Regards<br><br></div>Curro Rodriguez.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 9, 2015 at 3:45 AM, Ravishankar N <span dir="ltr">&lt;<a href="mailto:ravishankar@redhat.com" target="_blank">ravishankar@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"><span class=""><br>
<br>
On 07/08/2015 09:32 PM, Curro Rodriguez wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
find -exec stat {} \; &gt; /dev/null<br>
<br>
Improved a lot the speed, but still seems slow to me, I have around 5MB/s getting close to 20GB per our of transference.<br>
<br>
I know that the reason of low speed could be a lot of small files, but I would like to know if is there anything more to improve this speed.<br>
</blockquote></span>
You can do the same operation from multiple clients. Each client can do a `find` of different sub directories instead of all of them doing it from &#39;/&#39;.<br>
HTH,<br>
Ravi<br>
</blockquote></div><br></div>