From patchwork Thu Jul 23 20:51:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Omar Sandoval X-Patchwork-Id: 6856061 Return-Path: X-Original-To: patchwork-fstests@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E5AEDC05AC for ; Thu, 23 Jul 2015 20:52:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2535D20377 for ; Thu, 23 Jul 2015 20:52:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3005420225 for ; Thu, 23 Jul 2015 20:52:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754437AbbGWUwL (ORCPT ); Thu, 23 Jul 2015 16:52:11 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:47827 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754144AbbGWUwG (ORCPT ); Thu, 23 Jul 2015 16:52:06 -0400 Received: from pps.filterd (m0044008 [127.0.0.1]) by mx0a-00082601.pphosted.com (8.14.5/8.14.5) with SMTP id t6NKoYGt029373; Thu, 23 Jul 2015 13:52:04 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fb.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=facebook; bh=7sqyyP//UY3qGzRgb5yWXnHAAUCq8JcrTMCZtQuTrpg=; b=BHXL8QTCsiej72WdLCmP9lJ0lqfc4j3Zscn9aKb6s34gdHf3iQEzCym18EbUAm40e16w 4WVK0SAXqwTjL9kNEt1PdI3bSolC/2EXaGBSqw9zSgDLezFBYvck981e788HimPp3ro5 u1eVlmmhTHPN+CBluAG/8Cj2JdUdPujai4k= Received: from mail.thefacebook.com ([199.201.64.23]) by mx0a-00082601.pphosted.com with ESMTP id 1vu6pur5p2-2 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Thu, 23 Jul 2015 13:52:04 -0700 Received: from huxley.thefacebook.com (192.168.52.123) by mail.thefacebook.com (192.168.16.15) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 23 Jul 2015 13:52:03 -0700 From: Omar Sandoval To: CC: , Wang Yanfeng , Omar Sandoval Subject: [PATCH 1/3] btrfs/011: test replace on RAID 5/6 now that it's supported Date: Thu, 23 Jul 2015 13:51:49 -0700 Message-ID: <769c314845bd9341f93062204cbe435586674b1f.1437683940.git.osandov@fb.com> X-Mailer: git-send-email 2.4.6 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151, 1.0.33, 0.0.0000 definitions=2015-07-23_10:2015-07-22, 2015-07-23, 1970-01-01 signatures=0 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP btrfs replace has been supported on RAID 5/6 since Linux 3.19. Signed-off-by: Omar Sandoval Reviewed-by: Eryu Guan Reviewed-by: David Sterba --- tests/btrfs/011 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/btrfs/011 b/tests/btrfs/011 index f4f2fbed68d8..c7d35fa46062 100755 --- a/tests/btrfs/011 +++ b/tests/btrfs/011 @@ -282,8 +282,8 @@ workout "-m dup -d single" 1 cancel quick workout "-m dup -d dup -M" 1 no quick workout "-m raid0 -d raid0" 2 no quick workout "-m raid1 -d raid1" 2 no thorough -#workout "-m raid5 -d raid5" 2 no quick # not yet supported for btrfs replace -#workout "-m raid6 -d raid6" 3 no quick # not yet supported for btrfs replace +workout "-m raid5 -d raid5" 2 no quick +workout "-m raid6 -d raid6" 3 no quick workout "-m raid10 -d raid10" 4 no quick echo "*** done"