Bug #6908
closedSamsung SSD SM951-NVMe shows checksum errors
100%
Description
It was reported to me that these devices (and apparently also other Samsung NVMe SSDs) show checksum errors.
I got me one of these devices, set up a zpool on it, and then tried to build illumos on it. There was a massive number of I/O errors and zfs reported more than 6k of checksum errors.
I have seen a similar issue with the pre-release Intel SSDs I had for driver development. They would show the same symptom when being used with 512b sectors, which is what they claim to support by default. After lots of debugging without finding anything in the driver I tested driving it with 4k sectors instead (which it reported as best sector format), and the errors went away. At the time we concluded it was a firmware issue.
Related issues
Updated by Hans Rosenfeld over 5 years ago
- Related to Bug #7312: zfs checksum errors observed in a zpool full of NVMe SSDs added
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 2f95345b6f2a0bd2d48718fe10e82e351cb920c6
commit 2f95345b6f2a0bd2d48718fe10e82e351cb920c6 Author: Youzhong Yang <youzhong@gmail.com> Date: 2016-08-25T15:04:45.000Z 7312 zfs checksum errors observed in a zpool full of NVMe SSDs 6908 Samsung SSD SM951-NVMe shows checksum errors Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>