Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Preparer ¶
type Preparer struct { // Name of created volume group Name string `hcl:"name" required:"true" nonempty:"true"` // Devices is list of entities to include into volume group Devices []string `hcl:"devices"` // Remove is enable removal devices omitted from `Devices` list from // from volume group Remove bool `hcl:"remove"` // ForceRemove control destruction of volumes after removing // from volume group ForceRemove bool `hcl:"forceRemove"` }
Preparer for LVM's Volume Group
Volume group is responsible for creation LVM Volume Groups from given block devices.
Click to show internal directories.
Click to hide internal directories.