Last modified 12 years ago
Last modified on 09/15/08 16:29:17
pNFS Directory Renaming
This comes from a support email and is so far untested.
PNFS top directories, associated to a database, are indeed very special in doing rename and remove. But it can be done.
Rename
Just do the rename as the 'root' user. You will get the error message
"mv: cannot move `xxx' to `yyy': Stale NFS file handle" Nevertheless the directory is renamed.
Remove
Please us the /pnfs/fs directory to perform the 'remove'.
# cd /pnfs/fs # ls admin README usr # cat ".(id)(usr)" 000000000000000000001080 # cd usr # ls data dir-tests yyy # cat ".(id)(yyy)" 000900000000000000001090 # sclient rmdirentry 1122 000000000000000000001080 yyy # ls data dir-tests
That should do the trick.
Last Modified : Sun Mar 7 00:49:08 2021 by Owen