Hi
I have four NVME disks that I want to run in LVM raid 10.
Unfortunatly when i add the disks via LVM in Proxmox it's created as a RAID 0.
When I create the LVM (with raid 10) in cli it shows up as full in Proxmox.
What could I be doing wrong?
I created the lvm like this:
I have four NVME disks that I want to run in LVM raid 10.
Unfortunatly when i add the disks via LVM in Proxmox it's created as a RAID 0.
When I create the LVM (with raid 10) in cli it shows up as full in Proxmox.
What could I be doing wrong?
I created the lvm like this:
lvcreate --type raid10 -m 1 -n lv-nvme1 -l 100%FREE vg-local_nvme1