From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Turmel Subject: Re: RAID 5,6 sequential writing seems slower in newer kernels Date: Wed, 2 Dec 2015 09:45:06 -0500 Message-ID: <565F03F2.3070803@turmel.org> References: <20151202010745.GC9812@www5.open-std.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Robert Kierski , Dallas Clement Cc: "linux-raid@vger.kernel.org" List-Id: linux-raid.ids On 12/02/2015 09:18 AM, Robert Kierski wrote: > Sorry... I should have mentioned that I'm running the 3.18.4 kernel > with a 32 core xeon and 128G of memory. I'm not using a FS, I'm > going directly to the raid block device. I'm not sure if the parallelization of raid parity has been merged yet, but I'm pretty sure it isn't in 3.18. With one core tied up computing parity and the rest idle, that'd be 96.875% idle. Phil