Last active
February 10, 2025 16:19
-
-
Save ianchen06/9454a12c1887e18a27818dead9dd5e07 to your computer and use it in GitHub Desktop.
proxmox convert LVM raw to qcow2 for migration
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
#!/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