* assembling array after disk failure
@ 2013-10-26 21:04 Dan Knight
2013-10-26 22:03 ` Phil Turmel
0 siblings, 1 reply; 3+ messages in thread
From: Dan Knight @ 2013-10-26 21:04 UTC (permalink / raw)
To: linux-raid
Hello after some trouble with disks, I am trying to reassemble an
array. When I start the array, I am told I don't have enough disks to
start. What is really strange to me is that when I examine the disks in
the array, mdadm gives me different overall information for different
disks. What do I need to do to assemble the array?
**[root@server etc]# mdadm -As
**mdadm: /dev/md127 assembled from 3 drives - not enough to start the
array.**
*[root@server etc]# cat /proc/mdstat*
Personalities :
md127 : inactive sdf[2](S) sde[4](S) sdb[3](S) sdc[1](S) sdd[0](S)
9767572480 blocks super 0.91
unused devices: <none>
*[root@server etc]# mdadm --examine /dev/sdb*
/dev/sdb:
Magic : a92b4efc
Version : 0.91.00
UUID : ed465281:7b68fb12:01f9e43d:ac30fbff (local to host
server)
Creation Time : Sun Feb 20 18:39:42 2011
Raid Level : raid5
Used Dev Size : 1953514496 (1863.02 GiB 2000.40 GB)
Array Size : 7814057984 (7452.07 GiB 8001.60 GB)
Raid Devices : 5
Total Devices : 5
Preferred Minor : 127
Reshape pos'n : 7736445008 (7378.05 GiB 7922.12 GB)
Delta Devices : 1 (4->5)
Update Time : Tue Oct 22 16:43:25 2013
State : active
Active Devices : 3
Working Devices : 3
Failed Devices : 1
Spare Devices : 0
Checksum : 6e803a11 - correct
Events : 15471
Layout : left-symmetric
Chunk Size : 4K
Number Major Minor RaidDevice State
this 3 8 16 3 active sync /dev/sdb
0 0 0 0 0 removed
1 1 0 0 1 faulty removed
2 2 8 80 2 active sync /dev/sdf
3 3 8 16 3 active sync /dev/sdb
4 4 8 64 4 active sync /dev/sde
*[root@server etc]# mdadm --examine /dev/sdc*
/dev/sdc:
Magic : a92b4efc
Version : 0.91.00
UUID : ed465281:7b68fb12:01f9e43d:ac30fbff (local to host
server)
Creation Time : Sun Feb 20 18:39:42 2011
Raid Level : raid5
Used Dev Size : 1953514496 (1863.02 GiB 2000.40 GB)
Array Size : 7814057984 (7452.07 GiB 8001.60 GB)
Raid Devices : 5
Total Devices : 5
Preferred Minor : 127
Reshape pos'n : 7736445008 (7378.05 GiB 7922.12 GB)
Delta Devices : 1 (4->5)
Update Time : Tue Oct 22 14:42:50 2013
State : clean
Active Devices : 5
Working Devices : 5
Failed Devices : 0
Spare Devices : 0
Checksum : 6e805a2a - correct
Events : 15468
Layout : left-symmetric
Chunk Size : 4K
Number Major Minor RaidDevice State
this 1 8 32 1 active sync /dev/sdc
0 0 8 48 0 active sync /dev/sdd
1 1 8 32 1 active sync /dev/sdc
2 2 8 80 2 active sync /dev/sdf
3 3 8 16 3 active sync /dev/sdb
4 4 8 64 4 active sync /dev/sde
*[root@server etc]# mdadm --examine /dev/sdd*
/dev/sdd:
Magic : a92b4efc
Version : 0.91.00
UUID : ed465281:7b68fb12:01f9e43d:ac30fbff (local to host
server)
Creation Time : Sun Feb 20 18:39:42 2011
Raid Level : raid5
Used Dev Size : 1953514496 (1863.02 GiB 2000.40 GB)
Array Size : 7814057984 (7452.07 GiB 8001.60 GB)
Raid Devices : 5
Total Devices : 5
Preferred Minor : 127
Reshape pos'n : 7736445008 (7378.05 GiB 7922.12 GB)
Delta Devices : 1 (4->5)
Update Time : Tue Oct 22 14:42:50 2013
State : clean
Active Devices : 5
Working Devices : 5
Failed Devices : 0
Spare Devices : 0
Checksum : 6e805a38 - correct
Events : 15468
Layout : left-symmetric
Chunk Size : 4K
Number Major Minor RaidDevice State
this 0 8 48 0 active sync /dev/sdd
0 0 8 48 0 active sync /dev/sdd
1 1 8 32 1 active sync /dev/sdc
2 2 8 80 2 active sync /dev/sdf
3 3 8 16 3 active sync /dev/sdb
4 4 8 64 4 active sync /dev/sde
*[root@server etc]# mdadm --examine /dev/sde*
/dev/sde:
Magic : a92b4efc
Version : 0.91.00
UUID : ed465281:7b68fb12:01f9e43d:ac30fbff (local to host
server)
Creation Time : Sun Feb 20 18:39:42 2011
Raid Level : raid5
Used Dev Size : 1953514496 (1863.02 GiB 2000.40 GB)
Array Size : 7814057984 (7452.07 GiB 8001.60 GB)
Raid Devices : 5
Total Devices : 5
Preferred Minor : 127
Reshape pos'n : 7736445008 (7378.05 GiB 7922.12 GB)
Delta Devices : 1 (4->5)
Update Time : Tue Oct 22 16:43:25 2013
State : active
Active Devices : 3
Working Devices : 3
Failed Devices : 1
Spare Devices : 0
Checksum : 6e803a43 - correct
Events : 15471
Layout : left-symmetric
Chunk Size : 4K
Number Major Minor RaidDevice State
this 4 8 64 4 active sync /dev/sde
0 0 0 0 0 removed
1 1 0 0 1 faulty removed
2 2 8 80 2 active sync /dev/sdf
3 3 8 16 3 active sync /dev/sdb
4 4 8 64 4 active sync /dev/sde
*[root@server etc]# mdadm --examine /dev/sdf*
/dev/sdf:
Magic : a92b4efc
Version : 0.91.00
UUID : ed465281:7b68fb12:01f9e43d:ac30fbff (local to host
server)
Creation Time : Sun Feb 20 18:39:42 2011
Raid Level : raid5
Used Dev Size : 1953514496 (1863.02 GiB 2000.40 GB)
Array Size : 7814057984 (7452.07 GiB 8001.60 GB)
Raid Devices : 5
Total Devices : 5
Preferred Minor : 127
Reshape pos'n : 7736445008 (7378.05 GiB 7922.12 GB)
Delta Devices : 1 (4->5)
Update Time : Tue Oct 22 16:43:25 2013
State : active
Active Devices : 3
Working Devices : 3
Failed Devices : 1
Spare Devices : 0
Checksum : 6e803a4f - correct
Events : 15471
Layout : left-symmetric
Chunk Size : 4K
Number Major Minor RaidDevice State
this 2 8 80 2 active sync /dev/sdf
0 0 0 0 0 removed
1 1 0 0 1 faulty removed
2 2 8 80 2 active sync /dev/sdf
3 3 8 16 3 active sync /dev/sdb
4 4 8 64 4 active sync /dev/sde
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: assembling array after disk failure
2013-10-26 21:04 assembling array after disk failure Dan Knight
@ 2013-10-26 22:03 ` Phil Turmel
2013-10-26 22:31 ` Dan Knight
0 siblings, 1 reply; 3+ messages in thread
From: Phil Turmel @ 2013-10-26 22:03 UTC (permalink / raw)
To: Dan Knight, linux-raid
On 10/26/2013 05:04 PM, Dan Knight wrote:
> Hello after some trouble with disks, I am trying to reassemble an
> array. When I start the array, I am told I don't have enough disks to
> start. What is really strange to me is that when I examine the disks in
> the array, mdadm gives me different overall information for different
> disks. What do I need to do to assemble the array?
>
> **[root@server etc]# mdadm -As
> **mdadm: /dev/md127 assembled from 3 drives - not enough to start the
> array.**
> *[root@server etc]# cat /proc/mdstat*
> Personalities :
> md127 : inactive sdf[2](S) sde[4](S) sdb[3](S) sdc[1](S) sdd[0](S)
> 9767572480 blocks super 0.91
"--force" is your friend in such situations.
mdadm --stop /dev/md127
mdadm -Af /dev/md127 /dev/sd[bcdef]
You haven't given enough information for any advice on avoiding future
trouble...
Phil
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: assembling array after disk failure
2013-10-26 22:03 ` Phil Turmel
@ 2013-10-26 22:31 ` Dan Knight
0 siblings, 0 replies; 3+ messages in thread
From: Dan Knight @ 2013-10-26 22:31 UTC (permalink / raw)
To: Phil Turmel; +Cc: linux-raid
Thank you. --force is exactly what I needed to do. It is working
properly now.
On 10/26/2013 06:03 PM, Phil Turmel wrote:
> On 10/26/2013 05:04 PM, Dan Knight wrote:
>> Hello after some trouble with disks, I am trying to reassemble an
>> array. When I start the array, I am told I don't have enough disks to
>> start. What is really strange to me is that when I examine the disks in
>> the array, mdadm gives me different overall information for different
>> disks. What do I need to do to assemble the array?
>>
>> **[root@server etc]# mdadm -As
>> **mdadm: /dev/md127 assembled from 3 drives - not enough to start the
>> array.**
>> *[root@server etc]# cat /proc/mdstat*
>> Personalities :
>> md127 : inactive sdf[2](S) sde[4](S) sdb[3](S) sdc[1](S) sdd[0](S)
>> 9767572480 blocks super 0.91
> "--force" is your friend in such situations.
>
> mdadm --stop /dev/md127
> mdadm -Af /dev/md127 /dev/sd[bcdef]
>
> You haven't given enough information for any advice on avoiding future
> trouble...
>
> Phil
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-26 22:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26 21:04 assembling array after disk failure Dan Knight
2013-10-26 22:03 ` Phil Turmel
2013-10-26 22:31 ` Dan Knight
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).