Changes between Version 9 and Version 10 of extend-disk-on-kvm-guest


Ignore:
Timestamp:
May 28, 2011, 5:25:58 AM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • extend-disk-on-kvm-guest

    v9 v10  
    5353
    5454When creating new partitions, it's a good idea to ensure that the [wiki:disk_alignment the disks start on sectors that are multiples of 8192].
     55
     56Next, check to see if your changes are reflected in /proc/partitions:
     57
     58{{{
     59cat /proc/partitions
     60}}}
     61
     62You may need to reboot a second time before they will show up.
     63
     64Once your partition table is reflecting the new size:
     65
     66{{{
     67pvresize /dev/vda2
     68}}}
     69
     70And now your volume group should show additional free space.
     71