Hello,
I'm trying to enable some scheduled tasks to check S.M.A.R.T. status (Short self-test).
When I run the tast, the smartctl return this error:
Code
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; smartctl --xall --test=short /dev/disk/by-id/wwn-0x600508b1001cf9b53efd5a712eed8f3f 2>&1' with exit code '1': smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.0-23-amd64] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
/dev/disk/by-id/wwn-0x600508b1001cf9b53efd5a712eed8f3f: requires option '-d cciss,N'
Please specify device type with the -d option.
Use smartctl -h to get a usage summary
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; smartctl --xall --test=short /dev/disk/by-id/wwn-0x600508b1001cf9b53efd5a712eed8f3f 2>&1' with exit code '1': smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.0-23-amd64] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
/dev/disk/by-id/wwn-0x600508b1001cf9b53efd5a712eed8f3f: requires option '-d cciss,N'
Please specify device type with the -d option.
Use smartctl -h to get a usage summary
in /usr/share/openmediavault/engined/rpc/smart.inc:688
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(622): Engined\Rpc\Smart->Engined\Rpc\{closure}()
#1 /usr/share/openmediavault/engined/rpc/smart.inc(659): OMV\Rpc\ServiceAbstract->execBgProc()
#2 [internal function]: Engined\Rpc\Smart->executeScheduledTest()
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(122): call_user_func_array()
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod()
#5 /usr/sbin/omv-engined(544): OMV\Rpc\Rpc::call()
#6 {main}
Display More
This is a know problem?
I'm using 7.4.2-2 (Sandworm)