Revision f4664f19

b/man/gnt-group.rst
187 187
EVACUATE
188 188
~~~~~~~~
189 189

  
190
| **evacuate** [\--submit] [\--print-job-id]
190
| **evacuate** [\--submit] [\--print-job-id] [\--sequential]
191 191
| [\--iallocator *NAME*] [\--to *GROUP*...] {*group*}
192 192

  
193 193
This command will move all instances out of the given node group.
......
197 197
If no specific destination groups are specified using ``--to``, all
198 198
groups except the evacuated group are considered.
199 199

  
200
The moves of the individual instances are handled as separate jobs
201
to allow for maximal parallelism. If the ``--sequential`` option is
202
given, the moves of the individual instances will be executed sequentially.
203
This can be usefull if the link between the groups is vulnerable to
204
congestion.
205

  
200 206
See **ganeti**\(7) for a description of ``--submit`` and other common
201 207
options.
202 208

  

Also available in: Unified diff