Bug 1875939
Summary: | vsphere - cloning a Windows 2019 (1909) template fails with Invalid operation for device '0'. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Joseph Callen <jcallen> |
Component: | Cloud Compute | Assignee: | Danil Grigorev <dgrigore> |
Cloud Compute sub component: | Other Providers | QA Contact: | Milind Yadav <miyadav> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | aravindh, dgrigore, mimccune, zhsun |
Version: | 4.6 | ||
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:37:57 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
Joseph Callen
2020-09-04 16:41:16 UTC
I have a branch that I have been using to test and modify to support a customization spec. I confirmed with that branch that deviceChange does cause the "invalid operation for device '0'. See: https://github.com/openshift/machine-api-operator/compare/master...jcpowermac:vsphere_windows_customization Please reach out for additional context. Also tried to remove the cd-rom from the template but that didn't work. I have seen that cause issues in cloning processes previously. @mimccune this needed for Windows Container to GA in the 4.6 timeframe. thanks for the update Aravindh, i wasn't sure =) The issue appears when a user requires to clone a disk from the template (probably snapshot as well) and specifies a lesser size than the one set on the template. This requires a specific `shrink` operation on the volume in advance. The fix would include the check for the template disk size before requesting "edit" operation on it's size. VERIFIED on: 4.6.0-0.nightly-2020-09-23-022756 Steps : 1.Created a machineset with below specs : https://gist.github.com/miyadav/1944a899291c96126dc793b1ded5162b ( used template as jcallen-win-test ) Actual and expected - machineset created successfully 2.Machine is provisioned state As expected : [miyadav@miyadav vsphere]$ oc get machines --config vsp Flag --config has been deprecated, use --kubeconfig instead NAME PHASE TYPE REGION ZONE AGE jimavmc2401-99gxm-master-0 Running 4h49m jimavmc2401-99gxm-master-1 Running 4h49m jimavmc2401-99gxm-master-2 Running 4h49m jimavmc2401-99gxm-worker-4qtnh Running 4h40m jimavmc2401-99gxm-worker-dkv2q Running 4h40m jimavmc2401-99gxm-worker-srwpf Running 4h40m jimavmc2401-99gxm-worker-win-8xvgq Provisioned 20m Additional info : Moving to VERIFIED 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 |