summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2015-02-08 18:00:35 +0100
committernicolargo <nicolashennion@gmail.com>2015-02-08 18:00:35 +0100
commit0003e0e50a3ceaa666564ae2adc96730ad12a2dd (patch)
tree028d1d71cabccaf3fcd9fd0bf5e988764e79352d /docs
parente6c646c1e2e9eeba0a59f6819918fbf08f8538ec (diff)
Allow logical mounts points in the FS plugin (issue #448)
Diffstat (limited to 'docs')
-rw-r--r--docs/glances-doc.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index 86d07740..656bc4bf 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -530,6 +530,13 @@ If a RAID controller is detected on you system, its status will be displayed:
.. image:: images/raid.png
+By default, the plugin only display physical devices only (hard disks, USB keys) and ignore all others. To allow others FS type, you had to use the following section in the configuration file:
+
+::
+
+ [fs]
+ allow=zfs,misc
+
Sensors
-------