Hello everyone,
After several days of trying to configure my proxmox node (I had never worked with proxmox) I managed to get everything working correctly, but when I started transferring data from an external disk (via USB) to one of the virtual machines that will act as a NAS I received an error lack of space.
I have verified that the problem is in "/dev/mapper/pve-root", but I do not understand why it has been filled and especially how to delete the data, no matter how much I have searched it does not appear.
Surely it will be something simple to solve and very obvious, but I am not able to solve it even though I have reviewed all the threads that I have found with a similar issue.
Thank you very much in advance,
After several days of trying to configure my proxmox node (I had never worked with proxmox) I managed to get everything working correctly, but when I started transferring data from an external disk (via USB) to one of the virtual machines that will act as a NAS I received an error lack of space.
I have verified that the problem is in "/dev/mapper/pve-root", but I do not understand why it has been filled and especially how to delete the data, no matter how much I have searched it does not appear.
Code:
root@PROXMOX:~# df -hT
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 20G 0 20G 0% /dev
tmpfs tmpfs 3.9G 960K 3.9G 1% /run
/dev/mapper/pve-root ext4 94G 83G 6.9G 93% /
tmpfs tmpfs 20G 46M 20G 1% /dev/shm
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
efivarfs efivarfs 176K 65K 106K 39% /sys/firmware/efi/efivars
/dev/sdd2 vfat 1022M 12M 1011M 2% /boot/efi
/dev/sdb ext4 3.6T 5.2G 3.4T 1% /mnt/HD2
/dev/sdc ext4 3.6T 4.1G 3.4T 1% /mnt/HD1
/dev/sda ext4 3.6T 2.3G 3.4T 1% /mnt/HD3
/dev/fuse fuse 128M 24K 128M 1% /etc/pve
tmpfs tmpfs 3.9G 0 3.9G 0% /run/user/0
Code:
root@PROXMOX:~# du -h -x -d1 /
2.3G /usr
5.2M /etc
4.0K /opt
4.0K /home
4.0K /srv
4.0K /media
16K /lost+found
36K /tmp
94M /boot
4.0K /mnt
60K /root
7.7G /var
10G /
Code:
root@PROXMOX:~# du -sh *
0 filename
0 wget-log
0 wget-log.1
0 wget-log.2
Code:
root@PROXMOX:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <319.61g 9.63 0.83
root pve -wi-ao---- 96.00g
swap pve -wi-ao---- 8.00g
vm-100-disk-0 pve Vwi-aotz-- 8.00g data 26.95
vm-101-disk-0 pve Vwi-aotz-- 4.00m data 0.00
vm-101-disk-1 pve Vwi-aotz-- 32.00g data 17.55
vm-102-disk-0 pve Vwi-a-tz-- 1.00g data 56.76
vm-103-disk-0 pve Vwi-a-tz-- 4.00m data 14.06
vm-103-disk-1 pve Vwi-a-tz-- 600.00m data 99.70
vm-103-disk-2 pve Vwi-a-tz-- 120.00g data 18.21
vm-103-disk-3 pve Vwi-a-tz-- 4.00m data 1.56
vm-103-disk-4 pve Vwi-a-tz-- 40.00g data 0.00
Code:
root@PROXMOX:~# vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 12 0 wz--n- <446.13g 16.00g
Code:
root@PROXMOX:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 3.6T 0 disk /mnt/HD3
sdb 8:16 0 3.6T 0 disk /mnt/HD2
sdc 8:32 0 3.6T 0 disk /mnt/HD1
sdd 8:48 0 447.1G 0 disk
├─sdd1 8:49 0 1007K 0 part
├─sdd2 8:50 0 1G 0 part /boot/efi
└─sdd3 8:51 0 446.1G 0 part
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
├─pve-root 252:1 0 96G 0 lvm /
├─pve-data_tmeta 252:2 0 3.3G 0 lvm
│ └─pve-data-tpool 252:4 0 319.6G 0 lvm
│ ├─pve-data 252:5 0 319.6G 1 lvm
│ ├─pve-vm--100--disk--0 252:6 0 8G 0 lvm
│ ├─pve-vm--101--disk--0 252:7 0 4M 0 lvm
│ ├─pve-vm--101--disk--1 252:8 0 32G 0 lvm
│ ├─pve-vm--103--disk--0 252:9 0 4M 0 lvm
│ ├─pve-vm--103--disk--1 252:10 0 600M 0 lvm
│ ├─pve-vm--103--disk--2 252:11 0 120G 0 lvm
│ ├─pve-vm--103--disk--3 252:12 0 4M 0 lvm
│ ├─pve-vm--103--disk--4 252:13 0 40G 0 lvm
│ └─pve-vm--102--disk--0 252:14 0 1G 0 lvm
└─pve-data_tdata 252:3 0 319.6G 0 lvm
└─pve-data-tpool 252:4 0 319.6G 0 lvm
├─pve-data 252:5 0 319.6G 1 lvm
├─pve-vm--100--disk--0 252:6 0 8G 0 lvm
├─pve-vm--101--disk--0 252:7 0 4M 0 lvm
├─pve-vm--101--disk--1 252:8 0 32G 0 lvm
├─pve-vm--103--disk--0 252:9 0 4M 0 lvm
├─pve-vm--103--disk--1 252:10 0 600M 0 lvm
├─pve-vm--103--disk--2 252:11 0 120G 0 lvm
├─pve-vm--103--disk--3 252:12 0 4M 0 lvm
├─pve-vm--103--disk--4 252:13 0 40G 0 lvm
└─pve-vm--102--disk--0 252:14 0 1G 0 lvm
sde 8:64 0 1.8T 0 disk
└─sde1 8:65 0 1.8T 0 part
sr0 11:0 1 1024M 0 rom
root@PROXMOX:~#
Surely it will be something simple to solve and very obvious, but I am not able to solve it even though I have reviewed all the threads that I have found with a similar issue.
Thank you very much in advance,
Last edited: