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

Use tarfile.GNU_FORMAT in pack_ova.py when create OVA #374

Merged
merged 2 commits into from
May 19, 2022
Merged

Use tarfile.GNU_FORMAT in pack_ova.py when create OVA #374

merged 2 commits into from
May 19, 2022

Conversation

antonios-f
Copy link
Contributor

Fix export OVA-file with installed Python >= 3.8
When OVA exports by host with installed python >= 3.8, it can't be imported back, because in python >= 3.8 tarfile.PAX_FORMAT is used by default.

Fix export OVA-file with installed Python >= 3.8 on host
@ahadas
Copy link
Member

ahadas commented May 15, 2022

/ost

@ahadas ahadas added the virt label May 15, 2022
Signed-off-by: Arik Hadas <ahadas@redhat.com>
@ahadas
Copy link
Member

ahadas commented May 19, 2022

@antonios-f thanks for this contribution!

@ahadas ahadas merged commit c59f909 into oVirt:master May 19, 2022
@antonios-f
Copy link
Contributor Author

Sure! :)

tinez added a commit to tinez/ovirt-engine that referenced this pull request Aug 18, 2022
We missed one place in oVirt#374.

Signed-off-by: Marcin Sobczyk <msobczyk@redhat.com>
tinez added a commit to tinez/ovirt-engine that referenced this pull request Aug 18, 2022
We missed one place in oVirt#374.

Signed-off-by: Marcin Sobczyk <msobczyk@redhat.com>
mwperina pushed a commit that referenced this pull request Aug 19, 2022
We missed one place in #374.

Signed-off-by: Marcin Sobczyk <msobczyk@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants