From: David Sterba <dsterba@suse.cz>
To: Qu Wenruo <wqu@suse.com>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: [PATCH 0/3] btrfs-progs: allow tree-checker to be triggered more frequently for btrfs-convert
Date: Tue, 16 Jan 2024 19:37:18 +0100 [thread overview]
Message-ID: <20240116183718.GD31555@twin.jikos.cz> (raw)
In-Reply-To: <cover.1705135055.git.wqu@suse.com>
On Sat, Jan 13, 2024 at 07:15:28PM +1030, Qu Wenruo wrote:
> We have issue #731, which is a large ext4 fs, and triggered tree-checker
> very reliably.
>
> The root cause is the bad write behavior of btrfs-convert, which always
> insert inode refs/file extents/xattrs first, then the inode item.
>
> Such bad behavior would normally trigger tree-checker, but for our
> regular convert tests, it doesn't get trigger because:
>
> - We have metadata cache
> The default size is system memory / 4, which can be very very large.
> And written tree blocks would still be cached thus no tree-checker
> triggered for those cached tree blocks.
>
> - We won't commit transaction for every copied inodes
> This means for a lot of cases, we may just commit a large transaction
> for all inodes, further reduce the chance to trigger tree checker.
>
> This patchset would introduce two debug environment variables:
>
> - BTRFS_PROGS_DEBUG_METADATA_CACHE_SIZE
> Global metadata cache size, affecting all btrfs-progs tools that opens
> an unmounted btrfs.
>
> - BTRFS_PROGS_DEBUG_BLOCKS_USED_THRESHOLD
> This only affects ext2 conversion, which determine how many bytes of
> dirty tree blocks we need before commit a transaction.
>
> Those two variables would affect the speed of btrfs-convert greatly, and
> we mostly use them for the selftests, thus they won't be documented
> anyway but the source code.
Please add some documentation for them to tests/README.md a new '###'
section after 'Verbosity, test tuning'
> Although the cost is, we make btrfs-convert test case 001 and 003 much
> slower than usual (due to much frequent commit transaction commitment
> and more IO to read tree blocks).
>
> But I'd say, it's still worthy, as long as it can detect bad
> btrfs-convert behaviors.
Yes it's worth, the tests are run manually and before release but it
does not matter if they take more time. We can keep only the 4k and 64k
nodesize cases if the speed is really a big issue.
prev parent reply other threads:[~2024-01-16 18:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-13 8:45 [PATCH 0/3] btrfs-progs: allow tree-checker to be triggered more frequently for btrfs-convert Qu Wenruo
2024-01-13 8:45 ` [PATCH 1/3] btrfs-progs: convert/ext2: new debug environment variable to finetune transaction size Qu Wenruo
2024-01-16 18:31 ` David Sterba
2024-01-16 20:20 ` Qu Wenruo
2024-01-17 1:08 ` David Sterba
2024-01-17 2:26 ` Qu Wenruo
2024-01-13 8:45 ` [PATCH 2/3] btrfs-progs: new debug environment variable to finetune metadata cache size Qu Wenruo
2024-01-13 8:45 ` [PATCH 3/3] btrfs-progs: convert-tests: trigger tree-checker more frequently Qu Wenruo
2024-01-16 18:37 ` David Sterba [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240116183718.GD31555@twin.jikos.cz \
--to=dsterba@suse.cz \
--cc=linux-btrfs@vger.kernel.org \
--cc=wqu@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox