@@ -508,7 +508,7 @@ The Filter Scheduler weighs hosts based on the config option
508
508
host with least RAM available will win (useful for stacking hosts, instead
509
509
of spreading).
510
510
Starting with the Stein release, if per-aggregate value with the key
511
- :oslo.config:option: ` filter_scheduler. ram_weight_multiplier ` is found, this
511
+ `` ram_weight_multiplier ` ` is found, this
512
512
value would be chosen as the ram weight multiplier. Otherwise, it will fall
513
513
back to the :oslo.config:option: `filter_scheduler.ram_weight_multiplier `.
514
514
If more than one value is found for a host in aggregate metadata, the minimum
@@ -519,7 +519,7 @@ The Filter Scheduler weighs hosts based on the config option
519
519
host with least CPUs available will win (useful for stacking hosts, instead
520
520
of spreading).
521
521
Starting with the Stein release, if per-aggregate value with the key
522
- :oslo.config:option: ` filter_scheduler. cpu_weight_multiplier ` is found, this
522
+ `` cpu_weight_multiplier ` ` is found, this
523
523
value would be chosen as the cpu weight multiplier. Otherwise, it will fall
524
524
back to the :oslo.config:option: `filter_scheduler.cpu_weight_multiplier `. If
525
525
more than one value is found for a host in aggregate metadata, the minimum
@@ -528,7 +528,7 @@ The Filter Scheduler weighs hosts based on the config option
528
528
largest weight winning. If the multiplier is negative, the host with less disk
529
529
space available will win (useful for stacking hosts, instead of spreading).
530
530
Starting with the Stein release, if per-aggregate value with the key
531
- :oslo.config:option: ` filter_scheduler. disk_weight_multiplier ` is found, this
531
+ `` disk_weight_multiplier ` ` is found, this
532
532
value would be chosen as the disk weight multiplier. Otherwise, it will fall
533
533
back to the :oslo.config:option: `filter_scheduler.disk_weight_multiplier `. If
534
534
more than one value is found for a host in aggregate metadata, the minimum value
@@ -550,7 +550,7 @@ The Filter Scheduler weighs hosts based on the config option
550
550
hosts. If the multiplier is positive, the weigher prefer choosing heavy
551
551
workload compute hosts, the weighing has the opposite effect of the default.
552
552
Starting with the Stein release, if per-aggregate value with the key
553
- :oslo.config:option: ` filter_scheduler. io_ops_weight_multiplier ` is found, this
553
+ `` io_ops_weight_multiplier ` ` is found, this
554
554
value would be chosen as the IO ops weight multiplier. Otherwise, it will fall
555
555
back to the :oslo.config:option: `filter_scheduler.io_ops_weight_multiplier `.
556
556
If more than one value is found for a host in aggregate metadata, the minimum
@@ -575,7 +575,7 @@ The Filter Scheduler weighs hosts based on the config option
575
575
scheduling issues.
576
576
577
577
Starting with the Stein release, if per-aggregate value with the key
578
- :oslo.config:option: ` filter_scheduler. pci_weight_multiplier ` is found, this
578
+ `` pci_weight_multiplier ` ` is found, this
579
579
value would be chosen as the pci weight multiplier. Otherwise, it will fall
580
580
back to the :oslo.config:option: `filter_scheduler.pci_weight_multiplier `.
581
581
If more than one value is found for a host in aggregate metadata, the
@@ -585,7 +585,7 @@ The Filter Scheduler weighs hosts based on the config option
585
585
weight defines the preferred host for the new instance. For the multiplier
586
586
only a positive value is allowed for the calculation.
587
587
Starting with the Stein release, if per-aggregate value with the key
588
- :oslo.config:option: ` filter_scheduler. soft_affinity_weight_multiplier ` is
588
+ `` soft_affinity_weight_multiplier ` ` is
589
589
found, this value would be chosen as the soft affinity weight multiplier.
590
590
Otherwise, it will fall back to the
591
591
:oslo.config:option: `filter_scheduler.soft_affinity_weight_multiplier `.
@@ -597,7 +597,7 @@ The Filter Scheduler weighs hosts based on the config option
597
597
value. The largest weight defines the preferred host for the new instance.
598
598
For the multiplier only a positive value is allowed for the calculation.
599
599
Starting with the Stein release, if per-aggregate value with the key
600
- :oslo.config:option: ` filter_scheduler. soft_anti_affinity_weight_multiplier `
600
+ `` soft_anti_affinity_weight_multiplier ` `
601
601
is found, this value would be chosen as the soft anti-affinity weight
602
602
multiplier. Otherwise, it will fall back to the
603
603
:oslo.config:option: `filter_scheduler.soft_anti_affinity_weight_multiplier `.
@@ -608,7 +608,7 @@ The Filter Scheduler weighs hosts based on the config option
608
608
It considers the build failure counter and can negatively weigh hosts with
609
609
recent failures. This avoids taking computes fully out of rotation.
610
610
Starting with the Stein release, if per-aggregate value with the key
611
- :oslo.config:option: ` filter_scheduler. build_failure_weight_multiplier ` is found,
611
+ `` build_failure_weight_multiplier ` ` is found,
612
612
this value would be chosen as the build failure weight multiplier. Otherwise,
613
613
it will fall back to the
614
614
:oslo.config:option: `filter_scheduler.build_failure_weight_multiplier `.
0 commit comments