Revision d6cd74dd man/gnt-group.rst

b/man/gnt-group.rst
23 23
ADD
24 24
~~~
25 25

  
26
| **add** [\--submit]
26
| **add** [\--submit] [\--print-job-id]
27 27
| [\--node-parameters=*NDPARAMS*]
28 28
| [\--alloc-policy=*POLICY*]
29 29
| [{-D|\--disk-parameters} *disk-template*:*disk-param*=*value*[,*disk-param*=*value*...]]
......
75 75
~~~~~~~~~~~~
76 76

  
77 77
| **assign-nodes**
78
| [\--force] [\--submit]
78
| [\--force] [\--submit] [\--print-job-id]
79 79
| {*group*} {*node*...}
80 80

  
81 81
Assigns one or more nodes to the specified group, moving them from their
......
93 93
MODIFY
94 94
~~~~~~
95 95

  
96
| **modify** [\--submit]
96
| **modify** [\--submit] [\--print-job-id]
97 97
| [\--node-parameters=*NDPARAMS*]
98 98
| [\--alloc-policy=*POLICY*]
99 99
| [\--hypervisor-state *hvstate*]
......
124 124
REMOVE
125 125
~~~~~~
126 126

  
127
| **remove** [\--submit] {*group*}
127
| **remove** [\--submit] [\--print-job-id] {*group*}
128 128

  
129 129
Deletes the indicated node group, which must be empty. There must always be at
130 130
least one group, so the last group cannot be removed.
......
176 176
RENAME
177 177
~~~~~~
178 178

  
179
| **rename** [\--submit] {*oldname*} {*newname*}
179
| **rename** [\--submit] [\--print-job-id] {*oldname*} {*newname*}
180 180

  
181 181
Renames a given group from *oldname* to *newname*.
182 182

  
......
187 187
EVACUATE
188 188
~~~~~~~~
189 189

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

  
192 193
This command will move all instances out of the given node group.
193 194
Instances are placed in a new group by an iallocator, either given on

Also available in: Unified diff