X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=95a263706c1be59f839c94805253ca6f7abb8bd4;hp=b2ba5139f313e5a6d15e2ac74cde02eb65170b1e;hb=7cb6fac3074c52ac3c3e9ead5d99e4a2887cf7b1;hpb=71b02d6654395ff04689055f3820b3ad4e54ec00 diff --git a/src/generator.ml b/src/generator.ml index b2ba513..95a2637 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4693,6 +4693,20 @@ See also C."); This command is the same as C except that it allows you to specify the new size (in bytes) explicitly."); + ("pvresize_size", (RErr, [Device "device"; Int64 "size"]), 249, [Optional "lvm2"], + [], + "resize an LVM physical volume (with size)", + "\ +This command is the same as C except that it +allows you to specify the new size (in bytes) explicitly."); + + ("ntfsresize_size", (RErr, [Device "device"; Int64 "size"]), 250, [Optional "ntfsprogs"], + [], + "resize an NTFS filesystem (with size)", + "\ +This command is the same as C except that it +allows you to specify the new size (in bytes) explicitly."); + ] let all_functions = non_daemon_functions @ daemon_functions