Date: Thu, 28 Jul 2016 12:29:58 +0200 From: Borja Marcos <borjam@sarenet.es> To: FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org> Subject: Intel NVMe troubles? Message-ID: <CBC304D0-AA57-4EF5-A2DD-1888FB88DE12@sarenet.es>
next in thread | raw e-mail | index | archive | help
Hi :) Still experimenting with NVMe drives and FreeBSD, and I have ran into = problems, I think. I=C2=B4ve got a server with 10 Intel DC P3500 NVMe drives. Right now, = running 11-BETA2. I have updated the firmware in the drives to the latest version = (8DV10174) using the Data Center Tools. And I=E2=80=99ve formatted them for 4 KB blocks (LBA format #3) nvmecontrol identify nvme0ns1 Size (in LBAs): 488378646 (465M) Capacity (in LBAs): 488378646 (465M) Utilization (in LBAs): 488378646 (465M) Thin Provisioning: Not Supported Number of LBA Formats: 7 Current LBA Format: LBA Format #03 LBA Format #00: Data Size: 512 Metadata Size: 0 LBA Format #01: Data Size: 512 Metadata Size: 8 LBA Format #02: Data Size: 512 Metadata Size: 16 LBA Format #03: Data Size: 4096 Metadata Size: 0 LBA Format #04: Data Size: 4096 Metadata Size: 8 LBA Format #05: Data Size: 4096 Metadata Size: 64 LBA Format #06: Data Size: 4096 Metadata Size: 128 ZFS properly detects the 4 KB block size and sets the correct ashift = (12). But I=E2=80=99ve found these error messages generated while I created a pool (zpool create tank raidz2 /dev/nvd[0-8] = spare /dev/nvd9) Jul 28 13:16:11 nvme2 kernel: nvme0: DATASET MANAGEMENT sqid:6 cid:63 = nsid:1 Jul 28 13:16:11 nvme2 kernel: nvme0: LBA OUT OF RANGE (00/80) sqid:6 = cid:63 cdw0:0 Jul 28 13:16:11 nvme2 kernel: nvme0: DATASET MANAGEMENT sqid:6 cid:62 = nsid:1 Jul 28 13:16:11 nvme2 kernel: nvme0: LBA OUT OF RANGE (00/80) sqid:6 = cid:62 cdw0:0 Jul 28 13:16:11 nvme2 kernel: nvme0: DATASET MANAGEMENT sqid:6 cid:61 = nsid:1 Jul 28 13:16:11 nvme2 kernel: nvme0: LBA OUT OF RANGE (00/80) sqid:6 = cid:61 cdw0:0 Jul 28 13:16:11 nvme2 kernel: nvme0: DATASET MANAGEMENT sqid:6 cid:60 = nsid:1 Jul 28 13:16:11 nvme2 kernel: nvme0: LBA OUT OF RANGE (00/80) sqid:6 = cid:60 cdw0:0 Jul 28 13:16:11 nvme2 kernel: nvme0: DATASET MANAGEMENT sqid:6 cid:59 = nsid:1 Jul 28 13:16:11 nvme2 kernel: nvme0: LBA OUT OF RANGE (00/80) sqid:6 = cid:59 cdw0:0 Jul 28 13:16:11 nvme2 kernel: nvme0: DATASET MANAGEMENT sqid:6 cid:58 = nsid:1 Jul 28 13:16:11 nvme2 kernel: nvme0: LBA OUT OF RANGE (00/80) sqid:6 = cid:58 cdw0:0 Jul 28 13:16:11 nvme2 kernel: nvme0: DATASET MANAGEMENT sqid:6 cid:57 = nsid:1 Jul 28 13:16:11 nvme2 kernel: nvme0: LBA OUT OF RANGE (00/80) sqid:6 = cid:57 cdw0:0 Jul 28 13:16:11 nvme2 kernel: nvme0: DATASET MANAGEMENT sqid:6 cid:56 = nsid:1 Jul 28 13:16:11 nvme2 kernel: nvme0: LBA OUT OF RANGE (00/80) sqid:6 = cid:56 cdw0:0 And the same for the rest of the drives [0-9]. Should I worry?=20 Thanks! Borja.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CBC304D0-AA57-4EF5-A2DD-1888FB88DE12>