mirror of https://github.com/apache/cloudstack.git
Detail: We do two strange things, #1, when a vm is created, we create the uuid for the domain by converting the name into a uuid, then subsequently, any time we look for a domain, we convert its name to a uuid and domainLookupByUUID. This is an unnecessary obfuscation, so instead we just do a domainLookupByName. As a bonus, we are now setting the domain's uuid to be the cloudstack uuid. It is no longer used anywhere, but will be less confusing to admins. This shouldn't affect upgrades, since we can always lookup existing VMs by name. Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1369287049 -0600 |
||
|---|---|---|
| .. | ||
| com/cloud/hypervisor/kvm/resource | ||
| org/apache/cloudstack/utils/qemu | ||