Bug 1261208

Summary: [RFE] track whether disks are SSDs or not
Product: [Retired] Beaker Reporter: Dan Callaghan <dcallagh>
Component: inventoryAssignee: beaker-dev-list
Status: CLOSED WONTFIX QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: atodorov, cbouchar, jbastian, mjia
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-11-19 21:24:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.