Skip to content

Commit

Permalink
Merge pull request #7306 from sapcc/limes-unbilled-cinder-capacity
Browse files Browse the repository at this point in the history
add alert: OpenstackLimesCinderCapacityWithUnknownVolumeType
  • Loading branch information
majewsky authored Oct 24, 2024
2 parents 8d41e91 + 4c4b48d commit 8ada83a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openstack/limes/alerts/openstack/api.alerts
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,19 @@ groups:
The actual quota is {{ $value }}, which differs from the configured quota override.
Please check the Resource Management UI of the project. If the quota override cannot be enforced because commitments or usage are higher than it, the override needs to be removed (from quota-overrides.yaml in cc/secrets).
The opposite case (a quota below the configured override) needs to be triaged by a Limes expert.
- alert: OpenstackLimesCinderCapacityWithUnknownVolumeType
# NOTE: This alert is disabled in QA because Tempest runs create private volume types all the time.
expr: 'sum by (project_id) ((liquid_cinder_snapshots_with_unknown_volume_type_size{region!~"qa.*"} > 0) + (liquid_cinder_volumes_with_unknown_volume_type_size{region!~"qa.*"} > 0))
for: 15m
labels:
severity: warning
support_group: containers
tier: os
service: limes
annotations:
summary: Cinder capacity with unknown volume type
description: |
The project {{ $labels.project_id }} contains Cinder volumes and/or snapshots whose volume types are not known to Limes (which usually means that they are private).
This might be bad because payload without a known volume type is not billed.
Please check the log of the liquid-cinder pod in the limes namespace to find out which volumes/snapshots are problematic and which volume types they are using.

0 comments on commit 8ada83a

Please sign in to comment.