-
Notifications
You must be signed in to change notification settings - Fork 9
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
add expected 'df' output to README #25
Comments
What's the best approach to giving a meaningful number? Or is this about
setting a non-zero value?
…On Wed, Aug 21, 2019 at 9:56 AM Terrell Russell ***@***.***> wrote:
NFSRODS populates the available and used space fields as 0. This signals
to a default df request to ignore the mountpoint information for NFSRODS.
Live NFSRODS mountpoint information can be viewed via df -a.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25?email_source=notifications&email_token=AAIL4LJGSBZJGJ2KCBKSMTTQFVCSDA5CNFSM4IOHKDAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGQVX5Q>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIL4LP2XCMRKOTPQUDQ5ZTQFVCSDANCNFSM4IOHKDAA>
.
|
We've settled on reporting zeroes for now since anything else would be misleading.
If there are good ideas, please share - otherwise, we're going with |
We're working on deploying quota support as seen here: https://github.com/irods/irods_policy_examples/blob/master/irods_policy_logical_quotas.re I'd love to have these quotas reflected in the df output. Maybe there should just be a standard set of irods metadata that should get reported out via NFSRODS? Or maybe it should read df data out of a PEP? (Sorry if these are the wrong terms; let me know if this isn't clear.) |
It would not be terribly difficult to service avus or add api support for
quotas gen there was a definite standard way in irods? I did t know what
the current state of quotas was.
…On Tue, Sep 17, 2019, 2:40 PM Jonathon Anderson ***@***.***> wrote:
We're working on deploying quota support as seen here:
https://github.com/irods/irods_policy_examples/blob/master/irods_policy_logical_quotas.re
I'd love to have these quotas reflected in the df output. Maybe there
should just be a standard set of irods metadata that should get reported
out via NFSRODS? Or maybe it should read df data out of a PEP? (Sorry if
these are the wrong terms; let me know if this isn't clear.)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25?email_source=notifications&email_token=AAIL4LPTODM7YPVOCX4DSJTQKEQB3A5CNFSM4IOHKDAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD65P7PY#issuecomment-532348863>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIL4LLIX3HORCOAWNFHBX3QKEQB3ANCNFSM4IOHKDAA>
.
|
To be fair, I think the current state is "nonexistent" except that we asked for it and that policy is what came out. :) We haven't deployed or tested it yet; but that's basically my next step for our environment (in competition with "get NFSRODS to work"). |
The linked logical quotas policy is for 'all users' under a particular logical path. It handles keeping track of totals in the system via pre- and post- PEPs when data is added/removed from the system. iRODS also has the concept of both total and per-resource quotas as defined per-user and per-group. I can't figure out how to represent those to Also, NFSRODS is only a single iRODS client - so we'd need to think through what representing 'capacity' means for other clients and how they can be fairly informed of the same type of information. |
NFSRODS populates the available and used space fields as
0
. This signals to a defaultdf
request to ignore the mountpoint information for NFSRODS.Live NFSRODS mountpoint information can be viewed via
df -a
.The text was updated successfully, but these errors were encountered: