Fixed: Added nullfs filesystem to auto exclude from disks list

pull/227/head
aristocratos 2020-12-31 11:38:07 +01:00
parent db17e13eb0
commit 73549a8c19
1 changed files with 1 additions and 1 deletions

View File

@ -2919,7 +2919,7 @@ class MemCollector(Collector):
old_disks: List[str] = []
excludes: List[str] = ["squashfs"]
excludes: List[str] = ["squashfs", "nullfs"]
if SYSTEM == "BSD": excludes += ["devfs", "tmpfs", "procfs", "linprocfs", "gvfs", "fusefs"]
buffer: str = MemBox.buffer