User Tools

Site Tools


wiki:resize_lvm_partition_used_by_vm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:resize_lvm_partition_used_by_vm [2025/09/04 12:51] – add more info how to find the correct LV antisawiki:resize_lvm_partition_used_by_vm [2025/10/21 11:59] (current) – add info about parttion number antisa
Line 50: Line 50:
   ~# lvextend -L +100G /dev/mapper/test1.1.1.1.1   ~# lvextend -L +100G /dev/mapper/test1.1.1.1.1
  
-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 71: Line 71:
 </code> </code>
  
-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 /dev/centos/lv_root   sudo lvextend -l +100%FREE /dev/centos/lv_root
wiki/resize_lvm_partition_used_by_vm.1756990305.txt.gz · Last modified: by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki