Disk Quota Parameters
The table below summarizes the disk quota parameters that you can control. The
File
column indicates whether the parameter is defined in the global configuration file (G), in the Container configuration files (V), or it is defined in the global configuration file but can be overridden in a separate Container configuration file (GV).
Parameter
|
Description
|
File
|
disk_quota
|
Indicates whether first-level quotas are on or off for all Containers or for a separate Container.
|
GV
|
diskspace
|
Total size of disk space the Container may consume, in 1-Kb blocks.
|
V
|
diskinodes
|
Total number of disk inodes (files, directories, and symbolic links) the Container can allocate.
|
V
|
quotatime
|
The grace period for the disk quota overusage defined in seconds. The Container is allowed to temporarily exceed its quota soft limits for no more than the
QUOTATIME
period.
|
V
|
quotaugidlimit
|
This parameter defines the maximum aggregate number of user IDs and group IDs for which disk quota inside the given Container will be accounted. If set to 0, the UID and GID quota will be disabled.
|
V
|
ioprio
|
The Container priority for disk I/O operations. The greater the priority, the more time the Container has for writing to and reading from the disk.
|
V
|
|