mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-9504: System VMs on Managed StorageThis PR makes it easier to spin up system VMs on managed storage. Managed storage is when you have a dedicated volume on a SAN for a particular virtual disk (making it easier to deliver QoS). For example, with this PR, you'd likely have a single virtual disk for a system VM. On XenServer, that virtual disk resides by itself in a storage repository (no other virtual disks share this storage repository). It was possible in the past to spin up system VMs that used managed storage, but this PR facilitates the use case by making changes to the System Service Offering dialog (and by putting in some parameter checks in the management server). JIRA ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-9504 * pr/1642: Added support for system VMs to make use of managed storage Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>