<div> </div>
<div>On an only RHEL 4.7 OSS/MDT machine used in some standalone setup we have:</div>
<div> </div>
<div># mount</div>
<div>/dev/sdc8 on /lusys/mgt type lustre (rw,noacl,nouser_xattr)                  <--- MDT<br>/dev/lustre/united on /lusys/ost1 type lustre (rw,noacl,nouser_xattr)       <--- OST<br><a href="mailto:20.20.20.1@o2ib:/lustre">20.20.20.1@o2ib:/lustre</a> on /lustre type lustre (rw,noacl,nouser_xattr)    <--- Client </div>

<div> </div>
<div>On this machine I can create files inside Lustre(/lustre) and then move them </div>
<div>to any other local file system withut any problem.</div>
<div> </div>
<div>Instead, on a Suse SLES10SP2 client machine with unmodified kernel we got:</div>
<div> </div>
<div># mount</div>
<div><a href="mailto:20.20.20.1@o2ib:/lustre">20.20.20.1@o2ib:/lustre</a> on /lustre type lustre (rw,noacl,nouser_xattr)</div>
<div> </div>
<div>However, any attempt to move any file from inside /xenfs to, say, /tmp</div>
<div>ends up correctly (file is being moved), but insists on the following error:</div>
<div> </div>
<div># mv /lustre/uuu /tmp<br>mv: setting attributes for `/tmp/uuu': Operation not supported<br></div>
<div>Could someone advice us on how to get rid of this? Not so long ago somebody</div>
<div>had a similar issue, but the problem apparently remained unsolved. There should</div>
<div>be some setting overlooked by us on Suse only (on Red Hat it works)... but</div>
<div>what may this be?...</div>
<div> </div>
<div>Andrei.</div>
<div> </div>
<div>PS tunefs.lustre accepts the persistent setting of nouser_xattr, but puts it *after* </div>
<div>user_xattr: </div>
<div> </div>
<div>Persistent mount opts: errors=remount-ro,iopen_nopriv,user_xattr,nouser_xattr</div>
<div> </div>
<div>This however does not change anything as we mount /lustre with nouser_xattr</div>
<div>options on the common line. The issue is still there...</div>
<div> </div>
<div> </div>