From e5a72deb636e534ca861aa09243ee54ee74ac795 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 15 Mar 2009 00:07:51 +0000 Subject: [PATCH] Another fs type to ignore Signed-off-by: Stephen Gran --- facts/mounts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facts/mounts.rb b/facts/mounts.rb index 81974b9d..f27ec35d 100644 --- a/facts/mounts.rb +++ b/facts/mounts.rb @@ -5,7 +5,7 @@ begin ignorefs = ["NFS", "nfs", "nfs4", "afs", "binfmt_misc", "proc", "smbfs", "autofs", "iso9660", "ncpfs", "coda", "devpts", "ftpfs", "devfs", "mfs", "shfs", "sysfs", "cifs", "lustre_lite", "tmpfs", "usbfs", "udf", - "fusectl", "fuse.snapshotfs"] + "fusectl", "fuse.snapshotfs", "rpc_pipefs"] mountpoints = [] FileSystem.mounts.each do |m| if ((not ignorefs.include?(m.fstype)) && (m.options !~ /bind/)) -- 2.39.2