Documentation
¶
Overview ¶
Package discover to discover unused devices.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AppName = "rook-discover" NodeAttr = "rook.io/node" LocalDiskCMData = "devices" LocalDiskCMName = "local-device-%s" )
Functions ¶
func DeviceListsEqual ¶ added in v1.0.0
Types ¶
type CephVolumeInventory ¶ added in v1.2.0
type CephVolumeInventory struct {
Path string `json:"path"`
Available bool `json:"available"`
RejectedReasons json.RawMessage `json:"rejected_reasons"`
SysAPI json.RawMessage `json:"sys_api"`
LVS json.RawMessage `json:"lvs"`
}
Click to show internal directories.
Click to hide internal directories.