Comment 9 for bug 2042405

Revision history for this message
Shunde Zhang (shunde-zhang) wrote :

When the value is empty, it seems to execute:
ceph config set mgr mgr/prometheus/rbd_stats_pools

But it should execute:
ceph config set mgr mgr/prometheus/rbd_stats_pools ''

May need to update charms_ceph/utils.py to handle empty values properly