Code

changelog: Documented that #657122 has been resolved.
authorSebastian Harl <sh@teamix.net>
Thu, 22 Nov 2012 10:40:17 +0000 (11:40 +0100)
committerSebastian Harl <sh@teamix.net>
Thu, 22 Nov 2012 10:40:17 +0000 (11:40 +0100)
The df plugin now ignores 'rootfs' file-system types for the root file-system
to make sure it's collected only once.

Thanks to Florian La Roche for reporting this.
Closes: #657122
debian/changelog

index ef4b7ee9fb1013da29705c0ec856f21e656b8cef..cef14730b869b58e41cdd2905f385bb6bb1a1e1e 100644 (file)
@@ -3,6 +3,9 @@ collectd (5.2.0-1) experimental; urgency=low
   * New upstream release:
     - ping plugin: Don't abort if ping_send fails but report an error only;
       thanks to Bernd Zeimetz for reporting this (Closes: #630683).
+    - df plugin: Ignore "rootfs" file-system type to make sure that root
+      file-system statistics are only collected once; thanks to Florian La
+      Roche for reporting this (Closes: #657122).
     New plugins:
     - Aggregate multiple values lists into one: aggregation
     - Query statistics from BSD's packet filter: pf (FreeBSD only)
@@ -34,7 +37,7 @@ collectd (5.2.0-1) experimental; urgency=low
   * debian/collectd.conf:
     - Let the 'df' plugin ignore 'rootfs' (else, the root file-system would
       appear twice, causing one of the updates to fail and spam the log) and
-      the usual virtual / temporary file-systems.
+      the usual virtual / temporary file-systems (cf. #657122).
 
  -- Sebastian Harl <tokkee@debian.org>  Tue, 20 Nov 2012 15:40:12 +0100