Skip to content

Sync naming of physical/logical quota names #512

Description

@korydraughn

Physical quotas uses limit and over.

irods_client_http_api/API.md

Lines 1517 to 1518 in 9cd953e

"limit": 0,
"over": 0,

The logical quotas design uses maximum and over. See PR #510 for the logical quotas work.

Physical quotas uses quota for specifying the maximum number of bytes.

--data-urlencode 'quota=<integer>' # The number of bytes which will serve as the quota limit.

Update the physical quotas interface to use maximum instead of limit/quota.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions