linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* AW: raid1 reconfig failed to work! help!
@ 2002-10-02 13:01 Martin Bene
  2002-10-02 14:00 ` Alex
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Bene @ 2002-10-02 13:01 UTC (permalink / raw)
  To: Alex, linux-raid

> [root@server root]# cat /etc/raidtab
> raiddev /dev/md0
>         raid-level      1
>         nr-raid-disks   2
>         nr-spare-disks  0
>         chunk-size     32
>         persistent-superblock 1
>         device          /dev/sdb1
>         raid-disk       0
>         device          /dev/sdc1
>         raid-disk       1
> 
> Now i tryed to add a spare hdd. For this, i edited a newraidtab file:
> [root@server root]# cat /etc/newraidtab
> raiddev /dev/md0
>         raid-level      1
>         nr-raid-disks   2
>         nr-spare-disks  1
>         chunk-size     32
>         persistent-superblock 1
>         device          /dev/sdb1
>         raid-disk       0
>         device          /dev/sdc1
>         raid-disk       1
> 	device	/dev/sdb1
> 	spare-disk	0

> [root@server root]# raidreconf -o /etc/raidtab -n /etc/newraidtab -m 

You don't need raidreconf to add a spare disk; just add it with raidhotadd to
the running array.

Bye, Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-02 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-02 13:01 AW: raid1 reconfig failed to work! help! Martin Bene
2002-10-02 14:00 ` Alex
2002-10-02 14:06   ` Derek Vadala
2002-10-02 14:29     ` Alex

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).