diff --git a/docs/modules/vzctl.rst b/docs/modules/vzctl.rst index 6edfa39e1..e14aa7d54 100644 --- a/docs/modules/vzctl.rst +++ b/docs/modules/vzctl.rst @@ -95,3 +95,15 @@ Stop OpenVZ containers. + **ctid**: CTID of the container to stop + +:code:`vzctl.unmount` +~~~~~~~~~~~~~~~~~~~~~ + +Unmount OpenVZ container filesystems. + +.. code:: python + + vzctl.unmount(ctid) + ++ **ctid**: CTID of the container to unmount +