Skip to content
Discussion options

You must be logged in to vote

If any others find this thread, in my case trying to get homeassistant os to decompress from .xz,

Check out this discussion: (#1212)
TLDR: zst will decompress the .xz

Which did work for me using:

resource "proxmox_virtual_environment_download_file" "haos_image" {
  content_type           = "iso"
  datastore_id            = "local"
  node_name             = "pve-01"
  url                             = "https://github.com/home-assistant/operating-system/releases/download/16.2/haos_ova-16.2.qcow2.xz"
  file_name                = "haos_ova-16.2.qcow2.xz.img"
  decompression_algorithm = "zst"
}

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@bpg
Comment options

bpg Jun 7, 2024
Maintainer

@Tanchwa
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by bpg
Comment options

You must be logged in to vote
1 reply
@maxo99
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants