From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755421Ab3B0Vaf (ORCPT ); Wed, 27 Feb 2013 16:30:35 -0500 Received: from li9-11.members.linode.com ([67.18.176.11]:50432 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752627Ab3B0Vac (ORCPT ); Wed, 27 Feb 2013 16:30:32 -0500 Date: Wed, 27 Feb 2013 16:30:13 -0500 From: "Theodore Ts'o" To: Dmitry Monakhov Cc: Dave Jones , Markus Trippelsdorf , Linus Torvalds , "gnehzuil.liu" , Zheng Liu , Borislav Petkov , "linux-ext4@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [GIT PULL] ext4 updates for 3.9 Message-ID: <20130227213013.GG14253@thunk.org> Mail-Followup-To: Theodore Ts'o , Dmitry Monakhov , Dave Jones , Markus Trippelsdorf , Linus Torvalds , "gnehzuil.liu" , Zheng Liu , Borislav Petkov , "linux-ext4@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: <98C6DE45-F050-4AAD-82E2-7352F5BB0A5D@gmail.com> <20130227172256.GA236@x4> <7BFB2135-A1F0-4B6D-9962-16E75E5560F8@gmail.com> <20130227174553.GA224@x4> <20130227184912.GA19624@thunk.org> <20130227185625.GA224@x4> <20130227191923.GA1121@redhat.com> <20130227192907.GB14253@thunk.org> <87k3pteank.fsf@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k3pteank.fsf@openvz.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 28, 2013 at 12:58:55AM +0400, Dmitry Monakhov wrote: > Indeed. That's why i give-up rotated disks and run xfstest only on SSD > or brd module Note that some problems only show up on slower devices (because then the race window is wider), and sometimes they only show up on fast devices. This is why I've been doing runs on both HDD's and on tmpfs kvm disk image files. > Later we can simply run xfstest/fio/fsx on this image. > I'll prepare new xfstest based on that idea. But the only disadvantage > is that loop dev has bottleneck, all requests will be serialized on i_mutex. If the image file is used as a disk file for KVM, that should avoid the serialization bottleneck of using the loop device. Regards, - Ted