Changes between Version 3 and Version 4 of extend-logical-volume
- Timestamp:
- Sep 10, 2020, 1:48:56 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
extend-logical-volume
v3 v4 82 82 Make sure that the number after --size is the total size of the logical volume you want. 83 83 84 === Resizing cached logical volumes === 85 86 {{{ 87 # lvextend --size +40G /dev/mapper/vg_server0-home 88 Unable to resize logical volumes of cache type. 89 }}} 90 91 If the logical volume you need to extend is an lvm cache volume [https://support.mayfirst.org/wiki/lvm-cache#Disablingthecache disable caching for this volume] before extending the origin logical volume, resizing the filesystem and [https://support.mayfirst.org/wiki/lvm-cache#Enablingthecache enabling the cache again]. 92 93 94 84 95 == Step Three: Extend the file system == 85 96