Hey,
I have two NVME M.2 disks, one WD_BLACK SN7100 and second WD Blue SN580. The faster black one reports 32k blocks and it gets misinterpreted by the ZFS. Please, see two
I have two NVME M.2 disks, one WD_BLACK SN7100 and second WD Blue SN580. The faster black one reports 32k blocks and it gets misinterpreted by the ZFS. Please, see two
diskinfo
runs. Should I ignore that? No firmware updates available. I'm on 14.3-RELEASE.
Code:
$ zpool status big
pool: big
state: ONLINE
status: One or more devices are configured to use a non-native block size.
Expect reduced performance.
action: Replace affected devices with devices that support the
configured block size, or migrate data to a properly configured
pool.
config:
NAME STATE READ WRITE CKSUM
big ONLINE 0 0 0
gpt/wdblack ONLINE 0 0 0 block size: 4096B configured, 32768B native
errors: No known data errors
Code:
$ doas diskinfo -i /dev/nda0
/dev/nda0
4096 # sectorsize
2000398934016 # mediasize in bytes (1.8T)
488378646 # mediasize in sectors
32768 # stripesize
0 # stripeoffset
WD_BLACK SN7100 2TB # Disk descr.
2509KJ407078 # Disk ident.
nvme0 # Attachment
Yes # TRIM/UNMAP support
0 # Rotation rate in RPM
Code:
$ doas diskinfo -i /dev/nda1
/dev/nda1
4096 # sectorsize
2000398934016 # mediasize in bytes (1.8T)
488378646 # mediasize in sectors
0 # stripesize
0 # stripeoffset
WD Blue SN580 2TB # Disk descr.
25071Y801410 # Disk ident.
nvme1 # Attachment
Yes # TRIM/UNMAP support
0 # Rotation rate in RPM