From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com ([209.132.183.28]:50195 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375AbcDUDWy (ORCPT ); Wed, 20 Apr 2016 23:22:54 -0400 Date: Thu, 21 Apr 2016 11:22:51 +0800 From: Eryu Guan Subject: Re: [PATCH 2/2 V2] dm-thinp demo test Message-ID: <20160421032251.GB4675@eguan.usersys.redhat.com> References: <5717DA92.4030003@redhat.com> <5717DB06.2060004@sandeen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5717DB06.2060004@sandeen.net> Sender: fstests-owner@vger.kernel.org To: Eric Sandeen Cc: Eric Sandeen , fstests , Mike Snitzer , Xiong Zhou List-ID: On Wed, Apr 20, 2016 at 03:39:50PM -0400, Eric Sandeen wrote: > Fairly trivial test to use the dm-thin infrastructure. > > Right now it exhausts space in queue-on-error mode, > adds more space, does a bit more IO, then unmounts & > checks the fs. > > Not sure if that's valid to test, but it works here and > demonstrates the common/dmthin helpers. > > Signed-off-by: Eric Sandeen Tested with ext2, ext4, v5 xfs, v4 xfs and btrfs, all look good. Reviewed-by: Eryu Guan Xiong Zhou helped resend v2 of this patch back in Feb., but seems that patch got lost. Thanks Eric for resending! Eryu