Skip to content

Commit 0d557d3

Browse files
fix: kvm-report-capacity to ignore VM allocations (#885)
Restore ignoreAllocations: true on filter_has_enough_capacity so that TotalCapacityVMSlots reflects true empty-datacenter capacity. This was removed in bab3199 due to webhook rejection.
1 parent e38599d commit 0d557d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

helm/bundles/cortex-nova/templates/pipelines_kvm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ spec:
624624
VM allocations and all reservation types are ignored to represent an
625625
empty datacenter scenario.
626626
params:
627+
- {key: ignoreAllocations, boolValue: true}
627628
- {key: ignoredReservationTypes, stringListValue: ["CommittedResourceReservation", "FailoverReservation"]}
628629
- name: filter_has_requested_traits
629630
description: |

0 commit comments

Comments
 (0)