Module for managing quotas on POSIX-like systems.
salt.modules.quota.
get_mode
(device)¶Report whether the quota system for this device is on or off
CLI 范例:
salt '*' quota.get_mode
salt.modules.quota.
off
(device)¶Turns off the quota system
CLI 范例:
salt '*' quota.off
salt.modules.quota.
on
(device)¶Turns on the quota system
CLI 范例:
salt '*' quota.on
salt.modules.quota.
report
(mount)¶Report on quotas for a specific volume
CLI 范例:
salt '*' quota.report /media/data
salt.modules.quota.
set
(device, **kwargs)¶Calls out to setquota, for a specific user or group
CLI 范例:
salt '*' quota.set /media/data user=larry block-soft-limit=1048576
salt '*' quota.set /media/data group=painters file-hard-limit=1000
salt.modules.quota.
stats
()¶Runs the quotastats command, and returns the parsed output
CLI 范例:
salt '*' quota.stats
salt.modules.quota.
warn
()¶Runs the warnquota command, to send warning emails to users who are over their quota limit.
CLI 范例:
salt '*' quota.warn