Files
scoutfs/kmod
Chris Kirby 4603d0f771 Suppress -EIO error messages during forced unmount
The quorum-heartbeat-timeout test was failing due to messages like
"error -5 getting log trees for rid". These are expected, since we
intentionally return -EIO during forced unmount.

Add scoutfs_err_maybe() which will suppress those and allow through
all errors during non-forced unmount, as well as non -EIO forced
unmount errors.

Signed-off-by: Chris Kirby <ckirby@versity.com>
2025-10-01 12:10:26 -07:00
..