Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SparseBlockDeviceName is the name given to blockDevice CRs created for a // sparse image SparseBlockDeviceName = "sparse-" // DiskName is the name of the disk CRs created corresponding to // physical disks DiskName = "disk-" // BlockDeviceName is the name of the blockDevice CRs created corresponding to // physical/virtual disks or blockdevices BlockDeviceName = "blockdevice-" // DiskImageSize is the default file size(1GB) used while creating backing image DiskImageSize = 1073741824 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.