Josh Gachnang 83782018f7 Improve Disk Detection
The previous implementation of list_block_devices used blockdev,
which would list partitions, software RAID and other devices as block devices.
By switching to lsblk, the agent can filter down to only physical block
devices, which is all the agent cares about for any of its operations.

This change adds two new fields to the BlockDevice class: model, a string of
the block devices reported model, and rotational, a boolean representing a
spinning disk (True) or a solid state disk (False). This data can be useful
for vendor hardware managers.

Change-Id: I385c3bb378c2c49385bca14a1d7efa074933becf
Closes-Bug: 1344351
2014-07-18 17:42:23 -07:00
..
2014-04-21 00:05:54 -07:00
2014-06-10 20:54:34 +00:00
2014-04-03 21:06:41 +04:00
2014-06-20 15:39:12 -07:00
2014-07-18 17:42:23 -07:00
2014-06-10 20:54:34 +00:00
2014-04-07 10:59:47 -07:00
2014-07-18 17:42:23 -07:00
2014-07-18 17:42:23 -07:00