minio
charm does not refresh relations if relation is removed
#132
Labels
bug
Something isn't working
minio
charm does not refresh relations if relation is removed
#132
If
minio
is related over theobject-storage
relation to something that does not fulfil the relation contract (for example, it does not send the SDIversions
data), it will be stuck like:If we then break the relation (
juju remove-relation minio kfp-ui
), the charm status remains as seen above. This is probably because we don't observe the relation broken event, or don't account for how the relation-broken event may or may not have the departing application's data in it.The minio charm does work properly when we re-relate to something that functions properly, or likely on a config-changed event
Note: this issue likely affects other charms as well
The text was updated successfully, but these errors were encountered: