-
Bug
-
Resolution: Done-Errata
-
Minor
-
None
-
4.15
-
None
-
Low
-
No
-
False
-
Description of problem:
When creating LVSet in OpenShift Console the example yaml file has `RawDisk` value for device type which is not valid. It should be one of: "disk", "part", "loop", "mpath" (or a combination of those maybe).
Version-Release number of selected component (if applicable):
4.15
How reproducible:
always
Steps to Reproduce:
1. Install LSO 2. In web console go to "Installed Operators" and under "Local Volume Set" click "Create Local Volume Set" 3. Click "Create" without any modifications to provided yaml file to observe an error: Error "Unsupported value: "RawDisk":
Actual results:
Given example can not be used and results in an error.
Expected results:
Example yaml should provide valid values.
Additional info:
N/A