Skip to content

btrfs balance changes filter on resumption #550

Open
@CorrosiveTruths

Description

@CorrosiveTruths

Hi,

When I resume a paused balance, it adds a usage=90 filter to it.

btrfs bal start -d -m /home
dmesg: BTRFS info (device sda): balance: start -d -m -s
btrfs bal pause /home
dmesg: BTRFS info (device sda): balance: paused
btrfs bal resume /home
BTRFS info (device sda): balance: resume -dusage=90 -musage=90 -susage=90

Same happens with d, or m or their own. it adds the relevant usage filter, dusage=90 / musage=90 susage=90. brtfs bal stat & runtime of the balance both confirm that when it resumes it performs the filtered balance dmesg indicates.

LTS kernel 5.15.77, btrfs-progs v6.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsChanges in documentation or help textquestionNot a bug, clarifications, undocumented behaviour

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions