The --commit option was added to "gnt-instance add" to transform a forthcoming instance into a real one. Document that new option in the man page as well.
Signed-off-by: Klaus Aehlig <[email protected]> --- man/gnt-instance.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst index 9b65408..7cd1707 100644 --- a/man/gnt-instance.rst +++ b/man/gnt-instance.rst @@ -32,7 +32,7 @@ ADD | \| {size=*VAL*,provider=*PROVIDER*}[,param=*value*... ][,options...] | \| {-s|\--os-size} *SIZE*} | [\--no-ip-check] [\--no-name-check] [\--no-conflicts-check] -| [\--no-start] [\--no-install] [\--forthcoming] +| [\--no-start] [\--no-install] [{\--forthcoming \| \--commit}] | [\--net=*N* [:options...] \| \--no-nics] | [{-B|\--backend-parameters} *BEPARAMS*] | [{-H|\--hypervisor-parameters} *HYPERVISOR* [: option=*value*... ]] @@ -199,6 +199,10 @@ successfully). Passing the ``--forthcoming`` option, Ganeti will not at all try to create the instance or its disks. Instead the instance will only be added to the configuration, so that the resources are reserved. +If the ``--commit`` option is passed, then it is a prerequisite that +an instance with that name has already been added to the configuration +as a forthcoming instance and the request is the replace this instance +by the newly created real one. The ``-B (--backend-parameters)`` option specifies the backend parameters for the instance. If no such parameters are specified, the -- 2.2.0.rc0.207.ga3a616c
