readd nsfs to the list of ignored filesystems

nsfs was accidentally removed in the last change here but
is not automatically blacklisted because it is not listed
as nodev in /proc/filesystems. Add it back to avoid
that neutron network namespaces get collected as local disks
in monasca

Change-Id: I6c6df857aa3cae38563d920a58aa5b464b9d6bac
This commit is contained in:
Dirk Mueller 2017-11-04 12:11:06 +01:00
parent ce4527df1f
commit 5f0a3d974b
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ instances:
# device_blacklist_re: .*\/dev\/mapper\/lxc-box.*
# For disk metrics it is also possible to ignore entire filesystem types
ignore_filesystem_types: iso9660,tmpfs
ignore_filesystem_types: iso9660,tmpfs,nsfs
device_blacklist_re: .*freezer_backup_snap.*