Revision 9ef605a6 man/hspace.rst

b/man/hspace.rst
31 31

  
32 32
**[--memory** *mem* **]**
33 33
**[--disk** *disk* **]**
34
**[--req-nodes** *req-nodes* **]**
34
**[--disk-template** *template* **]**
35 35
**[--vcpus** *vcpus* **]**
36 36
**[--tiered-alloc** *spec* **]**
37 37

  
......
46 46
The program will try to place instances, all of the same size, on the
47 47
cluster, until the point where we don't have any N+1 possible
48 48
allocation. It uses the exact same allocation algorithm as the hail
49
iallocator plugin.
49
iallocator plugin in *allocate* mode.
50 50

  
51 51
The output of the program is designed to interpreted as a shell
52 52
fragment (or parsed as a *key=value* file). Options which extend the
......
191 191
--disk *disk*
192 192
  The disk size of the instances to be placed (defaults to 100GiB).
193 193

  
194
--req-nodes *num-nodes*
195
  The number of nodes for the instances; the default of two means
196
  mirrored instances, while passing one means plain type instances.
194
--disk-template *template*
195
  The disk template for the instance; one of the Ganeti disk templates
196
  (e.g. plain, drbd, so on) should be passed in.
197 197

  
198 198
--vcpus *vcpus*
199 199
  The number of VCPUs of the instances to be placed (defaults to 1).

Also available in: Unified diff