[Geoserver-devel] [JIRA] (GEOS-9780) status pages shows loopback partitions

mark created an issue

GeoServer / ImprovementGEOS-9780

status pages shows loopback partitions

Issue Type:

ImprovementImprovement

Affects Versions:

2.18.0, 2.19-RC

Assignee:

Unassigned

Attachments:

image-2020-10-26-16-11-19-771.png

Created:

26/Oct/20 4:12 PM

Environment:

Ubuntu 20.04 with some “snaps” installed

Priority:

MediumMedium

Reporter:

mark

Ubuntu is betting on "snap"s as a menas of application deployment; these snaps create a special loopback filesystem such as shown by df -h

...
/dev/loop2                    56M   56M     0 100% /snap/core18/1885
/dev/loop1                    98M   98M     0 100% /snap/core/10126
/dev/loop3                   141M  141M     0 100% /snap/gnome-3-26-1604/98
/dev/loop4                    55M   55M     0 100% /snap/core18/1880
/dev/loop5                   2,3M  2,3M     0 100% /snap/gnome-system-monitor/148
/dev/loop6                   141M  141M     0 100% /snap/gnome-3-26-1604/100
/dev/loop7                   162M  162M     0 100% /snap/gnome-3-28-1804/128
/dev/loop0                   184M  184M     0 100% /snap/dbeaver-ce/81
/dev/loop8                   188M  188M     0 100% /snap/dbeaver-ce/87
/dev/loop9                    98M   98M     0 100% /snap/core/10185
...

these clutter up the status page in GeoServer with partions (these partions are alyways at 100% useage) as shown in the image

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100149-sha1:47cff19)

Atlassian logo

As noted in the comments I'd like to address this by filtering out any "/loop/devNN" "partitions" (OSFileStore items in the code) by name

any other suggestions are welcome

mark