Skip to main content

Module storage

Module storage 

Source
Expand description

System utilities related to devices/peripherals

Structsยง

MultiDevice
Multi-Device (md) i.e. software raid properties.
MultiQueue
Multi-Queue (mq) characteristics.
Queue
Single-queue characteristics

Functionsยง

block_path ๐Ÿ”’
dev_from_path ๐Ÿ”’
Get the (major, minor) of the block device on which Path is mounted.
md_discover
Get properties of a MultiDevice (md) storage system
mq_discover ๐Ÿ”’
Get properties of a MultiQueue within a MultiDevice.
name_from_path
Get the name of the block device on which Path is mounted.
queue_discover ๐Ÿ”’
Get properties of a Queue within a MultiQueue.