Ok, here's the missing info:
1. cat /proc/mdstat
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
md127 : active (auto-read-only) raid1 sdb[0] sda[1]
2930135360 blocks super 1.2 [2/2] [UU]
unused devices: <none>
2. blkid
/dev/sda: UUID="cf45872d-fb54-61ce-42b1-0d7b539de8f0" UUID_SUB="b9109e79-fcac-1b1c-71a4-3bf66137383b" LABEL="BanatNAS2:1mirror" TYPE="linux_raid_member"
/dev/sdb: UUID="cf45872d-fb54-61ce-42b1-0d7b539de8f0" UUID_SUB="640fb6e5-4ae0-ea8e-4bb5-c948e223ed5b" LABEL="BanatNAS2:1mirror" TYPE="linux_raid_member"
/dev/sdd1: LABEL="2" UUID="c7421b41-e5b8-483e-8616-ca091d27dff4" TYPE="ext4" PARTUUID="775e9a95-7809-4812-ab7b-3279ca6cbbfa"
/dev/sdc1: UUID="121e73e3-610f-4eeb-aade-0494e5d66852" TYPE="ext4" PARTUUID="000894cb-01"
/dev/sdc5: UUID="19aba07f-c0d8-4e9a-a203-7ab1035e011d" TYPE="swap" PARTUUID="000894cb-05"
3. fdisk -l | grep "Disk "
Disk /dev/sda: 2,7 TiB, 3000592982016 bytes, 5860533168 sectors
Disk /dev/sdb: 2,7 TiB, 3000592982016 bytes, 5860533168 sectors
Disk /dev/sdd: 3,7 TiB, 4000787030016 bytes, 7814037168 sectors
Disk identifier: B251AF73-ADE5-4C79-B435-C33750B9C27B
Disk /dev/sdc: 58,7 GiB, 63023063040 bytes, 123091920 sectors
Disk identifier: 0x000894cb
Disk /dev/md127: 2,7 TiB, 3000458608640 bytes, 5860270720 sectors
4. cat /etc/mdadm/mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
# Note, if no DEVICE line is present, then "DEVICE partitions" is assumed.
# To avoid the auto-assembly of RAID devices a pattern that CAN'T match is
# used if no RAID devices are configured.
DEVICE partitions
# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# definitions of existing MD arrays
ARRAY /dev/md/1mirror metadata=1.2 name=BanatNAS2:1mirror UUID=cf45872d:fb5461ce:42b10d7b:539de8f0
MAILADDR root
5. mdadm --detail --scan --verbose
ARRAY /dev/md/1mirror level=raid1 num-devices=2 metadata=1.2 name=BanatNAS2:1mirror UUID=cf45872d:fb5461ce:42b10d7b:539de8f0
devices=/dev/sda,/dev/sdb
6. Post type of drives and quantity being used as well.
SSD1 (sdc/OMV): Sandisk SDSSDP 64GB, SATA III, 2.5"
HDD1 (sda/RAID1): WD Red WD30EFRX 3TB, 64MB, SATA III, 3.5"
HDD2 (sdb/RAID1): WD Red WD30EFRX 3TB, 64MB, SATA III, 3.5"
HDD3 (sdd): WD Red WD40EFRX 4TB 64MB, SATA III, 3.5"
HDD4 (/Backups): WD Elements 2TB USB 2.0, 3.5", external Drive
7. Post what happened for the array to stop working? Reboot? Power loss?
sudo apt-get update
sudo apt-get upgrade
sudo omv-update
sudo omv-release-upgrade
...
reboot.
Maybe I shouldn't have skipped
sudo apt-get dist-upgrade
Greets