Hi, I'm new to ESOS and trying to learn so perhaps I have just missed something. I have what I believe is a simple use case and it's not working as I expected.
I have ESOS 3.0.6 running in a VM, it has a bunch of virtual shared disks attached. Using the TUI, I do Software RAID - Add Array - Select the first 4 sequential disks (sda, sdb, sdc, sdd) - Name "array10" - RAID level "raid10" - Chunk size "64k"
I wait a bit (10gb disks), checking the status using Software RAID - Linux MD Status. When the progress completes it says:
md127: active raid10 sda[3] sdc[2] sdb[1] sdd[0]
20953088 blocks super 1.2 64k chunks 2 near-copies [4/4] [UUUU]
Now I sync config using System - Sync Configuration. This has worked for everything else so far, like password, date/time, network, colour.
I do Interface - Exit to Shell. In the shell, regardless of whether I do "poweroff" or "reboot", when ESOS comes back, the RAID array is gone!
I did notice that after "poweroff" I see these messages:
stopping MD RAID arrays...
mdadm: stopped /dev/md/array10
But when ESOS boots back up and I log in,
Software RAID - Linux MD Status no longer shows an array. I expected that my array would persist, especially since I did a simple case using the TUI. Did I miss a step or is this intended? In the meantime, I will attempt to do a persistent md array using CLI.