After attempt to install Debian Testing, a second identical NVMe device is not visible so it doesn't allow me to create usual raid1 array before installation. Only one of the 2 devices is visible in the /dev tree. Here is log from dmesg | grep nvme: nvme nvme0: pci function 0000:01:00.0 nvme nvme1: pci function 0000:02:00.0 nvme nvme0: 64/0/0 default/read/poll queues nvme nvme1: 64/0/0 default/read/poll queues nvme nvme0: globally duplicate IDs for nsid 1 nvme nvme0: VID:DID 1f40:5236 model:Netac NVMe SSD 2TB firmware:3.S.F.9 Possible patch is to add two strings in pci.c as it was done for other SSD which had the same issue: { PCI_DEVICE(0x1f40, 0x5236), /* Netac NVMe SSD 2TB */ .driver_data = NVME_QUIRK_BOGUS_NID, },
Sounds like the right patch.
(In reply to Keith Busch from comment #1) > Sounds like the right patch. Indeed. Andrey, are you going to submit a patch?
Sagi, I don't know how whole process working from discovering a bug to get a patch in an upgraded version. If you or someone can push it further, it would be great.