X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=d73a999bf5711c7db00df3ac9f76cb3eefe0c32b;hp=c0ef2610c275fde7116ed84c19d95002f0d31776;hb=425374ddc84c4f9f74a5218e8d35452bb511d9f3;hpb=182c25b2a42e9a8f76beba440da328e37f18c9b9 diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index c0ef261..d73a999 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -6527,6 +6527,13 @@ The name of the MD device. =back"); + ("md_stop", (RErr, [Device "md"], []), 302, [Optional "mdadm"], + [], + "stop a Linux md (RAID) device", + "\ +This command deactivates the MD array named C. The +device is stopped, but it is not destroyed or zeroed."); + ] let all_functions = non_daemon_functions @ daemon_functions