Hello guys,
I installed Proxmox on a 2TB NVMe SSD and created several VMs.
Since the root directory is very full, I now need to expand it. However, my problem is that the data-lvm (where the VM data is located) has allocated the entire remaining hard drive:
Can anyone tell me how I can reduce the pve-data by, for example, 500GB and assign these 500GB to the pve-root?
I would be very grateful.
I installed Proxmox on a 2TB NVMe SSD and created several VMs.
Since the root directory is very full, I now need to expand it. However, my problem is that the data-lvm (where the VM data is located) has allocated the entire remaining hard drive:
Code:
root@proxmox:/home/user# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme1n1 259:0 0 1.8T 0 disk
├─nvme1n1p1 259:1 0 1007K 0 part
├─nvme1n1p2 259:2 0 1G 0 part /boot/efi
└─nvme1n1p3 259:3 0 1.8T 0 part
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
├─pve-root 252:1 0 100.9G 0 lvm /
├─pve-data_tmeta 252:2 0 15.9G 0 lvm
│ └─pve-data-tpool 252:4 0 1.7T 0 lvm
│ ├─pve-data 252:5 0 1.7T 1 lvm
│ ├─pve-vm--2001--disk--0 252:6 0 35G 0 lvm
│ ├─pve-vm--2001--disk--1 252:7 0 4M 0 lvm
│ ├─pve-vm--2003--cloudinit 252:8 0 4M 0 lvm
│ ├─pve-vm--2003--disk--0 252:9 0 24G 0 lvm
│ ├─pve-vm--2003--disk--1 252:10 0 4M 0 lvm
│ ├─pve-vm--40002--cloudinit 252:11 0 4M 0 lvm
│ ├─pve-vm--40002--disk--0 252:12 0 24G 0 lvm
│ ├─pve-vm--40002--disk--1 252:13 0 4M 0 lvm
│ ├─pve-vm--100010--cloudinit 252:14 0 4M 0 lvm
│ ├─pve-vm--100010--disk--0 252:15 0 24G 0 lvm
│ └─pve-vm--100010--disk--1 252:16 0 4M 0 lvm
└─pve-data_tdata 252:3 0 1.7T 0 lvm
└─pve-data-tpool 252:4 0 1.7T 0 lvm
├─pve-data 252:5 0 1.7T 1 lvm
├─pve-vm--2001--disk--0 252:6 0 35G 0 lvm
├─pve-vm--2001--disk--1 252:7 0 4M 0 lvm
├─pve-vm--2003--cloudinit 252:8 0 4M 0 lvm
├─pve-vm--2003--disk--0 252:9 0 24G 0 lvm
├─pve-vm--2003--disk--1 252:10 0 4M 0 lvm
├─pve-vm--40002--cloudinit 252:11 0 4M 0 lvm
├─pve-vm--40002--disk--0 252:12 0 24G 0 lvm
├─pve-vm--40002--disk--1 252:13 0 4M 0 lvm
├─pve-vm--100010--cloudinit 252:14 0 4M 0 lvm
├─pve-vm--100010--disk--0 252:15 0 24G 0 lvm
└─pve-vm--100010--disk--1 252:16 0 4M 0 lvm
Can anyone tell me how I can reduce the pve-data by, for example, 500GB and assign these 500GB to the pve-root?
I would be very grateful.