X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=ebde9c9d78ba12c1bb36fb10d53859768f7eae37;hp=8592a39cf7f5b7ffd374558925892cf4c0153f8b;hb=a001a0d710ec61d8bc11841f44ac0d1f296040ea;hpb=08910ee60cfac9aa648e59dda5dbb429825c561e diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 8592a39..ebde9c9 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -6043,6 +6043,29 @@ single filesystem without booting into Windows between each resize. See also L."); + ("btrfs_filesystem_resize", (RErr, [Pathname "mountpoint"], [Int64 "size"]), 289, [Optional "btrfs"], + [], + "resize a btrfs filesystem", + "\ +This command resizes a btrfs filesystem. + +Note that unlike other resize calls, the filesystem has to be +mounted and the parameter is the mountpoint not the device +(this is a requirement of btrfs itself). + +The optional parameters are: + +=over 4 + +=item C + +The new size (in bytes) of the filesystem. If omitted, the filesystem +is resized to the maximum size. + +=back + +See also L."); + ] let all_functions = non_daemon_functions @ daemon_functions