Hi,
Just moved over from an Asustor NAS and my RAID array mounted perfectly in OMV, however I have a question about expansion. I want to replace each disk one-by-one with larger drives, and eventually expand the arrays. Used to do that by just removing a drive in the Asustor, but understand with mdadm, I should remove the drive one-by-one, shutdown, swap the disk, boot back up and add the new drive to the array.
The Asustor format is however actually two arrays on each disk, the first array is a 4 disk RAID 1, and the second, a 4 disk RAID 5. I understand normally its possible to replace and grow the arrays in the GUI, but will the OMV GUI through 'Multiple Disks' handle this set-up given there are actually two arrays on each disk?
Code
Personalities : [raid1] [raid6] [raid5] [raid4] [raid0] [raid10]
md126 : active raid1 sdb2[6] sda2[5] sdd2[4] sdc2[7]
2096064 blocks super 1.2 [4/4] [UUUU]
md127 : active raid5 sdb3[5] sda3[4] sdd3[7] sdc3[6]
11714709504 blocks super 1.2 level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
unused devices: <none>
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1
├─sda2 linux_raid_member 1.2 AS-604T-E7F0:0 e52857ae-7f15-f658-ffe0-7a70f47df780
│ └─md126 ext4 1.0 7af9606b-83aa-4eae-8d00-c28b57ddab5e 383.6M 75% /srv/dev-disk-by-uuid-7af9606b-83aa-4eae-8d00-c28b57ddab5e
└─sda3 linux_raid_member 1.2 AS-604T-E7F0:1 335894ba-ed3f-853c-c204-cd354d84fa30
└─md127 ext4 1.0 8b5c17b6-d05e-4117-a2e2-8058ea505a6f 2.7T 74% /srv/dev-disk-by-uuid-8b5c17b6-d05e-4117-a2e2-8058ea505a6f
sdb
├─sdb1
├─sdb2 linux_raid_member 1.2 AS-604T-E7F0:0 e52857ae-7f15-f658-ffe0-7a70f47df780
│ └─md126 ext4 1.0 7af9606b-83aa-4eae-8d00-c28b57ddab5e 383.6M 75% /srv/dev-disk-by-uuid-7af9606b-83aa-4eae-8d00-c28b57ddab5e
└─sdb3 linux_raid_member 1.2 AS-604T-E7F0:1 335894ba-ed3f-853c-c204-cd354d84fa30
└─md127 ext4 1.0 8b5c17b6-d05e-4117-a2e2-8058ea505a6f 2.7T 74% /srv/dev-disk-by-uuid-8b5c17b6-d05e-4117-a2e2-8058ea505a6f
sdc
├─sdc1
├─sdc2 linux_raid_member 1.2 AS-604T-E7F0:0 e52857ae-7f15-f658-ffe0-7a70f47df780
│ └─md126 ext4 1.0 7af9606b-83aa-4eae-8d00-c28b57ddab5e 383.6M 75% /srv/dev-disk-by-uuid-7af9606b-83aa-4eae-8d00-c28b57ddab5e
└─sdc3 linux_raid_member 1.2 AS-604T-E7F0:1 335894ba-ed3f-853c-c204-cd354d84fa30
└─md127 ext4 1.0 8b5c17b6-d05e-4117-a2e2-8058ea505a6f 2.7T 74% /srv/dev-disk-by-uuid-8b5c17b6-d05e-4117-a2e2-8058ea505a6f
sdd
├─sdd1
├─sdd2 linux_raid_member 1.2 AS-604T-E7F0:0 e52857ae-7f15-f658-ffe0-7a70f47df780
│ └─md126 ext4 1.0 7af9606b-83aa-4eae-8d00-c28b57ddab5e 383.6M 75% /srv/dev-disk-by-uuid-7af9606b-83aa-4eae-8d00-c28b57ddab5e
└─sdd3 linux_raid_member 1.2 AS-604T-E7F0:1 335894ba-ed3f-853c-c204-cd354d84fa30
└─md127 ext4 1.0 8b5c17b6-d05e-4117-a2e2-8058ea505a6f 2.7T 74% /srv/dev-disk-by-uuid-8b5c17b6-d05e-4117-a2e2-8058ea505a6f
Display More
Cheers