Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Preparer ¶
type Preparer struct { // Group where volume will be created Group string `hcl:"group" required:"true" nonempty:"true"` // Name of volume, which will be created Name string `hcl:"name" required:"true" nonempty:"true"` // Size of volume. Can be relative or absolute. // Relative size set in forms like `100%FREE` // (words after percent sign can be `FREE`, `VG`, `PV`) // Absolute size specified with suffix `BbKkMmGgTtPp`, upper case // suffix mean S.I. sizes (power of 10), lower case mean powers of 1024. // Also special suffixes `Ss`, which mean sectors. // Refer to LVM manpages for details. Size string `hcl:"size" required:"true" nonempty:"true"` }
Preparer for LVM LV resource
Logical volume creation
Click to show internal directories.
Click to hide internal directories.