Documentation
¶
Index ¶
- Constants
- func Cleanup(devPath string) error
- func DoPVCreate(devPath string) error
- func DoPVRemove(devPath string) error
- func DoVGActivate(vgName string) error
- func DoVGCreate(devPath, vgName string) error
- func DoVGDeactivate(vgName string) error
- func DoVGExtend(devPath, vgName string) error
- func DoVGReduce(devPath, vgName string) error
- func DoVGRemove(vgName string, force bool) error
- func GenerateSelector(nodeName string) (labels.Selector, error)
- func GetPVScanResult() (map[string]string, error)
Constants ¶
View Source
const (
LVMTopoKeyNode = "topology.lvm.csi/node"
)
Variables ¶
This section is empty.
Functions ¶
func Cleanup ¶ added in v1.6.0
Cleanup checks if the given device path appears to be part of a previous LVM setup and attempts to clean it up.
func DoPVCreate ¶
func DoPVRemove ¶
func DoVGActivate ¶
func DoVGCreate ¶
func DoVGDeactivate ¶ added in v1.6.0
func DoVGExtend ¶
func DoVGReduce ¶
func DoVGRemove ¶
func GetPVScanResult ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.