Hi,
I'm answering just to close this thread after nearly two years.
The issue was in missing array. I'm using now a VMware Workstation with physical disk passthru, so the array is being established via mdadm. The ESOS starting sequence is using mdadm in "/etc/rc.d/rc.mdraid start" command that will trigger mdadm --assemble --scan
The issue is that mdadm config file in /etc/mdadm.conf stays completely untouched even after sync configuration from TUI, so mdadm is not able to reassemble the raid/array.
My workaround was:
- recreate array via TUI (optionally you can run "/etc/rc.d/rc.scst start" to mount FS)
- export runing config in /proc/mdstat via command
mdadm --examine --scan >> /etc/mdadm.conf- check if config was saved into /etc/mdadm.conf file
I hope that this is a permanent workaround and it will not appear again.
Dne úterý 9. července 2024 v 14:33:51 UTC+2 uživatel Marc Smith napsal: