opencomputeproject / HWMgmt-OCP-Profiles

A place where all the OCP profiles are a placed. Issues can be submitted/resolved and modifications can be reviewed/merged
Apache License 2.0
16 stars 17 forks source link

PowerShelf profile uses invalid "IfImplemented" value for `WriteRequirement` #83

Closed jautor closed 3 months ago

jautor commented 3 months ago

The "IfImplemented" value, which is valid for ReadRequirement, is not valid for WriteRequirement. The correct value for these cases is "Mandatory", as the profile spec states the WriteRequirement is only validated once the ReadRequirement is met. So "Recommended" R/W properties are required to be writeable if they are implemented.