File 0001-readd-nsfs-to-the-list-of-ignored-filesystems.patch of Package openstack-monasca-agent
From 5f0a3d974b1433151ca34fee92ade91a0bb100b8 Mon Sep 17 00:00:00 2001
From: Dirk Mueller <dirk@dmllr.de>
Date: Sat, 4 Nov 2017 12:11:06 +0100
Subject: [PATCH] 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
---
conf.d/disk.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf.d/disk.yaml b/conf.d/disk.yaml
index 2f1f3d9..5ccc28a 100644
--- a/conf.d/disk.yaml
+++ b/conf.d/disk.yaml
@@ -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.*
--
2.14.2