Collectd DF plugin doesn't collect NFS filesystem type

Bug #1599743 reported by Swann Croiset
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
StackLight
Confirmed
Low
LMA-Toolchain Fuel Plugins

Bug Description

The current collectd configuration doesn't include NFS FSType:

cat /etc/collectd/conf.d/10-df.conf

<Plugin df>
  FSType "ext2"
  FSType "ext3"
  FSType "ext4"
  FSType "xfs"
  IgnoreSelected false
  ReportByDevice false
  ReportInodes true
  ReportReserved true
  ValuesAbsolute true
  ValuesPercentage true
</Plugin>

We may need to add FSType "nfs" (not clear how it's supported [0] and if there is any performance penalty due to network access)

If it doesn't work, another solution would to configure explicitly the devices:
Device "192.168.0.2:/mnt/nfs"

[0] https://collectd.org/wiki/index.php/Plugin:DF

Swann Croiset (swann-w)
description: updated
Changed in lma-toolchain:
milestone: 0.11.0 → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.