Skip to content

Commit 25dc553

Browse files
authored
Merge pull request #1878 from stackhpc/fix-rgw-exporter-error-handling
Fix radosgw_usage_exporter crash on user lookup
2 parents 17080e1 + 38e596d commit 25dc553

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

etc/kayobe/ansible/deploy-radosgw-usage-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
- name: Ensure radosgw_usage_exporter container is running
108108
community.docker.docker_container:
109109
name: radosgw_usage_exporter
110-
image: ghcr.io/stackhpc/radosgw_usage_exporter:v0.1.3
110+
image: ghcr.io/stackhpc/radosgw_usage_exporter:v0.1.4
111111
network_mode: host
112112
env:
113113
RADOSGW_SERVER: "{{ radosgw_server }}"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Bumps the radosgw_usage_exporter image to v0.1.4 to fix an issue where the
5+
exporter would crash if it was unable to gather user info from the RGW.

0 commit comments

Comments
 (0)