Running latest release of beegfs[meta,storage,mgmtd,client-dkms], version 8.1, on RHEL 8.10.
Users are experiencing issues removing/deleting files/directories under the beegfs mount points.
Issues seem to typically occur on git clone directories and build directories ( directories where code is compiled).
After the git clone or build completes successfully or fails, users are unable to delete all the contents inside the folder.
Error on the terminal is "XYZ device resource busy"
I enabled high verbosity logging on all services and the client and all I was able to gather is the following entries from the beegfs-client-dkms:
FghsOps_revalidateIntent: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_opendir_incremental: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_getAttr: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_readdir_incremental: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_revalidateIntent: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_getAttr: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_revalidateIntent: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_opendir_incremental: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_getAttr: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_readdir_incremental: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_release: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
FghsOps_revalidateIntent: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
# This block happens multiple times, then the following:
FghsOps_rmDir: called. Path: <PATH_TO_DIRECTORY> ; EntryID 232131
Remoting (rmdir): RmDirResp error code: entry is in use
Any and all assistance is appreciated, I have had no success finding similar issues.