lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 3 May 2008 12:13:02 +0200
From:	Keld Jørn Simonsen <keld@...ug.dk>
To:	Alex Davis <alex14641@...oo.com>
Cc:	Kasper Sandberg <lkml@...anurb.dk>,
	David Greaves <david@...eaves.com>,
	David Lethe <david@...tools.com>,
	David Rees <drees76@...il.com>,
	Justin Piszcz <jpiszcz@...idpixels.com>,
	linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: Sharing disks amoung multiple software RAIDs

On Fri, May 02, 2008 at 05:44:18PM -0700, Alex Davis wrote:
> 
> 
> I code, therefore I am
> 
> 
> --- On Fri, 5/2/08, David Lethe <david@...tools.com> wrote:
> [snipped]
> > I was being too literal. md is a good solution (I use it
> > myself).  However, the OP wanted to "Make sure that if
> > one disk dies, the data is still in tact".  
> I was also concerned about performance. It seems that if the RAIDs will 
> be used heavily and independent of each other, and performance is a 
> concern, then dedicated disks (and possibly dedicated controllers)
> are the better option.

My understanding of having multiple, possibly differnet types of RAID
partitions say on two drives, are that performance-wise this are the
same considerations as for a single drive. You can worry about head
movement and seek times and transfer rates, but the problems are the
same for raid and non-raid. IMHO architecturally multiple RAIDs on same disks
do not introduce additional performance issues compared with single disk
solutions, nor with one-raid-per-set-of-drives solutions.

The above statement on having separate disks per raid is more or less the
same as saying that the more disks you have, the better.

If performance is an issue, then I am recommending my pet
raid10,f2 layout, which has a 30 - 80 % increased performance over
traditional RAID1, because it uses only the outer faster tracks on the
disk, and it has reduced seek time only searching on half of the disk
(and this the again the outer part, so that the head movement is reduced
to about 1/3). 

Best regards
keld
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ