<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style">
   Hi all,
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   i have got a case where a customer wants 700TB migrated from isilon to Scale and the only way for him is exporting the same directory on NFS from two different nodes...
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   as of now we are using multiple rsync processes on different parts of folders within the main directory. this is really slow and will take forever.. right now 14 rsync processes spread across 3 nodes fetching from 2.. 
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   does anyone know of a way to speed it up? right now we see from 1Gbit to 3Gbit if we are lucky(total bandwidth) and there is a total of 30Gbit from scale nodes and 20Gbits from isilon so we should be able to reach just under 20Gbit...
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   if anyone have any ideas they are welcome! 
   <br>
   <br>
   <br>Thanks in advance 
  </div>
  <div class="default-style">
   Andi Christiansen
  </div>
 </body>
</html>