HP StorageWorks Clustered File System 3.6.0 Windows Storage Server Edition Administration Guide (403103-005, January 2008)

Table Of Contents
Chapter 9: Configure PSFS Filesystems 109
•[--defaultUserHardLimit <unlimited | #{K,M,G,T}>]
The default hard limit on the filesystem. unlimited specifies that there
is no default. The optional size modifiers specify that the size is in
kilobytes (K), megabytes (M), gigabytes (G), or terabytes (T). If a
modifier is not specified, the size will be calculated in bytes. (The
default is rounded down to the nearest filesystem block.)
•[--defaultUserSoftLimit <unlimited | #{K,M,G,T}>]
The default soft limit. unlimited specifies that there is no default. The
optional size modifiers are the same as --defaultUserHardLimit.
•[--enforceHardLimit <enable | disable>]
Whether the hard limit should be enforced (file operations that will
result in exceeding the limit are denied). The default is disable.
•[--logHardLimitViolations <enable | disable>]
Whether file operations that result in exceeding a users hard limit
should be logged in the system event log.The default is disable.
•[--logSoftLimitViolations <enable | disable>]
Whether file operations that result in exceeding a users soft limit
should be logged in the system event log. The default is disable.
•[--defaultQuotaType <staticdq | dynamicdq>]
With staticdq, the default, quota limits for new users are copied from
the default quota values set for the filesystem. With dynamicdq, the
quota limits are linked from the default quota values. If the default
values are changed, the users quota limits are also changed.
•[--sparseFileAccounting <real | virtual>]
How quota accounting for sparse files is managed. real reflects the
actual allocation of filesystem space for the files. virtual reflects the
virtual size of the files. The default is real.