-
Notifications
You must be signed in to change notification settings - Fork 10
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
Quota plugin cephfs #241
Quota plugin cephfs #241
Conversation
cavern/src/main/java/org/opencadc/cavern/nodes/CephFSQuotaPlugin.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like you need to install the ubuntu attr tools in the CI build. will also need to add them to the cavern Dockerfile (in fedora it is the attr
package)
while in there, it would be good to update to java 11.
cavern/src/main/java/org/opencadc/cavern/nodes/CephFSQuotaPlugin.java
Outdated
Show resolved
Hide resolved
cavern/src/main/java/org/opencadc/cavern/nodes/CephFSQuotaPlugin.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Will aim for a release early next week.
one cosmetic change.
The error handling in the cavern PutAction is hard to evaluate and I don't know off hand how vcp will handle that exception (http 4xx code)... probably need to try it out manually
cadc-util-fs/src/main/java/org/opencadc/util/fs/ExtendedFileAttributes.java
Outdated
Show resolved
Hide resolved
OK, I will test |
I also had an interesting case where I reset my |
setting the plain quota prop in |
Minor cleanup
Added quota plugin implementation for CephFS
Yet untested, but here for draft review