Intel DC 3700 Validation Error trying to run Smart

fonze98

Dabbler
Joined
Oct 9, 2021
Messages
23
I am new to TrueNAS but installed an INTEL DC 3700 PCIE card that I was going to use for a ZIL / Slog device but after installing and attempting to run a SMART scan on it I am getting a validation error (see below) just wondering if I am doing something wrong or if this is not available yet. Any information would be appreciated.

Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 150, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self,
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1262, in _call
return await methodobj(*prepared_call.args)
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1182, in nf
return await func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1092, in nf
res = await f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/smart.py", line 408, in manual_test
verrors.check()
File "/usr/lib/python3/dist-packages/middlewared/service_exception.py", line 62, in check
raise self
middlewared.service_exception.ValidationErrors: [EINVAL] disks.0.identifier: {serial_lunid}CVFT5330009W400BGN_nvme.8086-43564654353333303030395734303042474e-494e54454c205353445045444d443430304734-00000001 is not valid. Please provide a valid disk identifier.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
SMART is only spec'ed for SATA drives. NVMe drives may or may not emulate it.
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Top