On 10-05-19 01:35 PM, Ray Morris wrote:
lvextend -L+144G /dev/VolGroup00/my_volume
If you want to use all available space:
lvextend -L+100%FREE /dev/VolGroup00/my_volume
As Richard pointed out, using '+100%FREE' calls for the small 'l', not
L. The capital L is used when specifying a fixed size.
--
Digimer
E-Mail: linux@alteeve.com
AN!Whitepapers: http://alteeve.com
Node Assassin: http://nodeassassin.org
_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/