libvirt:libvirt
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| libvirt:libvirt [2016/09/15 15:51] – deva | libvirt:libvirt [2016/09/15 21:18] (current) – deva | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| =====Resize qcov2 image===== | =====Resize qcov2 image===== | ||
| < | < | ||
| + | # Shut down vm | ||
| + | |||
| # On host (to grow 8GB): | # On host (to grow 8GB): | ||
| qemu-img resize / | qemu-img resize / | ||
| - | # reboot | + | # Start vm |
| # Assuming lvm logical volume inside extended partition... | # Assuming lvm logical volume inside extended partition... | ||
| - | # fdisk -l should now show the new size. | + | # fdisk -l should now show the new disk size. |
| - | pvresize / | + | # run parted |
| - | pvresize /dev/sdXM # on lvm partition | + | (parted) resizepart 2 |
| + | 16GB | ||
| + | (parted) resizepart 5 | ||
| + | 16GB | ||
| + | (parted) quit | ||
| + | |||
| + | # resize volume group | ||
| + | pvresize /dev/sda5 # on lvm partition | ||
| # extend lvm | # extend lvm | ||
libvirt/libvirt.1473947500.txt.gz · Last modified: by deva
