On Thu, 10 Feb 2022 09:13:25 +0100, Theo Buehler wrote: > This is purely cosmetic. I did some testing on fedora which ships with > btrfs by default. btrfs is special in that df -i and other tools always > report 0 inodes. As a consequence, each rpki-client run prints the disk > space warning, which seems a bit silly. Should we special case the 0 > inodes case? If your disk is actually that full, you'll find out quickly > enough.
It might be better to check for fs.f_ffree > 0 instead. - todd
