Bug 1872125
Summary: | DeviceMechanicalProperties does not take effect when create localvolumeset instance from web console | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Chao Yang <chaoyang> |
Component: | Console Storage Plugin | Assignee: | Ankush Behl <anbehl> |
Status: | CLOSED ERRATA | QA Contact: | Chao Yang <chaoyang> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.6 | CC: | aos-bugs, chuffman, hekumar, nthomas, sapillai |
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-27 16:32:12 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
Chao Yang
2020-08-25 06:52:40 UTC
It should be `DeviceMechanicalProperties` instead of `DeviceMechanicalProperty`. Changes needed in UI, CSV-example, and openshift-enhancements. @chuffman This needs to be fixed in UI as well along with csv. Each should be tracked in separate bugzilla. CSV issue is being tracked here - https://bugzilla.redhat.com/show_bug.cgi?id=1874695 oc get localvolumeset lvs-disk -o json | jq .spec.deviceInclusionSpec { "deviceMechanicalProperties": [ "NonRotational" ], "deviceTypes": [ "disk" ], "minSize": "2Gi" } Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196 |