[][src]Module libzetta::zfs::properties

Structs

BookmarkProperties
BookmarkPropertiesBuilder

Builder for BookmarkProperties.

FilesystemProperties

Most of native properties of filesystem dataset - both immutable and mutable. Default values taken from FreeBSD 12.

FilesystemPropertiesBuilder

Builder for FilesystemProperties.

SnapshotProperties
SnapshotPropertiesBuilder

Builder for SnapshotProperties.

VolumeProperties

Most of native properties of volume dataset - both immutable and mutable. Default values taken from FreeBSD 12.

VolumePropertiesBuilder

Builder for VolumeProperties.

Enums

AclInheritMode

Controls how ACL entries inherited when files and directories created. Default value is Restricted.

AclMode

This property modifies ACL behavior when a file initially created or whenever a file or directory's permissions modified by the chmod command.

CacheMode

What is cached in the primary cache (ARC).

CanMount
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.

Checksum

Controls the checksum used to verify data integrity. Default value is on.

Compression

Enables or disables compression for a dataset.

Copies

Sets the number of copies of user data per file system. These copies are in addition to any pool-level redundancy.

Dedup

Configures deduplication for a dataset. If set to verify, ZFS will do a byte-to-byte comparision in case of two blocks having the same signature to make sure the block contents are identical.

DnodeSize

Specifies a compatibility mode or literal value for the size of dnodes in the file system.

LogBias

Provide a hint to ZFS about handling of synchronous requests in this dataset.

Normalization

Indicates whether the file system should perform a unicode normalization of file names whenever two filenames are compared, and which normalization algorithm should be used.

Properties
RedundantMetadata

Controls what types of metadata are stored redundantly

SnapDir

Controls whether the .zfs directory is hidden or visible in the root of the file system

SyncMode

Controls the behavior of synchronous requests.

VolumeMode

This property specifies how volumes should be exposed to the OS.

Traits

ZfsProp