[SOLVED] Disk full, proxmox can't start

chencho

Well-Known Member
Nov 25, 2010
92
8
48
I have two LXC containers and one of them has grown too much.

I can do ssh and delete some files to recover space

Code:
/rpool/data/subvol-100-disk-1
find ./var/www/crm/public/attachment -mtime +365 -type f -delete

Now rpool/data/subvol-100-disk-1 have 43 GB instead 83.

But rpool/ROOT/pve-1 still have 100% usage.

I try to do pct resize, but it always say:

Code:
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused

As i have not free space, i cannot run pct commands
 
hi,

try something like find /var/cache/apt/archives -type f -size +5M -delete to open up some space by deleting files from the apt cache.

that should open up enough space for you to figure out the rest of the problem
 
/backups ws an external NAS, but now is a local dir :'(

I can delete old snapshots from /backps and after reboot works fina again
 

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!