On 12/28/2017 03:33 AM, Gandalf Corvotempesta wrote: > Il mercoledì 27 dicembre 2017, Phil Turmel <philip@xxxxxxxxxx > <mailto:philip@xxxxxxxxxx>> ha scritto: > > I think you mean "is an issue" .... > > > No, is not an issue as long it's a temporary step... Ok. Then: > I can remove one disk from the 3way mirror for this operation, after > that, growing from a 2way mirror to a raid6 should be possible, right ? Yes, I think so. A quick test with some loop devices on your kernel will tell you for sure, and if it will take only one step. > Yes I have LVM and I can add a fifth drive, but I prefer to only add a > fourth drive and move from current 3way mirror to raid 6 With LVM, it is always possible to set up new drives in an entirely new raid of the desired configuration, possibly with a "missing" or two, add it as a physical volume to the same VG, then mirror the LVs across both arrays. (Or just pvmove if the target array's redundancy is sufficient.) Move redundant drives from old array to new if needed, then vgreduce to drop the old array. > It's a mailserver, is a raid6 a performance killer? I've never put a mail archive on raid6. I'd be concerned. It's basically a random access workload with small reads and writes. That is a recipe that'll maximize the write-amplification slowdown of raid6. Consider converting to raid10,near3 n=4, or raid10,near3 n=5 to get a little more capacity but keep the high performance of mirroring. Raid10 doesn't require the array's member count be a multiple of the number of copies. Phil -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html