pool.drbd¶
max_peers¶
scopable |
False |
required |
False |
default |
0 |
scope order |
specific > generic |
convert |
integer |
The number of drbd peer nodes to configure in the metadata. The default value allows growing x2.
network¶
scopable |
False |
required |
False |
default |
None |
scope order |
specific > generic |
The name of the backend network to use for drbd trafic. Set this keyword if some node names are resolved to NATed addresses.
path¶
scopable |
False |
required |
False |
default |
None |
scope order |
specific > generic |
The fullpath of the directory hosting the pool volumes loop files.
vg¶
scopable |
False |
required |
False |
default |
None |
scope order |
specific > generic |
The name of the volume group to allocate the pool volumes logical volumes into.
zpool¶
scopable |
False |
required |
False |
default |
None |
scope order |
specific > generic |
The name of the zpool to allocate the pool volumes zvol into.
fs_type¶
scopable |
False |
required |
False |
default |
xfs |
scope order |
specific > generic |
The filesystem to format the pool devices with.
mkblk_opt¶
scopable |
False |
required |
False |
default |
[] |
scope order |
specific > generic |
convert |
shlex |
The zvol, lv, and other block device creation command options to use to prepare the pool devices.
mkfs_opt¶
scopable |
False |
required |
False |
default |
[] |
scope order |
specific > generic |
convert |
shlex |
The mkfs command options to use to format the pool devices.
mnt_opt¶
scopable |
True |
required |
False |
default |
None |
scope order |
specific > generic |
The mount options of the fs created over the pool devices.
status_schedule¶
scopable |
False |
required |
False |
default |
None |
scope order |
specific > generic |
The value to set to the status_schedule keyword of the volume objects allocated from the pool. See usr/share/doc/schedule for the schedule syntax.