Add orphan-inodes test

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2021-05-31 14:47:06 -07:00
parent 2957f3e301
commit 24d682bf81
4 changed files with 83 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ t_filter_dmesg()
re="$re|scoutfs .* quorum .* error"
re="$re|scoutfs .* error reading quorum block"
re="$re|scoutfs .* error .* writing quorum block"
re="$re|scoutfs .* error .* while checking to delete inode"
egrep -v "($re)"
}