Hey all,
We have an existing Proxmox cluster, which is two Dell micro servers. Both running 8.3, those in a cluster have been reliable and worked well. Both of these have two drives, one for OS via LVM defaults and a second drive for VMs, configured as below:
I've just added an AMD "nuc" to the cluster, installed Proxmox VE using all defaults with LVM etc.
This is current hardware, with a single 1TB NVME - I didn't see a need for two drives in this system.
However, after installing (before adding to the cluster) and after adding to the cluster, I can't create VMs or migrate existing VMs to the new node, as it says there's nowhere to store VMs.
Disk layout on the new node (default)
Exact error is:
TASK ERROR: unable to create VM 108 - no such logical volume VMs/VMs
I can't create a VM drive as on the other nodes as there is only one drive in this node, but it also says that 'data' and the existing LVM should be able to store VMs.
I'm lost and confused, this seems like a pretty basic thing to not work out of the box - how can I get this working?
Thanks!
We have an existing Proxmox cluster, which is two Dell micro servers. Both running 8.3, those in a cluster have been reliable and worked well. Both of these have two drives, one for OS via LVM defaults and a second drive for VMs, configured as below:
Code:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 1.8T 0 disk
├─VMs-VMs_tmeta 252:0 0 15.9G 0 lvm
│ └─VMs-VMs-tpool 252:8 0 1.8T 0 lvm
│ ├─VMs-VMs 252:9 0 1.8T 1 lvm
│ ├─VMs-vm--106--disk--0 252:10 0 100G 0 lvm
│ ├─VMs-vm--104--disk--0 252:11 0 100G 0 lvm
│ ├─VMs-vm--107--disk--0 252:12 0 4M 0 lvm
│ ├─VMs-vm--107--disk--1 252:13 0 100G 0 lvm
│ └─VMs-vm--107--disk--2 252:14 0 4M 0 lvm
└─VMs-VMs_tdata 252:1 0 1.8T 0 lvm
└─VMs-VMs-tpool 252:8 0 1.8T 0 lvm
├─VMs-VMs 252:9 0 1.8T 1 lvm
├─VMs-vm--106--disk--0 252:10 0 100G 0 lvm
├─VMs-vm--104--disk--0 252:11 0 100G 0 lvm
├─VMs-vm--107--disk--0 252:12 0 4M 0 lvm
├─VMs-vm--107--disk--1 252:13 0 100G 0 lvm
└─VMs-vm--107--disk--2 252:14 0 4M 0 lvm
nvme0n1 259:0 0 465.8G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot/efi
└─nvme0n1p3 259:3 0 464.8G 0 part
├─pve-swap 252:2 0 8G 0 lvm [SWAP]
├─pve-root 252:3 0 96G 0 lvm /
├─pve-data_tmeta 252:4 0 3.4G 0 lvm
│ └─pve-data-tpool 252:6 0 337.9G 0 lvm
│ └─pve-data 252:7 0 337.9G 1 lvm
└─pve-data_tdata 252:5 0 337.9G 0 lvm
└─pve-data-tpool 252:6 0 337.9G 0 lvm
└─pve-data 252:7 0 337.9G 1 lvm
I've just added an AMD "nuc" to the cluster, installed Proxmox VE using all defaults with LVM etc.
This is current hardware, with a single 1TB NVME - I didn't see a need for two drives in this system.
However, after installing (before adding to the cluster) and after adding to the cluster, I can't create VMs or migrate existing VMs to the new node, as it says there's nowhere to store VMs.
Disk layout on the new node (default)
Code:
root@pve:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:0 0 931.5G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot/efi
└─nvme0n1p3 259:3 0 930.5G 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 8.1G 0 lvm
│ └─pve-data 252:4 0 794.3G 0 lvm
└─pve-data_tdata 252:3 0 794.3G 0 lvm
└─pve-data 252:4 0 794.3G 0 lvm
Exact error is:
TASK ERROR: unable to create VM 108 - no such logical volume VMs/VMs
I can't create a VM drive as on the other nodes as there is only one drive in this node, but it also says that 'data' and the existing LVM should be able to store VMs.
I'm lost and confused, this seems like a pretty basic thing to not work out of the box - how can I get this working?
Thanks!