C conghuayu Member Sep 30, 2020 3 0 6 Mar 3, 2023 #1 Hi, I'm trying to install PVE on zfs RAID1 NVMe SSDs, but when finished the SSDs in mirror-0 of the rpool are shown with different naming styles, which makes me confused. Is this as expected? or is there a way to correct it? thanks. Last edited: Mar 3, 2023
Hi, I'm trying to install PVE on zfs RAID1 NVMe SSDs, but when finished the SSDs in mirror-0 of the rpool are shown with different naming styles, which makes me confused. Is this as expected? or is there a way to correct it? thanks.
C conghuayu Member Sep 30, 2020 3 0 6 Mar 3, 2023 #2 I removed all other drives and reinstalled the PVE. it seems that zfs still doesn't get labels of the two SSDs in the same style (either eui or id). "nvme-eui.ffffffffffffffff" --> This also looks weird. (the firmware of both SSDs is up to date) I appreciate it if you have any clue. Last edited: Mar 3, 2023
I removed all other drives and reinstalled the PVE. it seems that zfs still doesn't get labels of the two SSDs in the same style (either eui or id). "nvme-eui.ffffffffffffffff" --> This also looks weird. (the firmware of both SSDs is up to date) I appreciate it if you have any clue.
T Trimoon New Member Mar 4, 2023 4 0 1 Mar 4, 2023 #3 Looks to me like you have one friendly name and one device ID This might help, from https://forum.proxmox.com/threads/how-to-import-zfs-root-pool-by-id.24295/ #so basically: vi /etc/default/zfs #change the value ZPOOL_IMPORT_PATH="/dev/disk/by-id" #update the system's initramfs update-initramfs -u
Looks to me like you have one friendly name and one device ID This might help, from https://forum.proxmox.com/threads/how-to-import-zfs-root-pool-by-id.24295/ #so basically: vi /etc/default/zfs #change the value ZPOOL_IMPORT_PATH="/dev/disk/by-id" #update the system's initramfs update-initramfs -u