Actions
action #104025
closedGrafana: grenache-1: partitions usage (%) alert
Start date:
2021-12-15
Due date:
% Done:
0%
Estimated time:
Description
Updated by okurz about 3 years ago
- Assignee set to livdywan
@cdywan that's related to your task about upgrading
Updated by livdywan about 3 years ago
- Status changed from New to In Progress
I'm taking a look. The alert currently shows this:
sda3 (btrfs) 80.2% 87.0% 86.9%
sdb1 (ext4) 20.4% 25.9% 21.9%
df -h
tells me:
/dev/sda3 128G 110G 17G 87% /
/dev/sda3 128G 110G 17G 87% /var/lib/named
/dev/sda3 128G 110G 17G 87% /var/lib/pgsql
/dev/sda3 128G 110G 17G 87% /opt
/dev/sda3 128G 110G 17G 87% /var/lib/machines
/dev/sda3 128G 110G 17G 87% /var/lib/mysql
/dev/sda3 128G 110G 17G 87% /var/cache
/dev/sda3 128G 110G 17G 87% /var/spool
/dev/sda3 128G 110G 17G 87% /.snapshots
/dev/sda3 128G 110G 17G 87% /var/opt
/dev/sda3 128G 110G 17G 87% /srv
/dev/sdb1 493G 103G 365G 22% /var/lib/openqa
/dev/sda3 128G 110G 17G 87% /var/lib/mariadb
/dev/sda3 128G 110G 17G 87% /var/lib/libvirt/images
/dev/sda3 128G 110G 17G 87% /var/lib/mailman
/dev/sda3 128G 110G 17G 87% /tmp
/dev/sda3 128G 110G 17G 87% /boot/grub2/powerpc-ieee1275
/dev/sda3 128G 110G 17G 87% /var/crash
/dev/sda3 128G 110G 17G 87% /var/tmp
/dev/sda3 128G 110G 17G 87% /usr/local
/dev/sda3 128G 110G 17G 87% /home
/dev/sda3 128G 110G 17G 87% /var/log
sudo du -h --max-depth=2 /var
tells me:
1,4G /var/cache/zypp
Updated by livdywan about 3 years ago
- Related to action #99192: Upgrade osd workers and openqa-monitor to openSUSE Leap 15.3 size:M added
Updated by livdywan about 3 years ago
The by far biggest files in /home
currently:
sudo du -h --max-depth=2 /home
4,0G /home/coolo/.cache
4,0G /home/coolo
Updated by livdywan about 3 years ago
cdywan wrote:
sudo du -h --max-depth=2 /var
tells me:1,4G /var/cache/zypp
sudo zypper clean
162M /var/cache/zypp
Updated by livdywan about 3 years ago
cdywan wrote:
sudo du -h --max-depth=2 /home 4,0G /home/coolo/.cache 4,0G /home/coolo
Was cleaned up. Alert's now at 72.8%
Updated by livdywan about 3 years ago
- Status changed from In Progress to Feedback
- Priority changed from High to Normal
I guess it's fine now
Updated by okurz almost 3 years ago
- Status changed from Feedback to Resolved
Alert is back to green and we now have more than enough free space on that specific machine
Actions