Quantcast
Viewing all articles
Browse latest Browse all 36171

mdadm, container help

Hi,

I let the installer create some software raid volumes, then I tried to add a spare disk and now I have no idea what is wrong.

basically, spare I added SDD is not listed in MD125. all drives are listed in MD127 as (S, and MD127 is inactive. I'm just :confused:

any help please

here is the output for some commands

Code:

cat /proc/mdstat

Personalities : [raid6] [raid5] [raid4]
md125 : active raid5 sda[2] sdc[1] sdb[0]
      321668096 blocks super external:/md127/0 level 5, 64k chunk, algorithm 0 [3/3] [UUU]

md127 : inactive sdd[3](S) sda[2](S) sdb[1](S) sdc[0](S)
      9208 blocks super external:imsm

Code:

mdadm --detail /dev/md125
/dev/md125:
      Container : /dev/md127, member 0
    Raid Level : raid5
    Array Size : 321668096 (306.77 GiB 329.39 GB)
  Used Dev Size : 160834176 (153.38 GiB 164.69 GB)
  Raid Devices : 3
  Total Devices : 3

          State : clean
 Active Devices : 3
Working Devices : 3
 Failed Devices : 0
  Spare Devices : 0

        Layout : left-asymmetric
    Chunk Size : 64K


          UUID : 54c8491e:cf67bb48:c03cc965:efd2ff9c
    Number  Major  Minor  RaidDevice State
      2      8        0        0      active sync  /dev/sda
      1      8      32        1      active sync  /dev/sdc
      0      8      16        2      active sync  /dev/sdb

Code:

mdadm --detail /dev/md127
/dev/md127:
        Version : imsm
    Raid Level : container
  Total Devices : 4

Working Devices : 4


          UUID : f44df5dc:275b44e1:97d14a2a:823d61f6
  Member Arrays : /dev/md/Volume0

    Number  Major  Minor  RaidDevice

      0      8      32        -        /dev/sdc
      1      8      16        -        /dev/sdb
      2      8        0        -        /dev/sda
      3      8      48        -        /dev/sdd


Viewing all articles
Browse latest Browse all 36171

Trending Articles