From: David Sterba <dsterba@suse.cz>
To: Qu Wenruo <wqu@suse.com>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] btrfs: relocation: Output current relocation stage at btrfs_relocate_block_group()
Date: Thu, 28 Nov 2019 16:40:02 +0100 [thread overview]
Message-ID: <20191128154002.GH2734@twin.jikos.cz> (raw)
In-Reply-To: <20191128075437.10621-1-wqu@suse.com>
On Thu, Nov 28, 2019 at 03:54:36PM +0800, Qu Wenruo wrote:
> There are several reports of hanging relocation, populating the dmesg
> with things like:
> BTRFS info (device dm-5): found 1 extents
>
> The investigation is still on going, but will never hurt to output a
> little more info.
>
> This patch will also output the current relocation stage, making that
> output something like:
>
> BTRFS info (device dm-5): balance: start -d -m -s
> BTRFS info (device dm-5): relocating block group 30408704 flags metadata|dup
> BTRFS info (device dm-5): found 2 extents at MOVE_DATA_EXTENT stage
> BTRFS info (device dm-5): relocating block group 22020096 flags system|dup
> BTRFS info (device dm-5): found 1 extents at MOVE_DATA_EXTENT stage
> BTRFS info (device dm-5): relocating block group 13631488 flags data
> BTRFS info (device dm-5): found 1 extents at MOVE_DATA_EXTENT stage
> BTRFS info (device dm-5): found 1 extents at UPDATE_DATA_PTRS stage
> BTRFS info (device dm-5): balance: ended with status: 0
>
> The string "MOVE_DATA_EXTENT" and "UPDATE_DATA_PTRS" is mostly from the
> macro MOVE_DATA_EXTENTS and UPDATE_DATA_PTRS, but the 'S' from
> MOVE_DATA_EXTENTS is removed in the output string to make the alignment
> better.
>
> This patch will not increase the number of lines, but with extra info
> for us to debug the reported problem.
Nice. I'd suggest to make it more user friendly
relocation: found 111 extents, stage: move data blocks
relocation: found 111 extents, stage: update data pointers
The identifier can be understood what it means but it's IMHO not
important to copy it to the message verbatim.
next prev parent reply other threads:[~2019-11-28 15:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-28 7:54 [PATCH] btrfs: relocation: Output current relocation stage at btrfs_relocate_block_group() Qu Wenruo
2019-11-28 7:54 ` Qu Wenruo
2019-11-28 10:50 ` Su Yue
2019-11-28 10:58 ` Qu WenRuo
2019-11-28 15:40 ` David Sterba [this message]
2019-11-29 0:35 ` Qu Wenruo
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=20191128154002.GH2734@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