After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 606421 - housekeeping: Don’t monitor network filesystems for available space
housekeeping: Don’t monitor network filesystems for available space
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2010-01-08 15:37 UTC by Josselin Mouette
Modified: 2010-10-13 00:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Blacklist a number of known network filesystems (1.24 KB, patch)
2010-01-08 15:37 UTC, Josselin Mouette
none Details | Review
Blacklist known network filesystems (alphabetically sorted) (1.75 KB, patch)
2010-10-12 19:17 UTC, Josselin Mouette
none Details | Review
Blacklist known network filesystems (alphabetically sorted) (1.78 KB, patch)
2010-10-12 19:20 UTC, Josselin Mouette
none Details | Review

Description Josselin Mouette 2010-01-08 15:37:22 UTC
Created attachment 151036 [details] [review]
Blacklist a number of known network filesystems

I don’t think it’s a good idea to monitor remote filesystems for available space. If a network share is filled, what good will it do if 200 users see the same warning at once?

The attached patch adds a number of known network filesystems to the list of filesystem types that should be ignored by the housekeeping plugin.
Comment 1 Bastien Nocera 2010-10-12 18:18:58 UTC
Fair enough, but could you please update your patch to alphabetically order the filesystems?
Comment 2 Josselin Mouette 2010-10-12 19:17:00 UTC
Created attachment 172209 [details] [review]
Blacklist known network filesystems (alphabetically sorted)

Here you go.
Comment 3 Josselin Mouette 2010-10-12 19:20:57 UTC
Created attachment 172210 [details] [review]
Blacklist known network filesystems (alphabetically sorted)

Oops, smbfs disappeared in the meantime /o\
(I don’t think it still appears as such, but you never know.)
Comment 4 Bastien Nocera 2010-10-13 00:31:32 UTC
commit 54ce24f4947256e1991970eed40bafd1b7028cf6
Author: Josselin Mouette <joss@debian.org>
Date:   Tue Oct 12 21:19:44 2010 +0200

    housekeeping: More network filesystems not to monitor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=606421