[gnome-settings-daemon] housekeeping: Ignore GPFS mounts



commit d57cf9827c533046b2dd0be0794c0736bb13664b
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Feb 24 14:53:23 2017 +0100

    housekeeping: Ignore GPFS mounts
    
    GPFS mounts cause false low free space alerts, let's ignore them.
    
    See: https://bugzilla.redhat.com/show_bug.cgi?id=1392260
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708786

 plugins/housekeeping/gsd-disk-space-helper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/housekeeping/gsd-disk-space-helper.c b/plugins/housekeeping/gsd-disk-space-helper.c
index 538bb50..d01161f 100644
--- a/plugins/housekeeping/gsd-disk-space-helper.c
+++ b/plugins/housekeeping/gsd-disk-space-helper.c
@@ -57,6 +57,7 @@ gsd_should_ignore_unix_mount (GUnixMountEntry *mount)
                 "fdescfs",
                 "gfs",
                 "gfs2",
+                "gpfs",
                 "kernfs",
                 "linprocfs",
                 "linsysfs",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]