Hey!
After the last update I did yesterday evening, I noticed the file system randomly disconnects. Then it came back up, so I was like... strange but whatever, maybe normal.
Today morning it is just gone.
All I did in the timeframe was
- run an update (updated OMV, and mergerFS for sure)
- remove the FTP plugin.
I run latest OMV6, 1 external and 5 internal data disks, with internals formatted to XFS with a mergerFS pool.
I can see all my disks, and SMART looks good:
But nothing under File Systems, where I get the attached error:
Most specific error I found is this:
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=; df -PT '/srv/dev-disk-by-uuid-ae15cf1b-694f-425e-9b85-88d3e7bbf405' 2>&1' with exit code '1': df: /srv/dev-disk-by-uuid-ae15cf1b-694f-425e-9b85-88d3e7bbf405: Input/output error
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=; df -PT '/srv/dev-disk-by-uuid-ae15cf1b-694f-425e-9b85-88d3e7bbf405' 2>&1' with exit code '1': df: /srv/dev-disk-by-uuid-ae15cf1b-694f-425e-9b85-88d3e7bbf405: Input/output error in /usr/share/php/openmediavault/system/process.inc:242
Stack trace:
#0 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(634): OMV\System\Process->execute(Array)
#1 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(770): OMV\System\Filesystem\Filesystem->getStatistics()
#2 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(99): OMV\System\Filesystem\Filesystem->getDescription()
#3 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(196): Engined\Rpc\OMVRpcServiceFileSystemMgmt->getFsInfo(Object(OMV\System\Filesystem\Xfs), Object(OMV\System\Filesystem\Backend\Xfs))
#4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(679): Engined\Rpc\OMVRpcServiceFileSystemMgmt->Engined\Rpc\{closure}()
#5 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(214): OMV\Rpc\ServiceAbstract->asyncProc(Object(Closure))
#6 [internal function]: Engined\Rpc\OMVRpcServiceFileSystemMgmt->enumerateFilesystems(NULL, Array)
#7 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#8 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(386): OMV\Rpc\ServiceAbstract->callMethod('enumerateFilesy...', NULL, Array)
#9 [internal function]: Engined\Rpc\OMVRpcServiceFileSystemMgmt->getList(Array, Array)
#10 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#11 /usr/share/php/openmediavault/rpc/serviceabstract.inc(149): OMV\Rpc\ServiceAbstract->callMethod('getList', Array, Array)
#12 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): OMV\Rpc\ServiceAbstract->OMV\Rpc\{closure}('/tmp/bgstatusan...', '/tmp/bgoutputKZ...')
#13 /usr/share/php/openmediavault/rpc/serviceabstract.inc(159): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#14 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(525): OMV\Rpc\ServiceAbstract->callMethodBg('getList', Array, Array)
#15 [internal function]: Engined\Rpc\OMVRpcServiceFileSystemMgmt->getListBg(Array, Array)
#16 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#17 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getListBg', Array, Array)
#18 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('FileSystemMgmt', 'getListBg', Array, Array, 1)
#19 {main}
Display More
I'm not an expert (far from it) in I/O and file system debug. Do you have any idea what might be wrong or how I should continue to trobleshoot?
I'd doubt this is a disk failure, since then at that specific disk should be unavailable, no?
Also I have an external USB storeage, and that is also gone from file systems. Surely not ALL of my disks, external, or internal died at the same time.
Thanks!