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 BEB7EC433F5 for ; Mon, 3 Jan 2022 07:41:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230316AbiACHlo (ORCPT ); Mon, 3 Jan 2022 02:41:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229793AbiACHlm (ORCPT ); Mon, 3 Jan 2022 02:41:42 -0500 Received: from mail-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37401C061761 for ; Sun, 2 Jan 2022 23:41:42 -0800 (PST) Received: by mail-yb1-xb2c.google.com with SMTP id 139so65292747ybd.3 for ; Sun, 02 Jan 2022 23:41:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=colorremedies-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xRWpPzclZTjjn6rrnlVnX3D+69Y7cGa4t4VaoK848YQ=; b=hba3yLscMbP/+YcyBH6vOr5PZO7uMbQ3l9kxdOUc87MTBbKaG6fGzNkaAkLV+oblyU 4TdwcIx7Gdt7PwHoQHs4h/tUhyniBU1raVjaQns4gl2/6PBzDQOVMlNT+mrKZpgDRqIi gfbkt0OBUpHnj21TfHvObD+HCipGOsN3dCBn9pA8TzI2UoYtXdVJtQszTZp208KtUD/f ySHcQOBcy4Ru0eQalhiozYCMaywaWp4IzYbxj2WI2/PYDa988rgdgIf7NdGyktewk1lm Guj0VUIyfZ4uVFBDQ1WEPUnWhsQjCi0jwOuauA2vSPJQ9HJfWGHWshOaCLMBrMHTqBMy jKiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xRWpPzclZTjjn6rrnlVnX3D+69Y7cGa4t4VaoK848YQ=; b=oP7U/PBX03kYY6JY+0swJr+qAoe0T6CexCFAe9pWSw5vLgvgEk9CXTsLwLRScNfiBM fQ6AWoCrGKRUlMN7yxe4BpCeydaF2TJZTis0Vp1Rmqe1Ck1xZtP98usGuPXTVEtlYX1z m2nseSCNcxxIGxkPYRIBDExPljA9RIcv/QRcu9i+JVyHPUMnRKOBa5JDEhS4Q4R5rhwd wJ45ENgJWwHH8vTTs3y80pCKsNWhk4eeOj+z9AL6d7SoPHWmT+bJqgYrePuPR5zBiZhm Y9NBHeLRIjTmT1tvMJZhQug18TXkmOEvbm93Q7L11bMPNAvSKkCyE7H8vIkNCxkicuam JDuA== X-Gm-Message-State: AOAM530NGTduz9s31cNtF44jppiTlnA9xe5dnrw3jIUXmZ3TjdA565RV V8I+4sBkU7UbWziHxbfiLiKvslIk1tzB4aCQzcrnHHWP6EoOCg== X-Google-Smtp-Source: ABdhPJzx2Pk3nzpv3zCQRq9+cfKP0XwAMYLlIOnYQ1ODNWARU63HY3pImtRrVH3qvDpwkRWqNHlaajnRkpopfkrKZxA= X-Received: by 2002:a25:1505:: with SMTP id 5mr42590966ybv.695.1641195701269; Sun, 02 Jan 2022 23:41:41 -0800 (PST) MIME-Version: 1.0 References: <59a9506eb880b054f8eff90d5b26ad0c673c7e1f.camel@ericlevy.name> <109cc618254b1f8d9365bd4ecb7eb435dea91353.camel@ericlevy.name> In-Reply-To: From: Chris Murphy Date: Mon, 3 Jan 2022 00:41:25 -0700 Message-ID: Subject: Re: parent transid verify failed To: Eric Levy Cc: "linux-btrfs@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Sat, Jan 1, 2022 at 9:03 PM Eric Levy wrote: > > On Sat, 2022-01-01 at 22:27 -0500, Zygo Blaxell wrote: > > Since you're transitioning from one disk to multiple disks, you > > should > > convert metadata to raid1, and ensure there's sufficient unallocated > > space on the first drive to hold metadata as it grows. This can be > > done > > I thought it was the default for disk pools, fully duplicated metadata, > and JBOD-style for payload data. raid1 is the default profile for metadata at mkfs time for multiple device file systems. However, dup is the default profile for metadata at mkfs time for single device file systems, and it's not automatically converted to raid1 when you add additional devices. -- Chris Murphy