Changeset 2176
- Timestamp:
- Feb 19, 2009, 2:07:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-database/scripts/invirt-quota
r2156 r2176 2 2 3 3 """ 4 invirt- setquota allows an administrator to set memory, disk, and VM quotas4 invirt-quota allows an administrator to set memory, disk, and VM quotas 5 5 for an owner. Invoking with only an owner name returns the current quotas for 6 6 that owner. Setting a parameter to -1 restores the default. … … 8 8 Examples: 9 9 10 invirt- setquota joeuser -mt 512 -ms -110 invirt-quota joeuser -mt 512 -ms -1 11 11 """ 12 12
Note: See TracChangeset
for help on using the changeset viewer.