<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
what will happen if I execute the following command? :<br>
<br>
mv /mnt/gfs/test1/* &nbsp;/mnt/gfs/test2<br>
<br>
Is it going to physically move the files from stor01 to stor02 or it<br>
will leave it on the same server and just do a local filesystem move<br>
than copying the files over the network?<br>
</blockquote><div><br>it will do a local filesystem move, and unlink conflicting filenames on other nodes if necessary.<br><br>avati <br></div></div><br>