Bug 1920552
Summary: | error when destroying a vSphere installation that failed early | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Patrick Dillon <padillon> |
Component: | Installer | Assignee: | Patrick Dillon <padillon> |
Installer sub component: | openshift-installer | QA Contact: | jima |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | jima, mstaeble |
Version: | 4.6 | ||
Target Milestone: | --- | ||
Target Release: | 4.6.z | ||
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: | 2021-03-09 20:16:08 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1889779 | ||
Bug Blocks: | 1920554 |
Description
Patrick Dillon
2021-01-26 14:55:58 UTC
Just needs a cherry-pick but depends on https://github.com/openshift/installer/pull/4579 Tested on 4.6.0-0.nightly-2021-02-26-224651 and passed. Let installation be failed at the step of importing ova template: ERROR ERROR Error: failed to upload: Post "https://10.3.32.8/nfc/52239649-17a4-85da-43d4-c84c826e71a4/disk-0.vmdk": dial tcp 10.3.32.8:443: connect: connection timed out ERROR ERROR on ../../../../tmp/openshift-install-638830781/main.tf line 43, in resource "vsphereprivate_import_ova" "import": ERROR 43: resource "vsphereprivate_import_ova" "import" { ERROR ERROR FATAL failed to fetch Cluster: failed to generate asset "Cluster": failed to create cluster: failed to apply Terraform: failed to complete the change Then running destroy command to remove all resources created on vsphere. # ./openshift-install destroy cluster --dir ipi/ --log-level debug DEBUG OpenShift Installer 4.6.0-0.nightly-2021-02-26-224651 DEBUG Built from commit 9c86c823fff234c104f574eaf25953485edfe4b1 DEBUG Find attached objects on tag DEBUG Find VirtualMachine objects DEBUG Delete VirtualMachines INFO Destroyed VirtualMachine=jimavmc-cjctc-rhcos DEBUG Find Folder objects DEBUG Delete Folder INFO Destroyed Folder=jimavmc-cjctc DEBUG Delete tag DEBUG Delete tag category DEBUG Purging asset "Metadata" from disk DEBUG Purging asset "Terraform Variables" from disk DEBUG Purging asset "Kubeconfig Admin Client" from disk DEBUG Purging asset "Kubeadmin Password" from disk DEBUG Purging asset "Certificate (journal-gatewayd)" from disk INFO Time elapsed: 2m37s 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.20 bug fix update), 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-2021:0674 |