wiki:resize_lvm_partition_used_by_vm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:resize_lvm_partition_used_by_vm [2025/09/04 12:45] – fix formatting antisa | wiki:resize_lvm_partition_used_by_vm [2025/10/21 11:59] (current) – add info about parttion number antisa | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| </ | </ | ||
| - | Check that the LV volume is part of the VG volume (centos here). | + | Check that the LV volume is part of the VG volume (centos here) by running the '' |
| + | |||
| Now expand the disk size | Now expand the disk size | ||
| ~# lvextend -L +100G / | ~# lvextend -L +100G / | ||
| - | The above is the new disk size in GB. | + | The above is the new disk size increased by 100GB. So if it was 50GB now its 150GB. |
| Restart the VM to pick up the new disk size. | Restart the VM to pick up the new disk size. | ||
| Line 69: | Line 71: | ||
| </ | </ | ||
| - | Here we want to expand vda2, centos-lv_root FS. Run these commands: | + | Here we want to expand vda2, centos-lv_root FS. Get the partition number by running |
| + | parted /dev/vda | ||
| + | print free | ||
| + | |||
| + | Then ruun these commands: | ||
| sudo yum install -y cloud-utils-growpart | sudo yum install -y cloud-utils-growpart | ||
| - | sudo growpart /dev/vda 2 | + | sudo growpart /dev/vda 2 <-- 2 is partition you get via parted |
| sudo pvresize /dev/vda2 | sudo pvresize /dev/vda2 | ||
| sudo lvextend -l +100%FREE / | sudo lvextend -l +100%FREE / | ||
wiki/resize_lvm_partition_used_by_vm.1756989908.txt.gz · Last modified: by antisa
