After adding new network switches Libre became unresponsive. We noticed that there were disk full errors in the logs. We have added storage from the VM, then repartitioned the drive, but the web page is still unresponsive.
root@libre:~# parted /dev/sda print free
Model: VMware Virtual disk (scsi)
Disk /dev/sda: 80.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
17.4kB 1049kB 1031kB Free Space
1 1049kB 2097kB 1049kB bios_grub
2 2097kB 80.5GB 80.5GB ext4
80.5GB 80.5GB 30.6MB Free Space
root@libre:~# df -hT
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs tmpfs 395M 1.1M 394M 1% /run
/dev/sda2 ext4 49G 47G 84M 100% /
tmpfs tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/loop0 squashfs 106M 106M 0 100% /snap/core/16091
/dev/loop1 squashfs 106M 106M 0 100% /snap/core/15925
tmpfs tmpfs 395M 0 395M 0% /run/user/0
We’ve tried following multiple online blogs for resolutions and consulted our Linux Admin team, with no luck. Please advise.