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 ¶
Types ¶
type CephVolumeInventory ¶
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.