App-ZFSCurses
view release on metacpan or search on metacpan
lib/App/ZFSCurses/Text.pm view on Meta::CPAN
375376377378379380381382383384385386387388389390391refquota
%Limits
the amount of space a dataset can consume. This property enforces a hard limit on the amount of space used. This hard limit does not include space used by descendents, including file systems and snapshots.
refreservation
%The
minimum amount of space guaranteed to a dataset, not including its descendents. When the amount of space used is below this value, the dataset is treated as
if
it were taking up the amount of space specified by refreservation. The ...
reservation
%The
minimum amount of space guaranteed to a dataset and its descendents. When the amount of space used is below this value, the dataset is treated as
if
it were taking up the amount of space specified by its reservation. Reservations are ...
secondarycache
%Controls
what is cached in the secondary cache (L2ARC). If this property is set to all, then both user data and metadata is cached. If this property is set to none, then neither user data nor metadata is cached. If this property is set...
setuid
%Controls
whether the set-UID bit is respected
for
the file
system
. The
default
value is on.
sharenfs
%Controls
whether the file
system
is shared via NFS, and what options are used. A file
system
with
a sharenfs property of off is managed the traditional way via exports(5). Otherwise, the file
system
is automatically shared and unshared
with
...
logbias
%Provide
a hint to ZFS about handling of synchronous requests in this dataset. If logbias is set to latency (the
default
), ZFS will
use
pool
log
devices (
if
configured) to handle the requests at low latency. If logbias is set to throughput, ZF...
snapdir
%Controls
whether the .zfs directory is hidden or visible in the root of the file
system
as discussed in the
"Snapshots"
section. The
default
value is hidden.
sync
%Controls
the behavior of synchronous requests (e.g. fsync(2), O_DSYNC). This property accepts the following
values
:
volsize
%For
volumes, specifies the logical size of the volume. By
default
, creating a volume establishes a reservation of equal size. For storage pools
with
a version number of 9 or higher, a refreservation is set instead. Any changes to volsize are ...
volmode
%This
property specifies how volumes should be exposed to the OS. Setting it to geom exposes volumes as geom(4) providers, providing maximal functionality. Setting it to dev exposes volumes only as cdev device in devfs. Such volumes can be acc...
jailed
%Controls
whether the dataset is managed from a jail. See the
"Jails"
section
for
more information. The
default
value is off.
casesensitivity
%Indicates
whether the file name matching algorithm used by the file
system
should be case-sensitive, case-insensitive, or allow a combination of both styles of matching. The
default
value
for
the casesensitivity property is sensitive....
normalization
%Indicates
whether the file
system
should perform a unicode normalization of file names whenever two file names are compared, and which normalization algorithm should be used. File names are always stored unmodified, names are normalized...
utf8only
%Indicates
whether the file
system
should reject file names that include characters that are not present in the UTF-8 character code set. If this property is explicitly set to off, the normalization property must either not be explicitly set ...
dnodesize
%Specifies
a compatibility mode or literal value
for
the size of dnodes in the file
system
. The
default
value is legacy. Setting this property to a value other than legacy requires the large_dnode pool feature to be enabled. Consider setting...
version
%The
on-disk version of this file
system
, which is independent of the pool version. This property can only be set to later supported versions.
( run in 0.356 second using v1.01-cache-2.11-cpan-87723dcf8b7 )