pool.freenas
Minimal configlet:
[pool#1]
type = freenas
array =
diskgroup =
Minimal setup command:
om node set \
--kw="type=freenas" \
--kw="array=" \
--kw="diskgroup="
addr
required: false
scopable: true
default: The ipaddr resolved for the nodename.
Example:
addr = 1.2.3.4
The addr to use to connect a peer. Use scoping to define each non-default address.
array
required: true
scopable: true
The name of the array, known as array#<name>
in the node or cluster
configuration.
blocksize
required: false
scopable: false
default: 512
convert: size
Allow initiators to xcopy without authenticating to foreign targets.
compression
required: false
scopable: false
candidates: inherit, none, lz4, gzip-1, gzip-2, gzip-3, gzip-4, gzip-5, gzip-6, gzip-7, gzip-8, gzip-9, zle, lzjb
default: inherit
Compression level.
dedup
required: false
scopable: false
default: off
Activate data deduplication on created dataset and zvol. Example values: on, off, verify
diskgroup
required: true
scopable: false
The name of the array disk group to allocate volumes from.
fs_type
required: false
scopable: false
default: xfs
The filesystem to format the pool devices with.
insecure_tpc
required: false
scopable: false
default: false
convert: bool
Allow initiators to xcopy without authenticating to foreign targets.
mkblk_opt
required: false
scopable: false
The zvol, lv, and other block device creation command options to use to prepare the pool devices.
mkfs_opt
required: false
scopable: false
Example:
mkfs_opt = -O largefile
The mkfs command options to use to format the pool devices.
mnt_opt
required: false
scopable: true
The mount options of the fs created over the pool devices.
sparse
required: false
scopable: false
default: false
convert: bool
Create zvol in sparse mode.
status_schedule
required: false
scopable: false
The value to set to the status_schedule
keyword of the vol
objects
allocated from the pool.
See usr/share/doc/schedule
for the schedule syntax.
type
required: false
scopable: false
candidates: directory, loop, vg, zpool, freenas, share, shm, symmetrix, virtual, dorado, hoc, drbd, pure
default: directory
The pool type.