From patchwork Tue Jul 7 02:12:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Yanfeng X-Patchwork-Id: 6729611 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B87D29F2F0 for ; Tue, 7 Jul 2015 02:13:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EBE932074E for ; Tue, 7 Jul 2015 02:13:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E407120709 for ; Tue, 7 Jul 2015 02:13:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751948AbbGGCMj (ORCPT ); Mon, 6 Jul 2015 22:12:39 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:57207 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751342AbbGGCMh (ORCPT ); Mon, 6 Jul 2015 22:12:37 -0400 X-IronPort-AV: E=Sophos;i="5.13,665,1427731200"; d="scan'208";a="98148931" Received: from bogon (HELO edo.cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 07 Jul 2015 10:16:28 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (localhost.localdomain [127.0.0.1]) by edo.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id t672ApgL015336 for ; Tue, 7 Jul 2015 10:10:51 +0800 Received: from john-Lenovo.g08.fujitsu.local (10.167.226.54) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.181.6; Tue, 7 Jul 2015 10:12:33 +0800 From: Wang Yanfeng To: Subject: [PATCH] Documentation: update btrfs-replace manual to support RAID5/6 Date: Tue, 7 Jul 2015 10:12:16 +0800 Message-ID: <1436235136-25282-1-git-send-email-wangyf-fnst@cn.fujitsu.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [10.167.226.54] Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 Man manual need to be updated since RAID5/6 has been supported by btrfs-replace. Signed-off-by: Wang Yanfeng --- Documentation/btrfs-replace.asciidoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/btrfs-replace.asciidoc b/Documentation/btrfs-replace.asciidoc index 774d850..5a14a40 100644 --- a/Documentation/btrfs-replace.asciidoc +++ b/Documentation/btrfs-replace.asciidoc @@ -13,11 +13,6 @@ DESCRIPTION ----------- *btrfs replace* is used to replace btrfs managed devices with other device. -NOTE: this is not currently supported for RAID5/6 profiles and must use the -device add/delete workaround. -It is recommended to see `btrfs-device`(8) for more details about btrfs device -management. - SUBCOMMAND ---------- *cancel* ::