# Functions
CreateLoopDevice returns a file-backed loop device.
CreatePhysicalVolume creates a physical volume of the given device.
CreateVolumeGroup creates a new volume group.
No description provided by the author
No description provided by the author
No description provided by the author
ListPhysicalVolumes lists all physical volumes.
ListVolumeGroupNames returns the names of the list of volume groups.
ListVolumeGroupUUIDs returns the UUIDs of the list of volume groups.
LookupPhysicalVolume returns a physical volume with the given name.
LookupVolumeGroup returns the volume group with the given name.
PVScan runs the `pvscan --cache <dev>` command.
No description provided by the author
ValidateLogicalVolumeName validates a volume group name.
ValidateTag validates a tag.
ValidateVolumeGroupName validates a volume group name.
VGScan runs the `vgscan --cache <name>` command.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxSize states that all available space should be used by the create operation.
# Variables
Control verbose output of all LVM CLI commands.
# Structs
No description provided by the author
LoopDevice represents a loop device such as `/dev/loop0` backed by a file.
No description provided by the author
No description provided by the author