T
Tegger
Mitglied
Hallo,
ich versuche in seiner XEN Domain ein mdadm Raid5 zu erstellen. Dazu habe ich 3 Identische Festplatte in die Domain durchgereicht, eine primäre Partition erstellt und mittels
beim erstellen kam schon der Fehler
nach mdstat auch inaktiv
dann habe ich entdeckt dass die Partition auf Linux raid autodetect geändert werden sollen, jedoch läuft mdadm immer noch nicht...
kann mir da mal jemand helfen ?
ich versuche in seiner XEN Domain ein mdadm Raid5 zu erstellen. Dazu habe ich 3 Identische Festplatte in die Domain durchgereicht, eine primäre Partition erstellt und mittels
Code:
mdadm --create /dev/md0--level=1 --raid-device=3 /dev/xvdb1 /dev/xvdc1 /dev/xvdd1
beim erstellen kam schon der Fehler
Code:
mdadm: failed to run array /dev/md0: Invalid argument
nach mdstat auch inaktiv
Code:
cat /proc/mdstat
Personalities :
md0 : inactive xvdb[0] xvdd[2] xvdc[1]
732595392 blocks
dann habe ich entdeckt dass die Partition auf Linux raid autodetect geändert werden sollen, jedoch läuft mdadm immer noch nicht...
Code:
Disk /dev/xvdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe86f85d6
Device Boot Start End Blocks Id System
/dev/xvdb1 1 30401 244196001 fd Linux raid autodetect
Disk /dev/xvdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7b497238
Device Boot Start End Blocks Id System
/dev/xvdc1 1 30401 244196001 fd Linux raid autodetect
Disk /dev/xvdd: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0009ae6e
Device Boot Start End Blocks Id System
/dev/xvdd1 1 30401 244196001 fd Linux raid autodetect
kann mir da mal jemand helfen ?