Revision 0547d608

b/htools/Ganeti/HTools/Program/Hbal.hs
63 63
  , oEvacMode
64 64
  , oRapiMaster
65 65
  , oLuxiSocket
66
  , oIAllocSrc
66 67
  , oExecJobs
67 68
  , oGroup
68 69
  , oMaxSolLength
b/htools/Ganeti/HTools/Program/Hinfo.hs
51 51
  , oDataFile
52 52
  , oRapiMaster
53 53
  , oLuxiSocket
54
  , oIAllocSrc
54 55
  , oVerbose
55 56
  , oQuiet
56 57
  , oOfflineNode
b/htools/Ganeti/HTools/Program/Hspace.hs
56 56
  , oNodeSim
57 57
  , oRapiMaster
58 58
  , oLuxiSocket
59
  , oIAllocSrc
59 60
  , oVerbose
60 61
  , oQuiet
61 62
  , oOfflineNode
b/man/hbal.rst
16 16

  
17 17
Backend options:
18 18

  
19
{ **-m** *cluster* | **-L[** *path* **] [-X]** | **-t** *data-file* }
19
{ **-m** *cluster* | **-L[** *path* **] [-X]** | **-t** *data-file* |
20
**-I** *path* }
20 21

  
21 22
Algorithm options:
22 23

  
b/man/hinfo.rst
16 16

  
17 17
Backend options:
18 18

  
19
{ **-m** *cluster* | **-L[** *path* **] [-X]** | **-t** *data-file* }
19
{ **-m** *cluster* | **-L[** *path* **] [-X]** | **-t** *data-file* |
20
**-I** *path* }
20 21

  
21 22
Algorithm options:
22 23

  
b/man/hspace.rst
17 17
Backend options:
18 18

  
19 19
{ **-m** *cluster* | **-L[** *path* **] [-X]** | **-t** *data-file* |
20
**\--simulate** *spec* }
20
**\--simulate** *spec* | **-I** *path* }
21 21

  
22 22

  
23 23
Algorithm options:
b/man/htools.rst
203 203
  on which the master daemon listens; otherwise, the default path used
204 204
  by Ganeti (configured at build time) is used.
205 205

  
206
-I|\--ialloc-src *path*
207
  Backend specification: load data directly from an iallocator request
208
  (as produced by Ganeti when doing an iallocator call).  The iallocator
209
  request is read from specified path.
210

  
206 211
\--simulate *description*
207 212
  Backend specification: instead of using actual data, build an empty
208 213
  cluster given a node description. The *description* parameter must be

Also available in: Unified diff