LVM full space

frankz

Active Member
Nov 16, 2020
364
24
38
Hello everyone I suddenly find myself with the root disk full and I can't figure out what it's busy with. Can someone tell me what to do?
33.png

I also noticed that the log files were 90 GB
Code:
ug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: can't find device of ID00e4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: can't find device of ID00e4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: can't find device of ID00e4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: can't find device of ID00e4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
Aug 15 17:43:40 pve4 kernel: pcieport 0000:00:1c.4: AER: can't find device of ID00e4

Virtually the messages and kernel.log files have become huge due to these continuous writings. It seems to be an AER-related issue that seems to be disabled at boot time. How can I do it?
 
Last edited:
start with trimming the log "echo "" > logfile"
continue with finding files that take a lot of space : du -h -d1 -x /
its possible that the log file is the culprit, the kernel is clearly upset with some device (try lspci -vvv).
reboot, after trimming the log, to see if it resolves.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
start with trimming the log "echo "" > logfile"
continue with finding files that take a lot of space : du -h -d1 -x /
its possible that the log file is the culprit, the kernel is clearly upset with some device (try lspci -vvv).
reboot, after trimming the log, to see if it resolves.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Yes, I think the problem is related to AER, but I have recently encountered this error since I made the updates.
I also read in a post someone who had the same problem but not on proxmox and indicates to do this:

Code:
If this doesn’t work, you may get rid of kernel messages with pci=noaer, but this wouldn’t fix the errors (these are reported as corrected, though), but only disable errors reporting so that it doesn’t spend time filling your kernel log files.
 
Last edited:
start with trimming the log "echo "" > logfile"
continue with finding files that take a lot of space : du -h -d1 -x /
its possible that the log file is the culprit, the kernel is clearly upset with some device (try lspci -vvv).
reboot, after trimming the log, to see if it resolves.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
At the moment I added in the grub the parameter
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet pci=noaer"

Looking at the logs I no longer see the correction error. But will I have done a correct operation or not?

What do you think?
 
I dont know. As long as everything is working to your satisfaction, you should be good.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
No, it's not about satisfaction, but understanding what's been done. Reading a small docs, it seems that the AERE parameter is linked to another MSI parameter, which may not work or rather not be compatible with some hardware cards. However, thank you very much for intervening.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!