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 5691AECAAD3 for ; Mon, 5 Sep 2022 14:43:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238655AbiIEOm6 (ORCPT ); Mon, 5 Sep 2022 10:42:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238384AbiIEOmf (ORCPT ); Mon, 5 Sep 2022 10:42:35 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 515AD5F12E; Mon, 5 Sep 2022 07:40:03 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id AA17268BFE; Mon, 5 Sep 2022 16:39:51 +0200 (CEST) Date: Mon, 5 Sep 2022 16:39:51 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , Chris Mason , Josef Bacik , David Sterba , Damien Le Moal , Naohiro Aota , Qu Wenruo , Jens Axboe , "Darrick J. Wong" , "linux-block@vger.kernel.org" , "linux-btrfs@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" Subject: Re: [PATCH 16/17] btrfs: split zone append bios in btrfs_submit_bio Message-ID: <20220905143951.GA6367@lst.de> References: <20220901074216.1849941-1-hch@lst.de> <20220901074216.1849941-17-hch@lst.de> <20220905142543.GA5262@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Sep 05, 2022 at 02:31:53PM +0000, Johannes Thumshirn wrote: > hmm I got that one triggered with fsx: > > + /home/johannes/src/fstests/ltp/fsx -d /mnt/test/test Odd. Is this a raid stripe tree setup where one copy is using zone append and another isn't? Because without that I can't see how this would happen. If not cane you send me the reproducer including the mkfs line?