<div dir="ltr">Can you describe your setup with a little more detail?  Are you running DNE? Are you running project quotas?<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 27, 2020 at 1:05 PM Jesse Stroik <<a href="mailto:jesse.stroik@ssec.wisc.edu">jesse.stroik@ssec.wisc.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I have an interesting situation one of our lustre file systems where I <br>
cannot rename files or directories across a specific directory boundary <br>
but I can create hard links across the same boundary. The relevant <br>
section of strace for 'mv' follows:<br>
<br>
=====<br>
geteuid()                               = 0<br>
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0<br>
stat("..", {st_mode=S_IFDIR|0755, st_size=11776, ...}) = 0<br>
lstat("test.txt", {st_mode=S_IFREG|0644, st_size=765876794, ...}) = 0<br>
lstat("../test.txt", 0x7fff36c3ff30)    = -1 ENOENT (No such file or <br>
directory)<br>
renameat2(AT_FDCWD, "test.txt", AT_FDCWD, "../test.txt", 0) = -1 EXDEV <br>
(Invalid cross-device link)<br>
=====<br>
<br>
The systems I've tested this on are in our nosquash_nids list as they <br>
were used for cluster array jobs to copy data between a retiring file <br>
system and a new one. The clients are either 2.10 or 2.12. The file <br>
system is run by 2.12.2 on zfs.<br>
<br>
nodemap is not active.<br>
<br>
Best,<br>
Jesse Stroik<br>
<br>
_______________________________________________<br>
lustre-discuss mailing list<br>
<a href="mailto:lustre-discuss@lists.lustre.org" target="_blank">lustre-discuss@lists.lustre.org</a><br>
<a href="http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org" rel="noreferrer" target="_blank">http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org</a><br>
</blockquote></div>