Options (3)
-L, --sizebooleanIncrease a volume's size to 120 GB
Example:
sudo lvextend {{[-L|--size]}} {{120G}} {{logical_volume}}-r, --resizefsbooleanIncrease a volume's size by 40 GB as well as the underlying filesystem
Example:
sudo lvextend {{[-L|--size]}} +{{40G}} {{[-r|--resizefs]}} {{logical_volume}}-l, --extentsbooleanIncrease a volume's size to 100% of the free physical volume space
Example:
sudo lvextend {{[-l|--extents]}} +{{100}}%FREE {{logical_volume}}Examples (4)
Increase a volume's size by 40 GB as well as the underlying filesystem
Increase a volume's size to 100% of the free physical volume space
made by @shridhargupta | data from tldr-pages