* mdadm on huge raid sets
@ 2007-05-22 19:51 Erich Weiler
2007-05-22 22:12 ` Neil Brown
0 siblings, 1 reply; 2+ messages in thread
From: Erich Weiler @ 2007-05-22 19:51 UTC (permalink / raw)
To: linux-raid
Greetings all-
Quick question. We've got one of these new Sun x4500's, it is basically
a machine with 48 disks in it, no hardware RAID controller, so you have
to use software RAID, in our case mdadm because we're running RHEL 4.4.
When we try to create the raid set (RAID6), we're getting an error:
"Invalid number of devices" (47 devices). We tried lowering the number,
and eventually it worked when we brought the number down to 27. But
looking at the source code, it looks like it supports up to 256 devices
for RAID6... ? Any insight would be much appreciated!!
Thanks a million,
-erich
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: mdadm on huge raid sets
2007-05-22 19:51 mdadm on huge raid sets Erich Weiler
@ 2007-05-22 22:12 ` Neil Brown
0 siblings, 0 replies; 2+ messages in thread
From: Neil Brown @ 2007-05-22 22:12 UTC (permalink / raw)
To: Erich Weiler; +Cc: linux-raid
On Tuesday May 22, weiler@soe.ucsc.edu wrote:
> Greetings all-
>
> Quick question. We've got one of these new Sun x4500's, it is basically
> a machine with 48 disks in it, no hardware RAID controller, so you have
> to use software RAID, in our case mdadm because we're running RHEL 4.4.
>
> When we try to create the raid set (RAID6), we're getting an error:
> "Invalid number of devices" (47 devices). We tried lowering the number,
> and eventually it worked when we brought the number down to 27. But
> looking at the source code, it looks like it supports up to 256 devices
> for RAID6... ? Any insight would be much appreciated!!
Use "--metadata=1" to mdadm. The 0.90 superblock has a limit of 27
devices. version 1 has no fixed limit, but the code might not support
more than 384 very well.
>
> Thanks a million,
That would be a megathank :-?
NeilBrown
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-22 22:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22 19:51 mdadm on huge raid sets Erich Weiler
2007-05-22 22:12 ` Neil Brown
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).