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 440
440
Virtual CPU to physical CPU allocation ratio.
441
441
442
442
This option is used to influence the hosts selected by the Placement API by
443
- configuring the allocation ratio for ``VCPU`` inventory. In addition, the
444
- ``AggregateCoreFilter`` (deprecated) will fall back to this configuration value
445
- if no per-aggregate setting is found.
443
+ configuring the allocation ratio for ``VCPU`` inventory.
446
444
447
445
.. note::
448
446
473
471
Virtual RAM to physical RAM allocation ratio.
474
472
475
473
This option is used to influence the hosts selected by the Placement API by
476
- configuring the allocation ratio for ``MEMORY_MB`` inventory. In addition, the
477
- ``AggregateRamFilter`` (deprecated) will fall back to this configuration value
478
- if no per-aggregate setting is found.
474
+ configuring the allocation ratio for ``MEMORY_MB`` inventory.
479
475
480
476
.. note::
481
477
501
497
Virtual disk to physical disk allocation ratio.
502
498
503
499
This option is used to influence the hosts selected by the Placement API by
504
- configuring the allocation ratio for ``DISK_GB`` inventory. In addition, the
505
- ``AggregateDiskFilter`` (deprecated) will fall back to this configuration value
506
- if no per-aggregate setting is found.
500
+ configuring the allocation ratio for ``DISK_GB`` inventory.
507
501
508
502
When configured, a ratio greater than 1.0 will result in over-subscription of
509
503
the available physical disk, which can be useful for more efficiently packing
You can’t perform that action at this time.
0 commit comments