While looking at BZ1905705 I noticed that fsadm does not complain about having mountpoint as an argument. We could either add the capability so fsadm can handle mounpoints or just print error message instead so it's not "hidden" from the user that something is wrong. Currently fsadm only accepts device paths but when given a mountpoint the output is silent but return code is 1. # df -h | grep raid1lv /dev/mapper/vg-raid1lv 10G 104M 9.9G 2% /mnt/test # fsadm resize /mnt/test # echo $? 1 lvm2-2.03.11-0.3.20201210git9fe7aba.el8.x86_64
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.