So, I was getting this error before; then I did a fresh install, did updates, install OMV extras, the kernel (6) and zfs. Create the first and only pool:
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=; ls -la /dev/disk/by-id | grep 'sdb$'' with exit code '1':
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=; ls -la /dev/disk/by-id | grep 'sdb$'' with exit code '1': in /usr/share/php/openmediavault/system/process.inc:220
Stack trace:
#0 /usr/share/omvzfs/Utils.php(441): OMV\System\Process->execute(Array, 1)
#1 /usr/share/omvzfs/Utils.php(133): OMVModuleZFSUtil::exec('ls -la /dev/dis...', Array, 1)
#2 /usr/share/openmediavault/engined/rpc/zfs.inc(179): OMVModuleZFSUtil::getDiskId('/dev/sdb')
#3 [internal function]: OMVRpcServiceZFS->addPool(Array, Array)
#4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#5 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('addPool', Array, Array)
#6 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Zfs', 'addPool', Array, Array, 1)
#7 {main}
How do I fix this?