Hello Community, I am trying to explore the mariadb flexible URI introduced in 4.19 Ref: https://github.com/apache/cloudstack/pull/7895 My concern is on deployment with 2 or 3 Cloudstack management Servers.
In the event of a server failure or restart, there's a possibility that each management service could connect to different MariaDB hosts. Is this behavior acceptable? Will it cause any issues with the database? I've heard that all management servers should connect to the same MariaDB host. Also Usage service is failing to start using db.usage.uri, management is fine Jon