-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
4.14
-
Quality / Stability / Reliability
-
False
-
-
None
-
Low
-
No
-
None
-
None
-
None
-
ShiftStack Sprint 241, ShiftStack Sprint 242, ShiftStack Sprint 243, ShiftStack Sprint 244, ShiftStack Sprint 245, ShiftStack Sprint 246, ShiftStack Sprint 247, ShiftStack Sprint 248, ShiftStack Sprint 249, ShiftStack Sprint 250, ShiftStack Sprint 251, ShiftStack Sprint 252, ShiftStack Sprint 253, ShiftStack Sprint 254, ShiftStack Sprint 255, ShiftStack Sprint 256, ShiftStack Sprint 257, ShiftStack Sprint 258, ShiftStack Sprint 259, ShiftStack Sprint 260, ShiftStack Sprint 261, ShiftStack Sprint 262
-
22
-
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
When root volumes are set in install-config, the generated providerSpec in Machines and Machineset contain a deprecated property rootVolume.sourceUUID. The value is expected to be substituted in MAPO with "platform.image", but having a value here is confusing when debugging manifests. Moreover, that property is populated with a string that isn't a UUID.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. set rootVolume in a machine-pool in install-config 2. openshift-install create manifests 3. check openshift/99_openshift-cluster-api_master-machines-00.yaml (and openshift/99_openshift-machine-api_master-control-plane-machine-set.yaml if applicable) for masters or openshift/99_openshift-cluster-api_worker-machineset-0.yaml for workers.
Actual results:
rootVolume:
diskSize: 30
sourceUUID: manifests1-wrcdt-rhcos
volumeType: performance
Expected results:
rootVolume:
diskSize: 30
volumeType: performance
Additional info: