CloudStack Databases Explained: Foundation of the Management Server
CloudStack relies on two key databases — cloud and cloud_usage. Overview The CloudStack Management Server interacts continuously with a database backend. Every API call, VM operation, or event updates these databases. cloudstack-management │ ▼ MySQL Server ├── cloud └── cloud_usage Database Roles cloud The core operational database. Stores all configuration and runtime state. Key responsibilities: VM instances, volumes, and templates Networking, IP addresses, and VLANs User accounts, roles, and API keys Async jobs, events, and orchestration logs cloud_usage The usage and metering database....