From 76c8492832a5f234d4a2c41c20482336231845f8 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Thu, 27 Feb 2020 13:56:06 +0100 Subject: FS filtering can be done on device name #1606 --- docs/aoa/fs.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/aoa/fs.rst') diff --git a/docs/aoa/fs.rst b/docs/aoa/fs.rst index 923c97f3..38c56097 100644 --- a/docs/aoa/fs.rst +++ b/docs/aoa/fs.rst @@ -37,10 +37,17 @@ system: Also, you can hide mount points as well (in the following ``/boot``): + +.. code-block:: ini + +[fs] +hide=/boot.* +Filtering can also be done on device name (Glances 3.1.4 or higher): + .. code-block:: ini [fs] - hide=/boot.* + hide=/dev/sdb2 RAID ---- -- cgit v1.2.3