Skip to content

Instantly share code, notes, and snippets.

@mortn
Last active December 15, 2022 23:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mortn/bdd6aa5f38169b953ace to your computer and use it in GitHub Desktop.
Save mortn/bdd6aa5f38169b953ace 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