ffde150aa7
Current Redfish driver uses SimpleStorage resource to collect disk information. Storage resource is defined to provide more sophisticated functionality over SimpsleStorage resource. Some Redfish implementations may take transition from SimpleStorage to Storage. So Redfish driver's logic around disk should be provided through Storage resource with SimpleStorage compatibility. This commit does 2 things * Use Storage resource instead of SimpleStorage, if possible * Fix wrong disk indicator LED logic (SimpleStorage doesn't support indicator LED operation) Related-bug: 2032590 Change-Id: I28abd75a41059c23028717db6a9766a5164313c7
7 lines
209 B
YAML
7 lines
209 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes issue of changing or getting state of indicator LED of attached disk
|
|
caused by misunderstanding SimpleStorage provides this functionality but
|
|
actually Storage resource does.
|