waltligon / orangefs

Official repository for PVFS/OrangeFS
Other
62 stars 7 forks source link

kernel module doesn't recognize files after they have been re-created, using the same name #51

Open xPSUzSBHotUOHS6G8nkoScBq opened 6 years ago

xPSUzSBHotUOHS6G8nkoScBq commented 6 years ago

Imported from Trac

ID: 51 Type: defect Time: 1432157216 Change time: 1432157216 Component: Kernel module Severity: None Priority: major Owner: hubcap Reporter: ligon/nlmills Cc: Version: latest Milestone: Status: new Resolution: None Summary: kernel module doesn't recognize files after they have been re-created, using the same name Keywords:

To recreate this problem:

  1. pvfs2-touch /pvfs/test.file

  2. rm /pvfs/test.file

  3. pvfs2-touch /pvfs/test.file

  4. rm /pvfs/test.file rm: cannot remove `/pvfs/test.file': No such file or directory

It appears that the first "rm" is storing something in the dcache or NOT removing something from the dcache, causing the second "rm" to fail.