Isilon Quota Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
#: <tt>'''isi quota quotas list --type directory'''</tt> | #: <tt>'''isi quota quotas list --type directory'''</tt> | ||
# View a Directory Quota | # View a Directory Quota | ||
#: <tt>'''isi quota quotas view <path> [ --type directory | directory ]'''</tt> | #: <tt>'''isi quota quotas view <path> [--type directory | directory]'''</tt> | ||
#:: <tt>'''ex: isi quota quotas view /ifs/data/share --type directory'''</tt> | #:: <tt>'''ex: isi quota quotas view /ifs/data/share --type directory'''</tt> | ||
#:: <tt>'''ex: isi quota quotas view /ifs/data/share directory'''</tt> | #:: <tt>'''ex: isi quota quotas view /ifs/data/share directory'''</tt> | ||
# Create a Directory Quota | |||
#: <tt>'''isi quota quotas create <path> [--type directory | directory] --hard-treshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P] --container yes --enforced yes'''</tt> | |||
#:: <tt>'''isi quota quotas create /ifs/data/share --type directory --hard-threshold 500G --advisory-threshold 450G --container yes --enforced yes'''</tt> | |||
#:: <tt>'''isi quota quotas create /ifs/data/share directory --hard-threshold 500G --advisory-threshold 450G --container yes --enforced yes'''</tt> | |||
# Modify the hard and advisory thresholds of a share | # Modify the hard and advisory thresholds of a share | ||
#: <tt>'''isi quota quotas modify <path> [ --type directory | directory ] --hard-threshold <size>[ | #: <tt>'''isi quota quotas modify <path> [--type directory | directory] --hard-threshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P]'''</tt> | ||
#:: <tt>'''ex: isi quota quitas modify /ifs/data/share --type directory --hard-threshold | #:: <tt>'''ex: isi quota quitas modify /ifs/data/share --type directory --hard-threshold 500G --advisory-threshold 450G'''</tt> | ||
#:: <tt>'''ex: isi quota quitas modify /ifs/data/share directory --hard-threshold | #:: <tt>'''ex: isi quota quitas modify /ifs/data/share directory --hard-threshold 500G --advisory-threshold 450G'''</tt> |
Latest revision as of 17:29, 23 March 2017
Quota Operations
- List all Directory Quotas
- isi quota quotas list --type directory
- View a Directory Quota
- isi quota quotas view <path> [--type directory | directory]
- ex: isi quota quotas view /ifs/data/share --type directory
- ex: isi quota quotas view /ifs/data/share directory
- isi quota quotas view <path> [--type directory | directory]
- Create a Directory Quota
- isi quota quotas create <path> [--type directory | directory] --hard-treshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P] --container yes --enforced yes
- isi quota quotas create /ifs/data/share --type directory --hard-threshold 500G --advisory-threshold 450G --container yes --enforced yes
- isi quota quotas create /ifs/data/share directory --hard-threshold 500G --advisory-threshold 450G --container yes --enforced yes
- isi quota quotas create <path> [--type directory | directory] --hard-treshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P] --container yes --enforced yes
- Modify the hard and advisory thresholds of a share
- isi quota quotas modify <path> [--type directory | directory] --hard-threshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P]
- ex: isi quota quitas modify /ifs/data/share --type directory --hard-threshold 500G --advisory-threshold 450G
- ex: isi quota quitas modify /ifs/data/share directory --hard-threshold 500G --advisory-threshold 450G
- isi quota quotas modify <path> [--type directory | directory] --hard-threshold <size>[k | M | G | T | P] --advisory-threshold <size>[k | M | G | T | P]