Skip to content

Commit

Permalink
[nova] enable ResizeVcpuMaxUnitFilter
Browse files Browse the repository at this point in the history
Adding ResizeVcpuMaxUnitFilter to the default_filters
  • Loading branch information
leust authored and joker-at-work committed Jun 4, 2024
1 parent bb46f6b commit d87a501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/nova/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ scheduler:
rpc_statsd_port: 9125
# enables collecting metrics for RPC calls
rpc_statsd_enabled: true
default_filters: "CpuInfoMigrationFilter, ShardFilter, AggregateMultiTenancyIsolation, ComputeFilter, ComputeCapabilitiesFilter, HANAMemoryMaxUnitFilter, BigVmFlavorHostSizeFilter, VmSizeThresholdFilter, ImagePropertiesFilter, ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter"
default_filters: "CpuInfoMigrationFilter, ShardFilter, AggregateMultiTenancyIsolation, ComputeFilter, ComputeCapabilitiesFilter, HANAMemoryMaxUnitFilter, ResizeVcpuMaxUnitFilter, BigVmFlavorHostSizeFilter, VmSizeThresholdFilter, ImagePropertiesFilter, ServerGroupAntiAffinityFilter, ServerGroupAffinityFilter"
vm_size_threshold_vm_size_mb: "16385"
vm_size_threshold_hv_size_mb: "819200"
ram_weight_multiplier: 1.0
Expand Down

0 comments on commit d87a501

Please sign in to comment.