-
Bug
-
Resolution: Unresolved
-
Minor
-
4.17.z
This is a clone of issue OCPBUGS-38497. The following is the description of the original issue:
—
This is a clone of issue OCPBUGS-37736. The following is the description of the original issue:
—
Modify the import to strip or change the bootOptions.efiSecureBootEnabled
https://redhat-internal.slack.com/archives/CLKF3H5RS/p1722368792144319
archive := &importx.ArchiveFlag{Archive: &importx.TapeArchive{Path: cachedImage}}
ovfDescriptor, err := archive.ReadOvf("*.ovf")
if err != nil {
// Open the corrupt OVA file
f, ferr := os.Open(cachedImage)
if ferr != nil
defer f.Close()
// Get a sha256 on the corrupt OVA file
// and the size of the file
h := sha256.New()
written, cerr := io.Copy(h, f)
if cerr != nil
return fmt.Errorf("ova %s has a sha256 of %x and a size of %d bytes, failed to read the ovf descriptor %w", cachedImage, h.Sum(nil), written, err)
}
ovfEnvelope, err := archive.ReadEnvelope(ovfDescriptor)
if err != nil
- clones
-
OCPBUGS-38497 OKD, vSphere fails after pivot with secure boot enabled
- Closed
- is blocked by
-
OCPBUGS-38497 OKD, vSphere fails after pivot with secure boot enabled
- Closed
- links to