描述说明了一切:
运行 NVME 自检时,它根本没有启动:
nvme device-self-test /dev/nvme0n1 -s 1h -w && nvme device-self-test /dev/nvme1n1 -s 1h -w && smartctl -H /dev/nvme0n1 && smartctl -H /dev/nvme1n1
这是我测试具有 2 个 NVMe 驱动器的服务器时经常使用的命令。 99% 的情况下它工作得很好,但有时(对于两个 nvme 驱动器!)我收到消息:
Short Device self-test started
Waiting for self test completion...
[| ] 0%no progress for 78 seconds, stop waiting
快速读取测试显示出足够的性能:
hdparm -t --direct /dev/nvme?n1
/dev/nvme0n1:
Timing O_DIRECT disk reads: 6344 MB in 3.00 seconds = 2114.37 MB/sec
/dev/nvme1n1:
Timing O_DIRECT disk reads: 6392 MB in 3.00 seconds = 2130.13 MB/sec
也没有可能表明链接存在问题的 AER 错误(硬件肯定支持 AER)
这里可能有什么问题?