Changes between Version 9 and Version 10 of extend-disk-on-kvm-guest
- Timestamp:
- May 28, 2011, 5:25:58 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
extend-disk-on-kvm-guest
v9 v10 53 53 54 54 When 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 56 Next, check to see if your changes are reflected in /proc/partitions: 57 58 {{{ 59 cat /proc/partitions 60 }}} 61 62 You may need to reboot a second time before they will show up. 63 64 Once your partition table is reflecting the new size: 65 66 {{{ 67 pvresize /dev/vda2 68 }}} 69 70 And now your volume group should show additional free space. 71