<div dir="ltr">







<p class="">I have a basic question about the LNET.  Will the data belonging</p>
<p class="">to the same object be routed from the same interface? For example,</p>
<p class="">if a node has multiple network interfaces and two processes are</p>
<p class="">running on the same node writing to the same shared file, striped</p>
<p class="">across 1 OST. </p>
<p class="">Process 1 writes like:</p>
<p class="">write chunk1 </p>
<p class="">write chunk2</p>
<p class=""><br></p>
<p class="">Process 2 writes like:</p>
<p class="">write chunk3</p>
<p class="">write chunk4</p>
<p class="">If Process 1 and Process2 are pinned to two different network interfaces,</p>
<p class="">say Eth0 and Eth1. Then from the OSC side, will these chunks be routed </p>
<p class="">to the OST from the same interface (E.g. All the four chunks through</p>
<p class="">Eth0)?  If so, what if they write different objects that come to the same </p>
<p class="">OST (E.g. Process1 write File1, Process2 write file2, file1 and file2 are</p>
<p class="">striped over the same OST)?</p><p class=""><br></p><p class="">Thanks,</p><p class="">Teng </p></div>