From: Stephen Gran Date: Sun, 15 Mar 2009 00:07:51 +0000 (+0000) Subject: Another fs type to ignore X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e5a72deb636e534ca861aa09243ee54ee74ac795;p=dsa-puppet.git Another fs type to ignore Signed-off-by: Stephen Gran --- 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/))