Bug 1834972
Summary: | virt-builder fails to parse CentOS 7's image-index | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Ken Dreyer (Red Hat) <kdreyer> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | NEW --- | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | bstinson, farrotin, kbsingh, mhicks, ptoscano |
Target Milestone: | --- | Flags: | kbsingh:
needinfo?
(bstinson) |
Target Release: | --- | ||
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: | 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
Ken Dreyer (Red Hat)
2020-05-12 19:07:37 UTC
The revision field is bogus, it should be a simple integer. Karanbir, any idea what creates this file? this is a script that runs on the mirror infra itself, Fabian or Brian can likely work this. I don't know where the script that generates this is located, and not something I can help with .. I even asked myself last time we had some cloud images someone to regen it and and then sign it too. So that would be Johnny and/or Brian indeed There are two issues here: 1) The CentOS team has a script that should not generate these indexes with "-" in the revision field. 2) virt-builder and virt-index-validate should agree on whether this file is valid or not. There's a bug in virt-index-validate in that it shouldn't report that the file is valid (since it is not). The problem remains that CentOS needs to put a simple integer in that field, it's not a string. (It's also not the revision field like RPM's NVR). |