I made the mistake of creating a home partition that fills up all my disk space, and it's formatted in XFS, which to my knowledge isn't shrinkable.
Since I have no use for the home partition anyway (I'm always root), can I just lvremove /dev/mapper/centos-home and reclaim the unused space with lvcreate? I notice when I lvremove it, my Free PE/SIZE increased from 0 to a large value in vgdisplay.
Thanks.