Hi all.
I'm with OVH and from templates only have Proxmox 6 (without ZFS)
My initial setup is with 2 nvme disks in raid 1
I have /var/lib/vz into /dev/nvme0n1p4 Raid
Then I umount the LVM and deleted it.
And finally create de zpool
¿Have any sense add Raid device to zpool? ¿Is this the correct way to change lvm 2 zfs?
I'm with OVH and from templates only have Proxmox 6 (without ZFS)
My initial setup is with 2 nvme disks in raid 1
I have /var/lib/vz into /dev/nvme0n1p4 Raid
Code:
pvdisplay
--- Physical volume ---
PV Name /dev/nvme0n1p4
VG Name vg
PV Size <932,37 GiB / not usable <3,34 MiB
Allocatable yes (but full)
PE Size 4,00 MiB
Total PE 238685
Free PE 0
Allocated PE 238685
PV UUID YomZul-OVNc-EgGB-wV1k-vW3e-75xq-f70mmW
Code:
pvs
PV VG Fmt Attr PSize PFree
/dev/nvme0n1p4 vg lvm2 a-- 932,36g 0
Then I umount the LVM and deleted it.
Code:
umount /dev/vg/data
lvremove /dev/vg/data
And finally create de zpool
Code:
zpool create rpool /dev/nvme0n1p4 -f
¿Have any sense add Raid device to zpool? ¿Is this the correct way to change lvm 2 zfs?