daemon/btrfs: Use new syntax for balance command

Support for the obsolete short syntax 'btrfs balance /path' was
removed in btrfs-progs 6.6.
This commit is contained in:
Juergen Hoetzel
2023-12-09 13:54:07 +01:00
committed by Richard W.M. Jones
parent 40f43cc8ea
commit 102e503648

View File

@@ -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);