From dfa0191633dd1e73bc5a461b87eabcd7032295df Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 24 Apr 2018 17:17:06 +0000 Subject: [PATCH] and this will just ignore tmpfs overlay no matter the name --- roles/collectd/base/templates/collectd.conf.j2 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/roles/collectd/base/templates/collectd.conf.j2 b/roles/collectd/base/templates/collectd.conf.j2 index ca6a6dac47..68cc89e7c2 100644 --- a/roles/collectd/base/templates/collectd.conf.j2 +++ b/roles/collectd/base/templates/collectd.conf.j2 @@ -45,14 +45,8 @@ LoadPlugin vmem - Interface "/var/lib/docker" - Interface "/run/user" - Interface "/tmp/tweak" - Interface "/mnt/fedora_koji" - Interface "/var/lib/mock/fedora" - Interface "/tmp/iso/mount" - Interface "/^var-lib-origin-openshift/" - Interface "/^.*\.snapshot/" + FSType "tmpfs" + FSType "overlay" IgnoreSelected true