On Mar 05, 2009 20:01 -0500, Aaron Everett wrote: > We are seeing a reproducible error if we try to mv a file from /tmp to > the lustre filesystem. If we cp the same file, there is no error. > > [aever...@rdlogin02 ~]$ touch /tmp/ae.test > > [aever...@rdlogin02 ~]$ mv /tmp/ae.test /lustre/work/aeverett/ae.file > > mv: cannot create regular file `/lustre/work/aeverett/ae.file': > Permission denied
Run strace on the "mv" and see what syscall is returning this error. > [aever...@rdlogin02 ~]$ cp /tmp/ae.test /lustre/work/aeverett/ae.file > > [aever...@rdlogin02 ~]$ ls -al /lustre/work/aeverett/ae.file > > -rw-r--r-- 1 aeverett users 0 Mar 5 19:57 > /lustre/work/aeverett/ae.file Cheers, Andreas -- Andreas Dilger Sr. Staff Engineer, Lustre Group Sun Microsystems of Canada, Inc. _______________________________________________ Lustre-discuss mailing list [email protected] http://lists.lustre.org/mailman/listinfo/lustre-discuss
