X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/5645d16b69267ec39dfc27ebbe6d8efa63a9a856..1b54fc6c2fd92b614c029cc5312d02f9f1526253:/man/gnt-instance.sgml diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml index b43f0da..2d9d44f 100644 --- a/man/gnt-instance.sgml +++ b/man/gnt-instance.sgml @@ -1229,32 +1229,48 @@ instance5: 11225 reinstall -o os-type - -f force --select-os + -f force + --force-multiple + + + --instance + --node + --primary + --secondary + --all + --submit - instance + instance - Reinstalls the operating system on the given instance. The - instance must be stopped when running this command. If the + Reinstalls the operating system on the given instance(s). The + instance(s) must be stopped when running this command. If the is specified, the operating system is changed. - Since reinstall is potentially dangerous command, the user - will be required to confirm this action, unless the - flag is passed. - - - The option switches to an interactive OS reinstall. The user is prompted to select the OS template from the list of available OS templates. + Since this is a potentially dangerous command, the user will + be required to confirm this action, unless the + flag is passed. When multiple instances + are selected (either by passing multiple arguments or by + using the , + , or + options), the user must pass both the + and + options to skip the + interactive confirmation. + + + The option is used to send the job to the master daemon but not wait for its completion. The job ID will be shown so that it can be examined via @@ -1317,6 +1333,9 @@ instance5: 11225 --all + -H + -B + --submit + The and options + specify extra, temporary hypervisor and backend parameters + that can be used to start an instance with modified + parameters. They can be useful for quick testing without + having to modify an instance back and forth, e.g.: + +# gnt-instance start -H root_args="single" instance1 +# gnt-instance start -B memory=2048 instance2 + + The first form will start the instance + instance1 in single-user mode, and + the instance instance2 with 2GB of + RAM (this time only, unless that is the actual instance + memory size already). + + + The option is used to send the job to the master daemon but not wait for its completion. The job ID will be shown so that it can be examined via