From 3f895444a746c636513c52ead1bac1dcd805fef7 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Jun 19 2021 16:21:22 +0000 Subject: The names of mounted directories under /var/lib/origin seem to have changed again and this is generating multiple gigabytes of directories we would have ignored. Changing the regex to grab it all. --- diff --git a/roles/collectd/base/templates/collectd.conf.j2 b/roles/collectd/base/templates/collectd.conf.j2 index 4336567..47aed1a 100644 --- a/roles/collectd/base/templates/collectd.conf.j2 +++ b/roles/collectd/base/templates/collectd.conf.j2 @@ -52,9 +52,9 @@ LoadPlugin vmem MountPoint "^/var/lib/containers/storage/overlay/.*/merged/" MountPoint "^/var/lib/containers/docker/devicemappe.*" MountPoint "^/var/lib/docker/devicemappe.*" - MountPoint "^/var/lib/origin/openshift.local.volumes.*" MountPoint "^/run/containers/storage/overlay-containers/.*" MountPoint "^/tmp/iso/mount/" + MountPoint "^var/lib/origin/*" FSType "shm" FSType "tmpfs" FSType "overlay"