Custom Query (1531 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (415 - 417 of 1531)

Ticket Resolution Summary Owner Reporter
#1221 fixed Add support for ASMedia ASM2362 USB to NVMe bridge Christian Franke Christian Franke
Description

ASMedia ASM2362 provides a vendor specific NVMe pass-through SCSI command. This should be supported by smartmontools via a new -d TYPE option (e.g. -d sntasmedia). A possible USB-Id is 0x174c:0x2362.

See also the original report on smartmontools-database list.

The commit 6dc489 from CrystalDiskInfo source code (SPDX-License-Identifier: MIT), shows the following CDB settings:

CDB Id_Ctrl Smart Comment
0 0xe6 0xe6 NVMe pass-through command
1 0x06 0x02 CDW0.byte0
2 0 0 ?
3 0x01 0x02 CDW10.byte0
4 0 0 ?
5 0 0 ?
6 0 0 ?
7 0 0x7f CDW10.byte2
8..15 0 0 ?

CDW10 = 0x00000001 for Identify Controller CDW10 = 0x007F0002 for Get SMART/Health Log (always 512 bytes) CDW10 = 0x01FF0001 for Get Error Log with 2048 bytes. Assignments of CDW10.byte3 and NSID are not obvious.

#1222 fixed Smartd should ignore non-error entries from NVMe Error Information log Christian Franke Christian Franke
Description

Some drives frequently add entries to the NVMe Error Information log which do not reflect an actual error.

Smartd issues a LOG_CRIT message if the Number of Error Information Log Entries from the SMART/Health Information log has increased since the last check. This is misleading for such drives.

Smartd should check whether the number of actual errors has increased since the last check.

For original report and sample outputs see Debian Bug 900244.

#1226 fixed licensing problems of linux_nvme_ioctl.h Christian Franke Stanislav Brabec
Description

SUSE licensig tool (babelworx) reported a following legal issue of smartmontools.

smartmontools is declated as GPL-2.0-or-later

But smartmontools-7.0/linux_nvme_ioctl.h is GPL-2.0 (only).

Hopefully, there is a simple fix for this problem.

New kernels contain updated linux_nvme_ioctl.h, which contain a new license: GPL-2.0 WITH Linux-syscall-note.

This is sufficient to distribute smartmontools as GPL-2.0-or-later.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.