Comment 3 for bug 2047764

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

Hi Alex,

Thank you for looking into this.

After running "juju remove-relation vault:shared-db percona-cluster:shared-db", I can see vault in blocked state with message "'shared-db' or 'db' missing" in Juju status. But in the system, vault service is still running, and vault config file is not modified to remove db config. This looks like inconsistency between Juju and the system, and creates some confusion to users. Maybe vault service should be stopped and db config should be removed from config file if db relation is removed? Also if shared-db relation is missing, vault service won't be started by Juju, so it won't fall back to raft.

Thanks!