I just added a new node to my cluster. Usually, I have both the LVM and LVM-thin storage on the same SSD.
On my new node I wanted to have a one small SSD for just proxmox root, and a second for the VM data. So what I've ended up with is:
Is this the wrong way to go about it? Do I need to change the VG name on the root proxmox disk to something other than "pve", then use the "pve" name for the VG on the separate SSD?
On my new node I wanted to have a one small SSD for just proxmox root, and a second for the VM data. So what I've ended up with is:
Code:
nvme0n1 259:0 0 3.6T 0 disk
├─data-data_tmeta 252:2 0 15.9G 0 lvm
│ └─data-data 252:4 0 3.6T 0 lvm
└─data-data_tdata 252:3 0 3.6T 0 lvm
└─data-data 252:4 0 3.6T 0 lvm
nvme1n1 259:1 0 931.5G 0 disk
nvme2n1 259:2 0 119.2G 0 disk
├─nvme2n1p1 259:3 0 1007K 0 part
├─nvme2n1p2 259:4 0 1G 0 part /boot/efi
└─nvme2n1p3 259:5 0 118.2G 0 part
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
└─pve-root 252:1 0 39.6G 0 lvm /
root@pve-pc:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data data twi-a-tz-- <3.61t 0.00 0.19
root pve -wi-ao---- <39.56g
swap pve -wi-ao---- 8.00g
Is this the wrong way to go about it? Do I need to change the VG name on the root proxmox disk to something other than "pve", then use the "pve" name for the VG on the separate SSD?