Revision a1cef552

b/lib/cli.py
1404 1404

  
1405 1405
DISK_STATE_OPT = cli_option("--disk-state", default=[], dest="disk_state",
1406 1406
                            action="append",
1407
                            help=("Specify disk state information in the format"
1408
                                  " storage_type/identifier:option=value,..."),
1407
                            help=("Specify disk state information in the"
1408
                                  " format"
1409
                                  " storage_type/identifier:option=value,...;"
1410
                                  " note this is unused for now"),
1409 1411
                            type="identkeyval")
1410 1412

  
1411 1413
HV_STATE_OPT = cli_option("--hypervisor-state", default=[], dest="hv_state",
1412 1414
                          action="append",
1413 1415
                          help=("Specify hypervisor state information in the"
1414
                                " format hypervisor:option=value,..."),
1416
                                " format hypervisor:option=value,...;"
1417
                                " note this is unused for now"),
1415 1418
                          type="identkeyval")
1416 1419

  
1417 1420
IGNORE_IPOLICY_OPT = cli_option("--ignore-ipolicy", dest="ignore_ipolicy",
b/man/ganeti.rst
144 144
  discovered or set manually. Only used for estimating how many VCPUs
145 145
  are left for instances
146 146

  
147
Note that currently this option is unused by Ganeti; values will be
148
recorded but will not influence the Ganeti operation.
149

  
147 150

  
148 151
Disk State Parameters
149 152
~~~~~~~~~~~~~~~~~~~~~
......
166 169
  Disk that is expected to be used by other volumes (set via
167 170
  ``reserved_lvs``); usually should be zero
168 171

  
172
Note that currently this option is unused by Ganeti; values will be
173
recorded but will not influence the Ganeti operation.
174

  
169 175

  
170 176
Cluster configuration
171 177
~~~~~~~~~~~~~~~~~~~~~

Also available in: Unified diff