From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yw0-f176.google.com ([209.85.161.176]:34716 "EHLO mail-yw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751354AbdIAH3k (ORCPT ); Fri, 1 Sep 2017 03:29:40 -0400 MIME-Version: 1.0 In-Reply-To: <20170831033818.GH27835@eguan.usersys.redhat.com> References: <1504104706-11965-1-git-send-email-amir73il@gmail.com> <20170830152326.vil3fhsrecp2ccql@destiny> <20170831033818.GH27835@eguan.usersys.redhat.com> From: Amir Goldstein Date: Fri, 1 Sep 2017 10:29:38 +0300 Message-ID: Subject: Re: [PATCH v2 00/14] Crash consistency xfstest using dm-log-writes Content-Type: text/plain; charset="UTF-8" Sender: fstests-owner@vger.kernel.org To: Eryu Guan Cc: Josef Bacik , Josef Bacik , "Darrick J . Wong" , Christoph Hellwig , fstests , linux-fsdevel , linux-xfs List-ID: On Thu, Aug 31, 2017 at 6:38 AM, Eryu Guan wrote: ... > The first 6 patches are all prepare work and seem fine, so I probably > will push them out this week. But I may need more time to look into all > these log-writes dm target and fsx changes. > > But seems that there're still problems not sorted out (e.g. this > log-write bug), I'd prefer, when they get merged, removing the auto > group for now until things settle down a bit. > I don't object to removing the auto group, but keep in mind that this test is opt-in anyway, because it requires to define LOGWRITES_DEV (well it SHOULD require, I actually forgot to check it...) For now, it seems that the problem observed with kvm-xfstests is specific to kvm-qemu aio=threads config, so you shouldn't have any problems trying out the test on non kvm setup. Amir.