From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q5IGWEXa207236 for ; Mon, 18 Jun 2012 11:32:14 -0500 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by cuda.sgi.com with ESMTP id jp4FfC58v1LH6zPj for ; Mon, 18 Jun 2012 09:32:13 -0700 (PDT) Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5IGWCfR032430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 18 Jun 2012 12:32:12 -0400 Message-ID: <4FDF583A.2040403@redhat.com> Date: Mon, 18 Jun 2012 12:32:58 -0400 From: Brian Foster MIME-Version: 1.0 Subject: Re: [PATCH] xfstests: filter out latest xfsdump version messages References: <1340034963-24932-1-git-send-email-bfoster@redhat.com> <4FDF54BB.1060902@redhat.com> In-Reply-To: <4FDF54BB.1060902@redhat.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Eric Sandeen Cc: xfs@oss.sgi.com On 06/18/2012 12:18 PM, Eric Sandeen wrote: > On 6/18/12 10:56 AM, Brian Foster wrote: >> The latest version of xfsdump/restore (3.1.0) causes dump tests >> to complain. Fix up the filter to include a wider selection of >> version numbers. > > Looks good to me, thanks - I'll merge it, but I think I'll > add a "^version" to it to make it a little more selective, > if that's ok with you. > Fine by me, thanks. Brian > Reviewed-by: Eric Sandeen > >> Signed-off-by: Brian Foster >> --- >> common.dump | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/common.dump b/common.dump >> index ca09ec1..61d3f43 100644 >> --- a/common.dump >> +++ b/common.dump >> @@ -863,7 +863,7 @@ _dump_filter_main() >> -e 's/1048576/BLOCKSZ/' \ >> -e 's/2097152/BLOCKSZ/' \ >> -e 's/(pid[ ]*[1-9][0-9]*)/\(pid PID\)/' \ >> - -e '/version 3\.0/d' \ >> + -e '/version [3-9]\.[0-9]/d' \ >> -e 's/\/hw\/module.*$/SCRATCH_DEV/' \ >> -e 's/xfsdump: ino map phase 1: .*/xfsdump: ino map /' \ >> -e '/xfsdump: ino map phase [2]/,1d' \ > _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs