File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ Using fake computes for tests
197
197
The number of instances supported by fake computes is not limited by physical
198
198
constraints. It allows you to perform stress tests on a deployment with few
199
199
resources (typically a laptop). Take care to avoid using scheduler filters
200
- that will limit the number of instances per compute, such as ``AggregateCoreFilter ``.
200
+ that will limit the number of instances per compute, such as ``NumInstancesFilter ``.
201
201
202
202
Fake computes can also be used in multi hypervisor-type deployments in order to
203
203
take advantage of fake and "real" computes during tests:
Original file line number Diff line number Diff line change 425
425
Virtual CPU to physical CPU allocation ratio.
426
426
427
427
This option is used to influence the hosts selected by the Placement API by
428
- configuring the allocation ratio for ``VCPU`` inventory. In addition, the
429
- ``AggregateCoreFilter`` (deprecated) will fall back to this configuration value
430
- if no per-aggregate setting is found.
428
+ configuring the allocation ratio for ``VCPU`` inventory.
431
429
432
430
.. note::
433
431
458
456
Virtual RAM to physical RAM allocation ratio.
459
457
460
458
This option is used to influence the hosts selected by the Placement API by
461
- configuring the allocation ratio for ``MEMORY_MB`` inventory. In addition, the
462
- ``AggregateRamFilter`` (deprecated) will fall back to this configuration value
463
- if no per-aggregate setting is found.
459
+ configuring the allocation ratio for ``MEMORY_MB`` inventory.
464
460
465
461
.. note::
466
462
486
482
Virtual disk to physical disk allocation ratio.
487
483
488
484
This option is used to influence the hosts selected by the Placement API by
489
- configuring the allocation ratio for ``DISK_GB`` inventory. In addition, the
490
- ``AggregateDiskFilter`` (deprecated) will fall back to this configuration value
491
- if no per-aggregate setting is found.
485
+ configuring the allocation ratio for ``DISK_GB`` inventory.
492
486
493
487
When configured, a ratio greater than 1.0 will result in over-subscription of
494
488
the available physical disk, which can be useful for more efficiently packing
You can’t perform that action at this time.
0 commit comments