extend LVM partitions

lvextend -L100G /dev/volume_group/logical_volume

lvextend -L+10G /dev/volume_group/logical_volume

lvextend -l +100%FREE /dev/volume_group/logical_volume (this command isn’t very safe)

Leave a Reply

Your email address will not be published. Required fields are marked *