Skip to content

Commit

Permalink
Merge pull request #436 from kongfei605/disk_enfore
Browse files Browse the repository at this point in the history
ignore nsfs filesystem for disk plugin
  • Loading branch information
kongfei605 authored Mar 31, 2023
2 parents 472e7f6 + 4d3628a commit 63599fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/input.disk/disk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# mount_points = ["/"]

# Ignore mount points by filesystem type.
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs", "nsfs"]

ignore_mount_points = ["/boot", "/var/lib/kubelet/pods"]

0 comments on commit 63599fb

Please sign in to comment.