rpool no free space

stefgrifon

Member
Mar 30, 2021
42
0
6
42
Hello,

i have installed the proxmox on 2 ssd zfs 500g.
1655020953661.png

This proxmox has only one vm machine.
1655020985965.png
1655021058943.png
1655021023754.png

Those are empty
1655021199052.png

Why does this happen?

Thank for your help,
Stefanos
 

Attachments

  • 1655016191137.png
    1655016191137.png
    32.1 KB · Views: 10
  • 1655016273599.png
    1655016273599.png
    8.7 KB · Views: 9
Maybe its the Syslog? You can run journalctl --vacuum-time=1d to reduce it to 1 day of logs or journalctl --vacuum-size=1G to reduce the size to 1GiB. Before you remove too much, you might want to have a look with journalctl to find out why the log is so big. Does it keep many days, or did you have many (passthrough related) errors in a certain period? If vacuuming helps, you probably want to configure it to not use so much space in the future.
 
Maybe its the Syslog? You can run journalctl --vacuum-time=1d to reduce it to 1 day of logs or journalctl --vacuum-size=1G to reduce the size to 1GiB. Before you remove too much, you might want to have a look with journalctl to find out why the log is so big. Does it keep many days, or did you have many (passthrough related) errors in a certain period? If vacuuming helps, you probably want to configure it to not use so much space in the future.
Thanks for your reply.

Unfortunately it did not help me.
1655027078556.png
 
What is your output of zfs list -o space -r rpool and find -type f -exec du -Sh {} + | sort -rh | head -n 20 and du -Sh | sort -rh | head -20?

Hello,

I am sending you all the screenshots

Thanks

1655234822527.png
find -type f -exec du -Sh {} + | sort -rh | head -n 20
1655234879340.png

du -Sh | sort -rh | head -20
1655234970388.png

1655235029630.png
 
So missing discard or old snapshots aren`t a problem here.

I think the 2nd and 3rd commands only listed the biggest files/folders in your root users home directory because you executed them there. You could run this to see the 20 biggest files on your entire system: find / -type f -exec du -Sh {} + | sort -rh | head -n 20
 
  • Like
Reactions: stefgrifon
So missing discard or old snapshots aren`t a problem here.

I think the 2nd and 3rd commands only listed the biggest files/folders in your root users home directory because you executed them there. You could run this to see the 20 biggest files on your entire system: find / -type f -exec du -Sh {} + | sort -rh | head -n 20
I think you have found it, right?

1655266954264.png
1655267042600.png
 
Its a PVE backup of a VM where the VMID is 1000. If your backups are that big, maybe you should add a dedicated HDD for you backups or use a network share for it.
 

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!