Skip to content

Commit

Permalink
daemon/btrfs: Use new syntax for balance command
Browse files Browse the repository at this point in the history
Support for the obsolete short syntax 'btrfs balance /path' was
removed in btrfs-progs 6.6.
  • Loading branch information
juergenhoetzel authored and rwmjones committed Dec 14, 2023
1 parent 40f43cc commit 102e503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/btrfs.c
Expand Up @@ -551,6 +551,7 @@ do_btrfs_filesystem_balance (const char *fs)

ADD_ARG (argv, i, "btrfs");
ADD_ARG (argv, i, "balance");
ADD_ARG (argv, i, "start");
ADD_ARG (argv, i, fs_buf);
ADD_ARG (argv, i, NULL);

Expand Down

0 comments on commit 102e503

Please sign in to comment.