Am 03.12.22 um 19:27 schrieb David T-G:
Anthony, et al -- ...and then Wols Lists said... % On 03/12/2022 05:58, David T-G wrote: % > % > I've finally convinced The Boss to spring for additional disks so that I % > can mirror, so our two servers both have SSD mirroring; yay. The web % > server doesn't need much space, so it has a pair of 4T HDDs mirrored as % > well ... but as RAID10 since I thought that that was cool. Ah, well. % % Raid 10 across two drives? Do I read you right? So you can easily add a 3rd % drive to get 6TB of usable storage, but raid 10 x 2 drives = raid 1 ... Thanks for the aa/bb/cc non-symmetrical layout help recently. I think I see where you're going here. But that isn't what I have in this case. Each disk is sliced into two large partitions that take up about half: The two halves of each disk are then mirrored across -- BUT in an "X" layout. Note that b1 pairs with c2 and c1 pairs with b2. Finally, the mirrors are striped together (perhaps that should have been a linear instead) to make the final device. The theory was that each disk would hold half of the total in the first half of its space and that md would be clever enough to ask the proper disk for the sector to keep the head in that short run. Writes cover the whole disk one way or another, of course, but reads should require less head movement and be quicker.
but common sense should tell you that's nonsense with slicing! that only would be true if it would be instead of partitions on the same disk *psyiscal devices*
partitions are always nosense when it comes to performance, they are for logical sepearate data and nothing else