Details
-
Technical task
-
Resolution: Fixed
-
Blocker
-
Lustre 2.4.0
-
6736
Description
Using 'lfs rm_emtry' may cause future (ordinary) unlinks to fail with -EPERM because sp_rm_entry is not being cleared from mdt_thread_info.mti_spec.
# MDSCOUNT=1 llmount.sh # cd /mnt/lustre # ls -a . .. .lustre # lfs rm_entry NXDIR error on ioctl 0xc03066f0 for 'NXDIR' (3): No such file or directory # touch f0 # rm f0 rm: cannot remove `f0': Operation not permitted