Custom Query (1415 matches)
Results (265 - 267 of 1415)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1474 | fixed | Drive submission - WDC WD40NDZM-59A8KS1 | ||
#1473 | invalid | Read NVMe Identify Controller failed: IOCTL_SCSI_PASS_THROUGH_DIRECT failed, Error=87 | ||
Description |
Using an ADATA XPG SX8200 Pro 1tB drive gives the above error when issuing any smartctl command. For example, "smartctl -i f:". See output below. I'm on an HP Envy 15T-EP000 running Windows 10 Pro. I have used 2 different USB/NVME adapters with the same result.
I did not find the ADATA drive in the database. Output from smartctl. C:\windows\system32>smartctl -i f: smartctl 7.2 2020-12-30 r5155 [x86_64-w64-mingw32-w10-2004] (sf-7.2-1) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org Read NVMe Identify Controller failed: IOCTL_SCSI_PASS_THROUGH_DIRECT failed, Error=87 |
|||
#1472 | fixed | HP Smart Array connected disk don't need -d cciss,N when in HBA mode | ||
Description |
Hi everyone! I'm operating a Ceph cluster on a set of HP servers, where the Smart Array controller is configured in HBA mode, so Ceph has full control over the individual disks, which works perfectly fine. I noticed however, that smartctl as executed by ceph fails to collect the SMART data and complains e.g. "/dev/sda: requires option '-d cciss,N'". This would be correct if the device was part of a RAID managed by the HPSA controller, but it's not. I looked at the code and in os_linux.c the function is_hpsa(device) is used to as the only condition for this error message without considering, that the device might not be part of a RAID. |