I’m running AlmaLinux 9.4 on my cluster with Lustre over Ethernet. The problem is when accessing files the client node hangs. I run ls -al on a directory it will list a few files but then gets stuck and terminal becomes unresponsive.
I’ve run strace and find it always hangs at statx:
*statx(AT_FDCWD, "libgfortran-ng-11.2.0-h00389a5_1.json", AT_STATX_SYNC_AS_STAT|AT_SYMLINK_NOFOLLOW|AT_NO_AUTOMOUNT, STATX_MODE|STATX_NLINK|STATX_UID|STATX_GID|STATX_MTIME|STATX_SIZE,*
I see no errors on the lustre server or on the network and it’s not always the same file. I’m a bit stuck and would appreciate any guidance on what to do.