We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is causing some file stat operations on jruby to return negative inode numbers since the value for the inode on glusterfs can be quite large http://docs.gluster.org/en/latest/Troubleshooting/gfid-to-path/
The text was updated successfully, but these errors were encountered:
Oh nice. Does it at least fit in an unsigned 64-bit long?
Sorry, something went wrong.
I think so, looking at glusterfs docs it seems to use an uid_t? http://staged-gluster-docs.readthedocs.io/en/release3.7.0beta1/Developer-guide/datastructure-inode/
No branches or pull requests
This is causing some file stat operations on jruby to return negative inode numbers since the value for the inode on glusterfs can be quite large http://docs.gluster.org/en/latest/Troubleshooting/gfid-to-path/
The text was updated successfully, but these errors were encountered: