Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmimage utility can't fetch fedora image on s390x #6071

Open
richtja opened this issue Nov 26, 2024 · 0 comments
Open

vmimage utility can't fetch fedora image on s390x #6071

richtja opened this issue Nov 26, 2024 · 0 comments

Comments

@richtja
Copy link
Contributor

richtja commented Nov 26, 2024

Describe the bug
Fedora stores vmimages for x86 and s390x in different repositories. Therefore, Avocado vmimage utility has two Fedora providers. Fedora and FedoraSecondary. When you want to fetch Fedora images on s390x system with avocado vmimage get --distro Fedora the image won't be found. The reason for this is that Image.from_parameters method doesn't respect the current system architecture as default architecture.

Based on my investigation, it looks like that the issue is in here.

@richtja richtja added the bug label Nov 26, 2024
@mr-avocado mr-avocado bot moved this to Triage in Default project Nov 26, 2024
@richtja richtja moved this from Triage to Short Term (Current Q) Backlog in Default project Dec 2, 2024
@richtja richtja added this to the 109 - Codename TBD milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Short Term (Current Q) Backlog
Development

No branches or pull requests

1 participant