X-Spam-Checker-Version: SpamAssassin 3.4.0-r929098 (2010-03-30) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,J_CHICKENPOX_53, J_CHICKENPOX_63 autolearn=no version=3.4.0-r929098 Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q1MISSWM041167 for ; Wed, 22 Feb 2012 12:28:28 -0600 Received: from whiskey.americas.sgi.com (whiskey.americas.sgi.com [128.162.233.19]) by relay1.corp.sgi.com (Postfix) with ESMTP id DA1A48F8033; Wed, 22 Feb 2012 10:28:24 -0800 (PST) Received: by whiskey.americas.sgi.com (Postfix, from userid 4600) id 4938E426DA8; Wed, 22 Feb 2012 12:28:32 -0600 (CST) Message-Id: <20120222182832.076759206@sgi.com> User-Agent: quilt/0.48-1 Date: Wed, 22 Feb 2012 12:27:14 -0600 From: Ben Myers To: Christoph Hellwig Cc: Mitsuo Hayasaka , Mark Tinguely , Ben Myers , xfs@oss.sgi.com Subject: [patch 1/1] xfstests: update inode softlimit output in 050 References: <20120222182713.040087240@sgi.com> Content-Disposition: inline; filename=xfstests-fix-050-after-20f12d8 With Mitsuo Hayasaka's kernel patch "xfs: change available ranges of softlimit and hardlimit in quota check", xfs quota behavior is slightly different. This needs to be reflected in test 050. The new behavior is that we only start the timer when we're above soft inode quota, and we don't start the timer when we're at or below. Signed-off-by: Ben Myers Index: xfstests/050.out =================================================================== --- xfstests.orig/050.out +++ xfstests/050.out @@ -20,7 +20,7 @@ realtime =RDEV extsz=XXX blocks=XXX, rte *** push past the soft block limit [ROOT] 0 0 0 00 [--------] 3 0 0 00 [--------] 0 0 0 00 [--------] -[NAME] 140 100 500 00 [7 days] 4 4 10 00 [7 days] 0 0 0 00 [--------] +[NAME] 140 100 500 00 [7 days] 4 4 10 00 [--------] 0 0 0 00 [--------] *** push past the hard inode limit (expect EDQUOT) [ROOT] 0 0 0 00 [--------] 3 0 0 00 [--------] 0 0 0 00 [--------] @@ -52,7 +52,7 @@ realtime =RDEV extsz=XXX blocks=XXX, rte *** push past the soft block limit [ROOT] 0 0 0 00 [--------] 3 0 0 00 [--------] 0 0 0 00 [--------] -[NAME] 140 100 500 00 [7 days] 4 4 10 00 [7 days] 0 0 0 00 [--------] +[NAME] 140 100 500 00 [7 days] 4 4 10 00 [--------] 0 0 0 00 [--------] *** push past the hard inode limit (expect EDQUOT) [ROOT] 0 0 0 00 [--------] 3 0 0 00 [--------] 0 0 0 00 [--------] @@ -148,7 +148,7 @@ realtime =RDEV extsz=XXX blocks=XXX, rte *** push past the soft block limit [ROOT] 0 0 0 00 [--------] 3 0 0 00 [--------] 0 0 0 00 [--------] -[NAME] 140 100 500 00 [7 days] 4 4 10 00 [7 days] 0 0 0 00 [--------] +[NAME] 140 100 500 00 [7 days] 4 4 10 00 [--------] 0 0 0 00 [--------] *** push past the hard inode limit (expect EDQUOT) [ROOT] 0 0 0 00 [--------] 3 0 0 00 [--------] 0 0 0 00 [--------]