Changes between Version 17 and Version 18 of extend-disk-on-kvm-guest
- Timestamp:
- Mar 25, 2012, 9:12:49 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
extend-disk-on-kvm-guest
v17 v18 12 12 }}} 13 13 14 There's no need to allocate more space from the host, since chavez already has 57GB free. 14 There's no need to allocate more space from the host, since chavez already has 57GB free. Continue with step 2. 15 15 16 16 Here's an example of a host without any available disk space: … … 24 24 25 25 mandela has no available disk space, so additional space must be allocated from the host, ken. 26 27 == Step 1: Allocate space to the volume group from the host == 26 28 27 29 Our KVM guests are each allocated a single logical volume from the KVM host's volume group (typically named after the host). … … 46 48 }}} 47 49 48 The , add more space:50 Then, add more space: 49 51 50 52 {{{ … … 110 112 And now your volume group should show additional free space. 111 113 114 == Step 2: Assign free space from the volume group to logical volumes on the guest == 115 112 116 The next step would be to assign the free space from the VG to the LV. That's what lvextend does. For example (size in GB is the new size you want): 113 117