kdave

Results 317 comments of kdave

The triple copy block group has been asked for in the past, though not with the additional majority rule repair strategy. I am not against it in principle, the usual...

The readonly is the only flag settable by the ioctl. For the `list` command update I considered also the received status, is-snapshot. If there's something more in the future sticking...

Please split the changes to two patches (in one pull request).

I think BEES may not suitable for the maintenance task (otherwise it's a great tool), or it could be tricky to configure and set up so it can run. Other...

Regarding `duperemove`, it's similar to the defrag task but again the number of options can make it hard for configuration in the /etc/sysconfig directory. The problem is that each path...

An idea: provide templates for .service or .timer units with various predefined use cases and descriptions. This can be a middle ground between the customizability and a single source of...

It seems to also depend on the order, because `btrfs fi defrat --help -v` works

handle_help_options_next_level() checks only the first argument if it's --help.

The best fix seems to be to properly detect the unrecognized options, in this case it's `-v` for `filesystem df`, no matter if `--help` is there or not. Getting output...

``` */ if (range_end(range) - hole_start > 0) ``` both are unsigned.