Skip to content

Commit

Permalink
fix: input.disk juicefs type (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpsh authored May 23, 2024
1 parent 199f10d commit be905b0
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", "nsfs", "CDFS","JuiceFS"]
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs", "nsfs", "CDFS", "fuse.juicefs"]

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

0 comments on commit be905b0

Please sign in to comment.