mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
committed by
Richard W.M. Jones
parent
40f43cc8ea
commit
102e503648
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user