Bug 1261208 - [RFE] track whether disks are SSDs or not
Summary: [RFE] track whether disks are SSDs or not
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Beaker
Classification: Retired
Component: inventory
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: beaker-dev-list
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-08 22:50 UTC by Dan Callaghan
Modified: 2020-11-19 21:24 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-11-19 21:24:01 UTC
Embargoed:


Attachments (Terms of Use)

Description Dan Callaghan 2015-09-08 22:50:52 UTC
It would be useful to be able to search for Beaker systems which have solid-state disks.

We can enhance lshw to report whether a disk is an SSD (actually it has some code to report rotation speed already, where 0 should indicate an SSD, but that doesn't seem to be working on here) and then store that in Beaker.

The best way to detect if a disk is an SSD is apparently to inspect /sys/block/sd*/queue/rotational, where 0 indicates that it's an SSD.


Note You need to log in before you can comment on or make changes to this bug.