Skip to content

Instantly share code, notes, and snippets.

@limepanda
Last active January 26, 2024 23:26
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save limepanda/9d4f18ae6c67ac81c28247dbca2351ce to your computer and use it in GitHub Desktop.
Save limepanda/9d4f18ae6c67ac81c28247dbca2351ce to your computer and use it in GitHub Desktop.
migrate qcow2 image to zfs volume
qemu-img convert -O raw <infile.(vdi|vmdk|$whatever)> /dev/zvol/rpool/data/<vmid>-disk0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment