vSphere IPI: Enable thin provisioning via the OVA import#4664
vSphere IPI: Enable thin provisioning via the OVA import#4664openshift-merge-robot merged 3 commits intoopenshift:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
8065291 to
196a66b
Compare
|
/test e2e-vsphere |
|
/uncc |
|
The performance testing has been done for a while: |
153844b to
196a66b
Compare
b6621d0 to
685f31a
Compare
595d08a to
78d1333
Compare
|
/test e2e-vsphere |
006c644 to
d696782
Compare
|
/test e2e-vsphere |
9b1bba0 to
ae2c087
Compare
90c3776 to
2b02a27
Compare
|
@ayesha54 can you fix codegen and we should be able to get this merged |
2b02a27 to
b06e405
Compare
|
/test e2e-vsphere |
|
The cluster installed correctly. 503 issues with vCenter APIs - unreleated to PR. |
|
/test e2e-vsphere |
Just kicked this off, as jcallen mentioned, last fail doesn't appear to be related to this PR. |
|
/lgtm |
|
/test e2e-vsphere |
|
/hold for e2e-vsphere |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jstuever The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jcpowermac: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
@jstuever |
|
/hold cancel |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
In openshift#4664 I incorrectly commented to use `eagerZeroedThick`. The correct disktype to keep the vSphere install the same as previous versions is `thick`. eagerZeroed as named will write zeros when creating the vmdk which significantly extends the time to import and clone virtual machines.
This PR enables thin provisioning via the importing process
of the RHCOS ova. Terraform will then clone the virtual machine
based on the existing template disk type.
This adds an additional option in the vsphere platform struct
Thin.