mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-15 11:46:35 +00:00
Also filter out netfs: messages when nfs tests run.
On el10, the kernel by default probes netfs while doing nfs
setup, and emits:
```
netfs: FS-Cache loaded
```
Squelch it in filters.
Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
@@ -178,6 +178,7 @@ t_filter_dmesg()
|
||||
re="$re|NFSD: .*"
|
||||
re="$re|RPC: .*"
|
||||
re="$re|FS-Cache: .*"
|
||||
re="$re|netfs: .*"
|
||||
|
||||
# fencing tests force unmounts and trigger timeouts
|
||||
re="$re|scoutfs .* forcing unmount"
|
||||
|
||||
Reference in New Issue
Block a user