Scroll to navigation

ROZO_QUOTAON(8) System Manager's Manual ROZO_QUOTAON(8)

NAME

rozo_quotaon, rozo_quotaoff - turn filesystem quotas on and off

SYNOPSIS

/usr/sbin/rozo_quotaon [ -vugsfp ] [ -e exportconf-name ] filesystem-id...
/usr/sbin/rozo_quotaon [ -avugsfp ] [ -e exportconf-name ]

/usr/sbin/rozo_quotaoff [ -vugsp ] filesystem-id...
/usr/sbin/rozo_quotaoff [ -avugsp ]

DESCRIPTION

rozo_quotaon

rozo_quotaon announces to the system that disk quotas should be enabled on one or more filesystems. There are two components to the RozoFS disk quota system: accounting and limit enforcement. RozoFS filesystems require that quota accounting be turned on at mount time. It is possible to enable and disable limit enforcement on an RozoFS filesystem after quota accounting is already turned on. The default is to turn on both accounting and enforcement.

The RozoFS quota implementation does not maintain quota information in user-visible files, but rather stores this information internally.

rozo_quotaoff

rozo_quotaoff announces to the system that the specified filesystems should have any disk quotas turned off.

OPTIONS

rozo_quotaon

Full pathname of the exportd configuration file that contains all the filesystem identifiers associated with the exportd.
All the filesystems referenced within the exportd.conf configuration file/
Display a message for each filesystem where quotas are turned on.
Manipulate user quotas. This is the default.
Manipulate group quotas.
Manipulate project quotas.
Instead of turning quotas on just print state of quotas (ie. whether. quota is on or off)
Make rozo_quotaon behave like being called as rozo_quotaoff.

rozo_quotaoff

Full pathname of the exportd configuration file that contains all the filesystem identifiers associated with the exportd.
Force all filesystems in exportd.conf to have their quotas disabled.
Display a message for each filesystem affected.
Manipulate user quotas. This is the default.
Manipulate group quotas.
Instead of turning quotas off just print state of quotas (ie. whether. quota is on or off)

NOTES ON ROZOFS FILESYSTEMS

By default the quota accounting is enabled for all the filesystem described within the exportd configuration

Turning on quotas on an RozoFS filesystem is equivalent o turnon quota limit enforcement.

To turn off quota limit enforcement on any RozoFS filesystem, first make sure that quota accounting and enforcement are both turned on using rozofs_repquota -v filesystem-id. Then, use rozo_quotaoff -v filesystem to disable limit enforcement. This may be done while the filesystem is mounted.

Turning on quota limit enforcement on an RozoFS filesystem is achieved using rozo_quotaon -v filesystem-id. This may be done while the filesystem is mounted.

FILES

/etc/rozofs/exportd.conf
default exportd configuration file

SEE ALSO

rozo_repquota(8), rozo_warnquota(8)