Hi!
I'm very new to Proxmox, since I just installed it for the first time few days ago.
Some context:
Before that, I was using ESXi. The ESXi OS was installed on a MicroSD Card (8 GB), in a HP Micro Server Gen8.
So, I thought I could just do the same for Proxmox and decided to install it an 8 GB MicroSD Card.
Problem:
Very quickly (maybe 1 or 2 days after the installation), /dev/mapper/pve-root got full.
Here is the result of df -hT:
So far, I don't have any VM or Container on it.
What is weird is that /var/log and /var/lib/pve-cluster don't seem to be huge:
So I'm wondering:
- What does get it so full so quickly? Can I optimize the configuration?
- Should I definitely move to a bigger MicroSD Card (and probably use other disk, such as an SSD, to store /var/log and /var/lib/pve-cluster?)?
- Should I use a USB Key instead of a MicroSD Card? I would prefer avoid using an SSD or HDD since I don't have a lot of room in my server (enough for 5 HDD and 1 SSD).
Thanks a lot for your help and take care!
I'm very new to Proxmox, since I just installed it for the first time few days ago.
Some context:
Before that, I was using ESXi. The ESXi OS was installed on a MicroSD Card (8 GB), in a HP Micro Server Gen8.
So, I thought I could just do the same for Proxmox and decided to install it an 8 GB MicroSD Card.
Problem:
Very quickly (maybe 1 or 2 days after the installation), /dev/mapper/pve-root got full.
Here is the result of df -hT:
Code:
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 876K 1.6G 1% /run
/dev/mapper/pve-root 3.4G 3.3G 0 100% /
tmpfs 7.8G 46M 7.8G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/fuse 128M 16K 128M 1% /etc/pve
/dev/sda1 2.7T 56K 2.6T 1% /mnt/pve/HDD1
SSD_01 225G 128K 225G 1% /SSD_01
tmpfs 1.6G 0 1.6G 0% /run/user/0
So far, I don't have any VM or Container on it.
What is weird is that /var/log and /var/lib/pve-cluster don't seem to be huge:
Code:
root@pve:~# du -sh /var/log /var/lib/pve-cluster/
98M /var/log
4.0M /var/lib/pve-cluster/
So I'm wondering:
- What does get it so full so quickly? Can I optimize the configuration?
- Should I definitely move to a bigger MicroSD Card (and probably use other disk, such as an SSD, to store /var/log and /var/lib/pve-cluster?)?
- Should I use a USB Key instead of a MicroSD Card? I would prefer avoid using an SSD or HDD since I don't have a lot of room in my server (enough for 5 HDD and 1 SSD).
Thanks a lot for your help and take care!