Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Last active February 10, 2025 16:19
Show Gist options
  • Save ianchen06/9454a12c1887e18a27818dead9dd5e07 to your computer and use it in GitHub Desktop.
Save ianchen06/9454a12c1887e18a27818dead9dd5e07 to your computer and use it in GitHub Desktop.
proxmox convert LVM raw to qcow2 for migration
#!/bin/sh
pvesm path vm_data1:vm-115-base-disk
qemu-img convert -O qcow2 /dev/vm_data1/vm-115-base-disk /root/ps.qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment