Hi, I've got an 256gb SSD drive in my Proxmox environment, it shows up as /dev/sdi and it has the below partitions:
I'm trying to restore a backup to VM 106 but am running into issues due to the lack of disk space, is there anything that I can clean up and assign more disk to the pve-data-tpool?
Apologies, I'm a beginner when it comes to Proxmox so any assistance is greatly appreciated.
Code:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sdi 8:128 0 238.5G 0 disk
├─sdi1 8:129 0 1007K 0 part
├─sdi2 8:130 0 512M 0 part /boot/efi
└─sdi3 8:131 0 238G 0 part
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
├─pve-root 252:1 0 59.3G 0 lvm /
├─pve-data_tmeta 252:2 0 1.6G 0 lvm
│ └─pve-data-tpool 252:4 0 151.6G 0 lvm
│ ├─pve-data 252:5 0 151.6G 1 lvm
│ ├─pve-vm--102--disk--0 252:6 0 32G 0 lvm
│ ├─pve-vm--103--disk--0 252:7 0 4M 0 lvm
│ ├─pve-vm--103--disk--3 252:8 0 4M 0 lvm
│ ├─pve-vm--106--disk--0 252:9 0 4M 0 lvm
│ └─pve-vm--106--disk--1 252:10 0 80G 0 lvm
└─pve-data_tdata 252:3 0 151.6G 0 lvm
└─pve-data-tpool 252:4 0 151.6G 0 lvm
├─pve-data 252:5 0 151.6G 1 lvm
├─pve-vm--102--disk--0 252:6 0 32G 0 lvm
├─pve-vm--103--disk--0 252:7 0 4M 0 lvm
├─pve-vm--103--disk--3 252:8 0 4M 0 lvm
├─pve-vm--106--disk--0 252:9 0 4M 0 lvm
└─pve-vm--106--disk--1 252:10 0 80G 0 lvm
I'm trying to restore a backup to VM 106 but am running into issues due to the lack of disk space, is there anything that I can clean up and assign more disk to the pve-data-tpool?
Apologies, I'm a beginner when it comes to Proxmox so any assistance is greatly appreciated.