Functions to display information about block devices.
Print extended information about the device.
Parameters: |
|
---|
Display description of data on the device.
Parameters: | device (LMIInstance/CIM_StorageExtent or string) -- Device to show. |
---|
Print basic information about storage device, common to all device types.
Parameters: | device (LMIInstance/CIM_StorageExtent or string) -- Device to show. |
---|
Display description of data on the device.
Parameters: | fmt (LMIInstance/LMI_DataFormat or string) -- Format to show. |
---|
Display description of filesystem on the device.
Parameters: | fmt (LMIInstance/CIM_LocalFileSystem or string) -- Filesystem to show. |
---|
Print extended information about the Logical Volume.
Parameters: | lv (LMIInstance/LMI_LVStorageExtent or string) -- Logical Volume to show. |
---|
Print extended information about the partition.
Parameters: | part (LMIInstance/CIM_GenericDiskPartition or string) -- Partition to show. |
---|
Print extended information about the partition table on given disk.
Parameters: | disk (LMIInstance/CIM_StorageExtent or string) -- Device with partition table to show. |
---|
Print extended information about the RAID.
Parameters: | r (LMIInstance/LMI_MDRAIDStorageExtent or string) -- RAID to show. |
---|
Print extended information about the Thin Logical Volume.
Parameters: | tlv (LMIInstance/LMI_LVStorageExtent or string) -- Thin Logical Volume to show. |
---|
Print extended information about the Volume Group.
Parameters: | vg (LMIInstance/LMI_VGStoragePool or string) -- Volume Group to show. |
---|