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 C9643C433F5 for ; Mon, 14 Mar 2022 22:45:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238415AbiCNWqu (ORCPT ); Mon, 14 Mar 2022 18:46:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232454AbiCNWqt (ORCPT ); Mon, 14 Mar 2022 18:46:49 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE08136173; Mon, 14 Mar 2022 15:45:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=D0Z22KQQxwYjzOvYM7WsI37q+7g8YdO5f8f+qk77u9s=; b=YDPvVSxFNmcud3pBJlvRspp2M+ rWXmXzqkrL49o7PQgu54oOGl98Xix6CVniW69ad+dbMBNXVqn2UayF9Y+tjJ+avNj0kpIHCSBJVnY AKG2jYpcMJa7dlmkF3t1amQtR54wLVyqwbB9o+Ra0gninfKuN+n+h8l9hvWmAPruhtPInnn4XpUxJ tpU0y66+L3go9pUqPZCWUNJZfoNu05fKFmtgwKTmOAOT3aQHSar2wHUMCeqhxc1yKNK8Kxpezrykf d5T1trEjQqWMR+sCaNQCFjgmNrShl19hJvHzq0FbWPrAv5Du3TWwlvk2Z7rX66rqN4dXnllCL1Tqp /R55kkOw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nTtRQ-0074q7-W3; Mon, 14 Mar 2022 22:45:28 +0000 Date: Mon, 14 Mar 2022 15:45:28 -0700 From: Luis Chamberlain To: Josef Bacik , David Sterba Cc: Theodore Ts'o , Greg KH , Amir Goldstein , Sasha Levin , lsf-pc , linux-btrfs@vger.kernel.org, linux-fsdevel , Jan Kara , "Darrick J. Wong" , Matthew Wilcox , Goldwyn Rodrigues , Pankaj Raghav , Javier =?iso-8859-1?Q?Gonz=E1lez?= , Damien Le Moal , Johannes Thumshirn , Chaitanya Kulkarni , Adam Manzanares , kanchan Joshi , Pankaj Raghav , Kanchan Joshi Subject: btrfs profiles to test was: (Re: [LSF/MM TOPIC] FS, MM, and stable trees) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Mar 11, 2022 at 06:07:21PM -0800, Luis Chamberlain wrote: > On Thu, Mar 10, 2022 at 01:51:22PM -0500, Josef Bacik wrote: > > [root@fedora-rawhide ~]# cat /xfstests-dev/local.config > > [btrfs_normal_freespacetree] > > [btrfs_compress_freespacetree] > > [btrfs_normal] > > [btrfs_compression] > > [kdave] > > [btrfs_normal_noholes] > > [btrfs_compress_noholes] > > [btrfs_noholes_freespacetree] > > + linux-btrfs and zone folks. > > The name needs to be: $FS_$FANCY_SINGLE_SPACED_NAME Actually using_underscores_is_fine for the hostnames so we can keep your original except kdave :) and that just gets mapped to btrfs_kdave for now until you guys figure out what to call it. Likewise it would be useful if someone goees through these and gives me hints as to the kernel revision that supports such config, so that if testing on stable for instance or an older kernel, then the kconfig option for them does not appear. > I see nothing for NVMe ZNS.. so how about > > [btrfs_zns] > MKFS_OPTIONS="-f -d single -m single" > TEST_DEV=@FSTESTSTESTZNSDEV@ > SCRATCH_DEV_POOL="@FSTESTSSCRATCHDEVZNSPOOL@" > > [btrfs_simple] > TEST_DEV=@FSTESTSTESTSDEV@ > MKFS_OPTIONS="-f -d single -m single" > SCRATCH_DEV_POOL="@FSTESTSSCRATCHDEVPOOL@" > > The idea being btrfs_simple will not use zns drives behind the scenes > but btrfs_zns will. I went with: [btrfs_simple] [btrfs_simple_zns] If there are other ZNS profiles we can use / should test please let me know. Thanks, Luis