From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B51EC43334 for ; Thu, 7 Jul 2022 13:36:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235188AbiGGNgs (ORCPT ); Thu, 7 Jul 2022 09:36:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235156AbiGGNgr (ORCPT ); Thu, 7 Jul 2022 09:36:47 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A55A61EAEF for ; Thu, 7 Jul 2022 06:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kbMpQ669EYnqVaPHDTo73zzGSSiAmnSkGwKpRBasvPM=; b=m2PsY4l3rvyBdnJL6QF8g/h7NL 9KNH0uv/Lb0pxVzQRF+iSrwWkn6b4dXOhWbMhdlFV5lsnR+nP88Jg3AAmOoOMTZ3cBsi7iOpMCA+U AcDvAIGACDd8nHUCUrjKU25Jxz6ut655+l8mYIEXlem6AEb857kVKzXI4HIoLoPjj8fpyEWLf5wgZ hUBmZhRJRr55qaLyanlqOpz05af8r8Ec9Bgq7Kd99cl7qAzbih7GXILM4j1Et602OuwX8P64ykhFp dLxr6dK9x5Gv273CdmeNJkIUGhFytI3Q4ocgzR+Mq/Z3bY0C/UX2ZjXT96SEvFZCgXWgkexK2TT47 nL5h4xXA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9RgU-00GHzZ-29; Thu, 07 Jul 2022 13:36:46 +0000 Date: Thu, 7 Jul 2022 06:36:46 -0700 From: Christoph Hellwig To: Qu Wenruo Cc: Christoph Hellwig , Qu Wenruo , linux-btrfs@vger.kernel.org Subject: Re: [PATCH 00/12] btrfs: introduce write-intent bitmaps for RAID56 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Thu, Jul 07, 2022 at 01:48:11PM +0800, Qu Wenruo wrote: > - It may not support RAID56 for metadata forever. > This may not be a big deal though. Does parity raid for metadata make much sense to start with? > - Not yet determined how RST to handle non-COW RAID56 writes The whole point is that with parity raid you really do not ever want to do non-COW writes, as that is what gets you the raid hole problem.