xfs_quota
Collection: community.general
Full Name: parallax.community.general.xfs_quota
Aliases: community.general.xfs_quota, xfs_quota
Synopsis
Manage xfs quota
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | yes | The user, group, or project name to set quota for | |
| bhard | string | Hard block limit | ||
| bsoft | string | Soft block limit | ||
| ihard | string | Hard inode limit | ||
| isoft | string | Soft inode limit | ||
| mountpoint | string | yes | The XFS mountpoint to apply quota to | |
| rtbhard | string | Hard realtime block limit | ||
| rtbsoft | string | Soft realtime block limit | ||
| type | string | user | The quota type Choices: user, group, project | |
| state | string | present | State of the quota Choices: present, absent |
Example
- name: Example xfs_quota task
xfs_quota:
name: <your_name>
mountpoint: <your_mountpoint>