3.4.0 Matrix Server Command Reference

Chapter 2: mx Commands 63
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
[--enforceHardLimit <enable|disable>]
Whether hard limits are enforced. The default is disable.
[--logHardLimitViolations <enable|disable>]
Whether violations of the hard limit are logged. The default is disable.
[--logSoftLimitViolations <enable|disable>]
Whether violations of the soft limit are logged. The default is disable.
[--defaultQuotaType <staticdq|dynamicdq>]
Whether the default quotas should be static or dynamic. When staticdq is
used, new users are assigned an explicit limit that is the same as the
filesystem’s default limit. With dyanamicdq, the users limit references the
filesystem’s default limit. When the filesystem limit is changed, the users
limit also changes to match the new filesystem limit. The default is staticdq.
[--sparseFileAccounting <real|virtual>]
Whether sparse files are counted against the owners quota according to the
actual space or the virtual space used by the file. The default is real.
[--quiet]
Do not display command output.
[--force]
Continue with the command even if some specified filesystems already
have quotas enabled.
Set the default hard and soft limits for one or more filesystems:
mx quota setdefaults [opt_args]
ALL_FILESYSTEMS
|<ps device> ...
The optional arguments are:
[--userHardLimit <unlimited | #{K,M,G,T}>]
The default hard limit for all users on the filesystem. unlimited means that
the default is unlimited. The size modifiers are K (kilobytes), M
(megabytes), G (gigabytes), or T (terabytes). If a modifier is not specified,
the size is calculated in kilobytes. (The default is rounded down to the
nearest filesystem block.)
[--usersoftLimit <unlimited | #{K,M,G,T}>]
The default soft limit for all users on the filesystem. unlimited means that
the default is unlimited. The size modifiers are the same as
--userHardLimit.