BlockDev.MDDetailData¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
active_devices |
r/w |
number of active devices in the MD array |
|
array_size |
r/w |
size of the MD array |
|
clean |
r/w |
whether the MD array is clean or not |
|
container |
r/w |
path of the MD container this device belongs to |
|
creation_time |
r/w |
creation time |
|
device |
r/w |
path of the device |
|
failed_devices |
r/w |
number of failed devices in the MD array |
|
level |
r/w |
level of the MD RAID |
|
metadata |
r/w |
version of the metadata used by the device |
|
name |
r/w |
name of the MD device |
|
raid_devices |
r/w |
number of devices in the MD array |
|
spare_devices |
r/w |
number of spare devices in the MD array |
|
total_devices |
r/w |
total number of devices in the MD array |
|
use_dev_size |
r/w |
size of the used space |
|
uuid |
r/w |
uuid of the MD array |
|
working_devices |
r/w |
number of working devices in the MD array |
Methods¶
None
Details¶
- class BlockDev.MDDetailData¶