From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Thornber Subject: Re: [PATCH 1/2] dm-kcopyd: introduce per-module throttle structure Date: Fri, 10 Jun 2011 14:48:00 +0100 Message-ID: <20110610134759.GA10908@ubuntu> References: <20110601095106.GA3718@ubuntu> <20110603110111.GA4969@ubuntu> <20110609094746.GA3152@ubuntu> <20110610084424.GA3672@ubuntu> <20110610092834.GB22211@barkeeper1-xen.linbit> <20110610101446.GB10144@ubuntu> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mikulas Patocka Cc: device-mapper development , "Alasdair G. Kergon" List-Id: dm-devel.ids On Fri, Jun 10, 2011 at 09:41:50AM -0400, Mikulas Patocka wrote: > This works if the data is directly on the partition, but it won't work on > the device mapper (if MD is on the device mapper, it won't work too). > > The device mapper has no function to tell where the bio is finally > remapped, so you can't read disk statistics for that particular disk. ok, thx