From 82c8824df42cf2c16cc7f5186ffcd041742df640 Mon Sep 17 00:00:00 2001 From: Ben Sperry Date: Thu, 4 Dec 2025 18:20:52 -0600 Subject: [PATCH] SVCPLAN-7652 Ignore known read-only filesystems --- data/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/common.yaml b/data/common.yaml index 42a9ae3..5f168fc 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -60,7 +60,7 @@ profile_monitoring::telegraf::inputs_extra_scripts: "/run/credentials" \ "/run/systemd/incoming") #KNOWN_RO_MOUNTS=("/sys/fs/cgroup" "/path/2" "/path/3") # Syntax for >1 paths (can delimit w/ newline too) - ro_mounts=$(findmnt -O ro -n --list -t noiso9660) + ro_mounts=$(findmnt -O ro -n --list -t noiso9660,noramfs,nosquashfs) host=$(hostname -f) if [ -z "$ro_mounts" ]; then exit 0