Last active
March 11, 2025 02:30
-
-
Save limepanda/9d4f18ae6c67ac81c28247dbca2351ce to your computer and use it in GitHub Desktop.
migrate qcow2 image to zfs volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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