Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751705AbdLNAU3 (ORCPT ); Wed, 13 Dec 2017 19:20:29 -0500 Received: from mga04.intel.com ([192.55.52.120]:32740 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751305AbdLNAU2 (ORCPT ); Wed, 13 Dec 2017 19:20:28 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,399,1508828400"; d="scan'208";a="15805401" Date: Wed, 13 Dec 2017 16:58:30 -0700 From: Scott Bauer To: Randy Dunlap Cc: dm-devel@redhat.com, snitzer@redhat.com, agk@redhat.com, linux-kernel@vger.kernel.org, keith.busch@intel.com, jonathan.derrick@intel.com Subject: Re: [PATCH v3 2/2] dm unstripe: Add documentation for unstripe target Message-ID: <20171213235829.tr62tyc3u2v77yp6@sbauer-Z170X-UD5> References: <20171213213332.2914-1-scott.bauer@intel.com> <20171213213332.2914-3-scott.bauer@intel.com> <808cd141-3c0a-d0ae-5b9d-efc19ab9f0fb@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <808cd141-3c0a-d0ae-5b9d-efc19ab9f0fb@infradead.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1157 Lines: 24 On Wed, Dec 13, 2017 at 04:18:06PM -0800, Randy Dunlap wrote: > Use ASCII characters ___ or ---, not whatever those bottom block characters are. Argh, sorry, I removed those for an internal review but forgot to remove them here. > > > + > > + The purpose of this unstriping is to provide better QoS in noisy > > + neighbor environments. When two partitions are created on the > > + aggregate drive without this unstriping, reads on one partition > > + can affect writes on another partition. This is because the partitions > > + are striped across the two cores. When we unstripe this hardware RAID 0 > > + and make partitions on each new exposed device the two partitions are now > > + physically separated. > > + > > + With the module we were able to segregate a fio script that has read and > > + write jobs that are independent of each other. Compared to when we run > > + the test on a combined drive with partitions, we were able to get a 92% > > + reduction in five-9ths read latency using this device mapper target. > > 5/9ths > although I can't quite parse that sentence. I'll reword it, thanks.