We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22551f commit c5215cbCopy full SHA for c5215cb
src/relations/async_replication.py
@@ -697,7 +697,6 @@ def set_app_status(self) -> None:
697
self.charm.app.status = self.charm.refresh.app_status_higher_priority
698
return
699
if self.charm._peers is None:
700
- # TODO set active status?
701
702
if self.charm._peers.data[self.charm.app].get("promoted-cluster-counter") == "0":
703
self.charm.app.status = BlockedStatus(READ_ONLY_MODE_BLOCKING_MESSAGE)
0 commit comments