Hi,
on OMV Arrakis I have two RAIDs, one consisting of 2 WD Red 4TB drives and another consisting of 4 WD Red 12TB drives. Since I was not using the Raid 2x4 I turned off OMV and disconnected the power to the two disks, after which I restarted the system. After the restart, the 4x12 Raid was missing. So I turned off and reconnected the two discs of the Raid 2x4 and restarted but the Raid 4x12 is always missing.
Code
# cat /proc/mdstat
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
md1 : active (auto-read-only) raid1 sdd[0] sde[1]
3906887488 blocks super 1.2 [2/2] [UU]
bitmap: 0/30 pages [0KB], 65536KB chunk
md0 : inactive sdg[3](S) sda[0](S) sdb[1](S) sdf[2](S)
46875017216 blocks super 1.2
unused devices: <none>
# blkid
/dev/sda: UUID="8b767a7d-c52c-068d-c04f-1a3cfd8d4c5f" UUID_SUB="3904f2f1-fe1f-bde3-a965-d9dbe0074f66" LABEL="pandora:Raid4x12TBWdRed" TYPE="linux_raid_member"
/dev/sdb: UUID="8b767a7d-c52c-068d-c04f-1a3cfd8d4c5f" UUID_SUB="a6bb8aa8-4e9b-7f90-b105-45a9301acbce" LABEL="pandora:Raid4x12TBWdRed" TYPE="linux_raid_member"
/dev/sdc1: UUID="2218-DC43" TYPE="vfat" PARTUUID="09f69470-ba7b-4b6b-9456-c09f4c6ad2ee"
/dev/sdc2: UUID="87bfca96-9bee-4725-ae79-d8d7893d5a49" TYPE="ext4" PARTUUID="3c45a8f0-3106-4ba8-89bc-b15d22e81144"
/dev/sdc3: UUID="856b0ba6-a0a9-49f2-81ef-27e24004aa98" TYPE="swap" PARTUUID="fda4b444-cf82-4ae8-b916-01b8244acee3"
/dev/sdd: UUID="e53febe0-a88a-a971-851c-4af862b103fa" UUID_SUB="d6c2165d-f0e4-b363-eb1a-df67419c277c" LABEL="pandora:Raid2x4TBWdRed" TYPE="linux_raid_member"
/dev/sde: UUID="e53febe0-a88a-a971-851c-4af862b103fa" UUID_SUB="e62e126a-76b3-c909-1d6a-682ad3bda132" LABEL="pandora:Raid2x4TBWdRed" TYPE="linux_raid_member"
/dev/sdf: UUID="8b767a7d-c52c-068d-c04f-1a3cfd8d4c5f" UUID_SUB="6c9c5433-6838-c39f-abfa-7807205a3238" LABEL="pandora:Raid4x12TBWdRed" TYPE="linux_raid_member"
/dev/md1: LABEL="REDRAID2X4" UUID="37a6c227-c4a2-4399-bd26-c3f860a4c977" TYPE="ext4"
/dev/sdg: UUID="8b767a7d-c52c-068d-c04f-1a3cfd8d4c5f" UUID_SUB="00d6eaa4-5773-6e81-97e1-1d7b184335cb" LABEL="pandora:Raid4x12TBWdRed" TYPE="linux_raid_member"
# fdisk -l | grep "Disk "
Disk /dev/sda: 10,9 TiB, 12000138625024 bytes, 23437770752 sectors
Disk /dev/sdb: 10,9 TiB, 12000138625024 bytes, 23437770752 sectors
Disk /dev/sdc: 28,7 GiB, 30752636928 bytes, 60063744 sectors
Disk identifier: 51328880-3F36-4C4F-A18D-76E5CF56DD7D
Disk /dev/sdd: 3,7 TiB, 4000787030016 bytes, 7814037168 sectors
Disk /dev/sde: 3,7 TiB, 4000787030016 bytes, 7814037168 sectors
Disk /dev/sdf: 10,9 TiB, 12000138625024 bytes, 23437770752 sectors
Disk /dev/sdg: 10,9 TiB, 12000138625024 bytes, 23437770752 sectors
Disk /dev/md1: 3,7 TiB, 4000652787712 bytes, 7813774976 sectors
# 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/md0 metadata=1.2 name=pandora:Raid4x12TBWdRed UUID=8b767a7d:c52c068d:c04f1a3c:fd8d4c5f
ARRAY /dev/md1 metadata=1.2 name=pandora:Raid2x4TBWdRed UUID=e53febe0:a88aa971:851c4af8:62b103fa
# mdadm --detail --scan --verbose
INACTIVE-ARRAY /dev/md0 num-devices=4 metadata=1.2 name=pandora:Raid4x12TBWdRed UUID=8b767a7d:c52c068d:c04f1a3c:fd8d4c5f
devices=/dev/sda,/dev/sdb,/dev/sdf,/dev/sdg
ARRAY /dev/md1 level=raid1 num-devices=2 metadata=1.2 name=pandora:Raid2x4TBWdRed UUID=e53febe0:a88aa971:851c4af8:62b103fa
devices=/dev/sdd,/dev/sde
Display More
How can I solve?
Thank you very much.
zerozenit