Skip to content

Instantly share code, notes, and snippets.

@denji
Forked from mortn/resize-qemu-img
Created December 22, 2018 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denji/39db363bb4809c995b5aa3dfd9914ce2 to your computer and use it in GitHub Desktop.
Save denji/39db363bb4809c995b5aa3dfd9914ce2 to your computer and use it in GitHub Desktop.
online resize qemu image
F=/var/lib/libvirt/images/ubuntu.img
sudo qemu-img resize $F 50G
sudo virsh blockresize --path $F --size $(qemu-img info $F|sed -n '/virtual size/ s/^.*: //;s/(.*//p') <domain-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment