Hello,
I have been browsing and trying several solutions on this forum without success, so I need your help...
Prerequisites: OMV4, HP Z420 machines with builtin raid, 3HDDs of 4TB. One HDD failing.
At a certain point the raid fall. In GUI no RAID displayed, missing filessystem and only the 3 HDDs visible in Disks tab.
2 raid appeared in mdstat in cli, one with 2 HDDs and one with the third one. I stopped them both and create the old with:
mdadm --verbose --create /dev/md127 --chunk=512 --level=5 --raid-devices=3 /dev/sda /dev/sdb /dev/sdc
After this point I had the RAID5 back in GUI, and after about 400 minutes it shows as clean but Missing files system because of a different name.
OMV has sent the following message: "
Status failed Service mountpoint_srv_dev-disk-by-label-storage
Description: status failed (1) -- /srv/dev-disk-by-label-storage is not a mountpoint
I noticed that the name is changed and I tried to rename it but instead of having "storage" in OMV GUI is "office:storage", including the hostname of the server.
I tried to mount it manually but is says that is not ext4 as it should be.
Bellow are the requested info on this kind of problems:
# cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md127 : active (auto-read-only) raid5 sdc[1] sdb[3] sda[0]
7813774336 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
bitmap: 0/30 pages [0KB], 65536KB chunk
unused devices: <none>
# blkid
/dev/sdb: UUID="8a1e7d73-19e5-3531-f65a-f4dc1d377bdb" UUID_SUB="4ff6b63d-4587-e513-7f21-f0ea60a0d609" LABEL="office:storage" TYPE="linux_raid_member"
/dev/sdc: UUID="8a1e7d73-19e5-3531-f65a-f4dc1d377bdb" UUID_SUB="8b7e01e0-2e86-3632-5f28-a8f9362ae701" LABEL="office:storage" TYPE="linux_raid_member"
/dev/sdd1: UUID="48A1-D254" TYPE="vfat" PARTUUID="554f2b97-5a95-4484-8f4b-709396ac7666"
/dev/sdd2: UUID="5c724eba-2d04-4cac-bfd2-638f9f55c0b2" TYPE="ext4" PARTUUID="963556cf-f1de-4833-a661-fb87f9b7df75"
/dev/sdd3: UUID="0d39422a-174e-45e7-a9eb-f496146e3652" TYPE="swap" PARTUUID="4e3a30fc-ed2b-4508-8b75-b9d2dfb37c96"
/dev/sdd4: UUID="3247bd9e-62d0-4fe0-a52d-1a71e4a8951d" TYPE="ext4" PARTUUID="397b356a-4c87-423d-8276-a04771664ea5"
/dev/sda: UUID="8a1e7d73-19e5-3531-f65a-f4dc1d377bdb" UUID_SUB="125a8656-c4d0-fa91-303a-fdee59e467db" LABEL="office:storage" TYPE="linux_raid_member"
# fdisk -l | grep "Disk "
Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Disk /dev/sdc: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Disk /dev/sdd: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Disk identifier: 1B160302-AE4B-4528-86D4-C98E8C2716C3
Disk /dev/sda: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Disk /dev/md127: 7.3 TiB, 8001304920064 bytes, 15627548672 sectors
# cat /etc/mdadm/mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
ARRAY /dev/md/imsm0 metadata=imsm UUID=4dde16bf:fbb8d79b:ef7599f6:b4beea23
ARRAY /dev/md/Volume0_0 container=/dev/md/imsm0 member=0 UUID=2b8e433f:e5839917:1bc0f870:848843bb
MAILADDR xxx@xxx.xx
MAILFROM root
# mdadm --detail --scan --verbose
ARRAY /dev/md/office:storage level=raid5 num-devices=3 metadata=1.2 name=office:storage UUID=8a1e7d73:19e53531:f65af4dc:1d377bdb
devices=/dev/sda,/dev/sdb,/dev/sdc
Display More
Thank you and advance!