-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libhio file/node on Lustre hangs #53
Comments
Something is not right with that trace. Look at the count and size. Maybe turn on logging and see what the write size is there? We tested heavily on Trinitite's lustre file system. |
@hjelmn, what do I do to turn on logging? Does it require a recompile? |
Setting |
Okay, I've got verbosity and tracing working. Looks like the ENV variables work for this..
The short of it.. Unfortunately I'm not getting any additional information on Lustre. I do get full tracing on GPFS and NFS. The long of it.. Here is what I do get from my Lustre runs on a CTS1 system: In stdout I do get some verbose info, it hangs here:
Here is the full tracing prior to this..
|
Yeah. I would try disabling group locking. It is a bug lustre feature. I was able to hard lock trinitite nodes with it at times. |
Okay, I think I can mod this Line 266 in cb2f995
Just remove the HIO_FS_SUPPORTS_BLOCK_LOCKING. |
Yeah. That should do it. Let me know if that makes a difference. I don't remember if I tested that on CTS-1 or not. Should have been. |
Hi folks,
I'm trying to use libhio on a lustre file system and it is hanging here (see stack trace below).
Interestingly it does not hang when using file/node on GPFS.
The text was updated successfully, but these errors were encountered: