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
197197The number of instances supported by fake computes is not limited by physical
198198constraints. It allows you to perform stress tests on a deployment with few
199199resources (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 ``.
201201
202202Fake computes can also be used in multi hypervisor-type deployments in order to
203203take advantage of fake and "real" computes during tests:
Original file line number Diff line number Diff line change 425425Virtual CPU to physical CPU allocation ratio.
426426
427427This 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.
431429
432430.. note::
433431
458456Virtual RAM to physical RAM allocation ratio.
459457
460458This 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.
464460
465461.. note::
466462
486482Virtual disk to physical disk allocation ratio.
487483
488484This 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.
492486
493487When configured, a ratio greater than 1.0 will result in over-subscription of
494488the available physical disk, which can be useful for more efficiently packing
You can’t perform that action at this time.
0 commit comments