|
367 | 367 | cfg.FloatOpt("ram_weight_multiplier",
|
368 | 368 | default=1.0,
|
369 | 369 | help="""
|
370 |
| -RAM weight multipler ratio. |
| 370 | +RAM weight multiplier ratio. |
371 | 371 |
|
372 | 372 | This option determines how hosts with more or less available RAM are weighed. A
|
373 | 373 | positive value will result in the scheduler preferring hosts with more
|
|
383 | 383 |
|
384 | 384 | Possible values:
|
385 | 385 |
|
386 |
| -* An integer or float value, where the value corresponds to the multipler |
| 386 | +* An integer or float value, where the value corresponds to the multiplier |
387 | 387 | ratio for this weigher.
|
388 | 388 |
|
389 | 389 | Related options:
|
|
403 | 403 |
|
404 | 404 | Possible values:
|
405 | 405 |
|
406 |
| -* An integer or float value, where the value corresponds to the multipler |
| 406 | +* An integer or float value, where the value corresponds to the multiplier |
407 | 407 | ratio for this weigher.
|
408 | 408 |
|
409 | 409 | Related options:
|
|
413 | 413 | cfg.FloatOpt("disk_weight_multiplier",
|
414 | 414 | default=1.0,
|
415 | 415 | help="""
|
416 |
| -Disk weight multipler ratio. |
| 416 | +Disk weight multiplier ratio. |
417 | 417 |
|
418 | 418 | Multiplier used for weighing free disk space. Negative numbers mean to
|
419 | 419 | stack vs spread.
|
|
423 | 423 |
|
424 | 424 | Possible values:
|
425 | 425 |
|
426 |
| -* An integer or float value, where the value corresponds to the multipler |
| 426 | +* An integer or float value, where the value corresponds to the multiplier |
427 | 427 | ratio for this weigher.
|
428 | 428 | """),
|
429 | 429 | cfg.FloatOpt("hypervisor_version_weight_multiplier",
|
|
517 | 517 | cfg.FloatOpt("io_ops_weight_multiplier",
|
518 | 518 | default=-1.0,
|
519 | 519 | help="""
|
520 |
| -IO operations weight multipler ratio. |
| 520 | +IO operations weight multiplier ratio. |
521 | 521 |
|
522 | 522 | This option determines how hosts with differing workloads are weighed. Negative
|
523 | 523 | values, such as the default, will result in the scheduler preferring hosts with
|
|
533 | 533 |
|
534 | 534 | Possible values:
|
535 | 535 |
|
536 |
| -* An integer or float value, where the value corresponds to the multipler |
| 536 | +* An integer or float value, where the value corresponds to the multiplier |
537 | 537 | ratio for this weigher.
|
538 | 538 |
|
539 | 539 | Related options:
|
|
0 commit comments