Hello,
I am quite new with Proxmox, so please take that in mind
I used Proxmox for Home Assistant, but I had the SSD replaced by a bigger one. Now I want to create a new CT.
I managed to increase the size of the disk with "parted". However, if I want to create a new CT I need to select the "Root Disk" and it shows "local-lvm" with only 8GB available, but it should be more.
Maybe you can do something with the following results:
I guess I need to increase some other disk sizes as well, but how and where?
Thanks in advance!
I am quite new with Proxmox, so please take that in mind
I used Proxmox for Home Assistant, but I had the SSD replaced by a bigger one. Now I want to create a new CT.
I managed to increase the size of the disk with "parted". However, if I want to create a new CT I need to select the "Root Disk" and it shows "local-lvm" with only 8GB available, but it should be more.
Maybe you can do something with the following results:
sander@proxmox:~$ sudo pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pve lvm2 a-- 55.39g 6.87g
sander@proxmox:~$ sudo vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 5 0 wz--n- 55.39g 6.87g
sander@proxmox:~$ sudo lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- 28.77g 75.47 2.59
root pve -wi-ao---- 13.75g
swap pve -wi-ao---- 4.00g
vm-100-disk-0 pve Vwi-aotz-- 4.00m data 0.00
vm-100-disk-1 pve Vwi-aotz-- 32.00g data 67.86
sander@proxmox:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 238.5G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 512M 0 part
└─sda3 8:3 0 238G 0 part
├─pve-swap 253:0 0 4G 0 lvm [SWAP]
├─pve-root 253:1 0 13.8G 0 lvm /
├─pve-data_tmeta 253:2 0 1G 0 lvm
│ └─pve-data-tpool 253:4 0 28.8G 0 lvm
│ ├─pve-data 253:5 0 28.8G 0 lvm
│ ├─pve-vm--100--disk--0 253:6 0 4M 0 lvm
│ └─pve-vm--100--disk--1 253:7 0 32G 0 lvm
└─pve-data_tdata 253:3 0 28.8G 0 lvm
└─pve-data-tpool 253:4 0 28.8G 0 lvm
├─pve-data 253:5 0 28.8G 0 lvm
├─pve-vm--100--disk--0 253:6 0 4M 0 lvm
└─pve-vm--100--disk--1 253:7 0 32G 0 lvm
I guess I need to increase some other disk sizes as well, but how and where?
Thanks in advance!