mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-30 18:05:43 +00:00
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>