(2020)
Problem
I have a lvm partition that's full. I'm pretty sure I have physical disk available.
Solution
I've done this live.
- Check your available disk:
- If you need more physical disk, go look at this instead: Adding Disk To A LVM Partition
- Grow the logical volume:
# lvextend -l +100%FREE /dev/fedora/root
- Grow the file system on the drive: