Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expander ¶
type Expander struct { Path string VirtualDisks []*VirtualDisk }
Expander represents an expander card (raid card)
func NewDecoder ¶
NewDecoder creates and initializes an Expander
type VirtualDisk ¶
type VirtualDisk struct { blk.CommonSpec blk.SCSIAddress Name string Path string Driver string SASAddress string // eg. 0x5003048009282600 WWN string SerialNumber string }
VirtualDisk represents a raid volume if a disk is configured as a pass-through mode it will have sas_address sas_address will used to bind a disk into topology decoded from raidcli outputs
Click to show internal directories.
Click to hide internal directories.