Documentation ¶
Index ¶
Constants ¶
View Source
const ( // default local volume type, aka a directory DirectoryLocalVolumeType localVolumeType = "dir" // creates a tmpfs and mounts it TmpfsLocalVolumeType localVolumeType = "tmpfs" // tests based on local ssd at /mnt/disks/by-uuid/ GCELocalSSDVolumeType localVolumeType = "gce-localssd-scsi-fs" )
View Source
const (
MinNodes = 2
)
Variables ¶
This section is empty.
Functions ¶
func DeleteCinderVolume ¶
func SkipUnlessLocalSSDExists ¶ added in v1.9.0
SkipUnlessLocalSSDExists takes in an ssdInterface (scsi/nvme) and a filesystemType (fs/block) and skips if a disk of that type does not exist on the node
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.