GitHub user anshul1886 reopened a pull request: https://github.com/apache/cloudstack/pull/868
CLOUDSTACK-8894: Restrict vGPU enabled VMs dynamic scaling if new service offering has different vGPU type It fixes the bug https://issues.apache.org/jira/browse/CLOUDSTACK-8894. Steps: 1.Install and configure XenServer 6.5 with vGPU enabled . Enabled dynamic scaliing 2. Deploy VM using K160Q type windows 7 template with PV tools installaed and dynamic scaling enabled 3. Tried dynamic scaling with offering which has K180Q defined. Observation: 1. Currently vGPU resource dynamic scaling is not supported. But CloudStack returns success and updating the VM details with new offering details including new vGPU type. 2. But from Xenserver , There is no change with vGPU type and it remains with old vGPU type. This is not correct Expected Result: Dynamic scaling should be restricted when source/destination offering has vGPU type on a vGPU enabled VM You can merge this pull request into a Git repository by running: $ git pull https://github.com/anshul1886/cloudstack-1 CLOUDSTACK-8894 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/868.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #868 ---- commit f9f0e50f3f3c92e31b50241ad97ed4199c1a2482 Author: Anshul Gangwar <anshul.gang...@citrix.com> Date: 2015-09-22T06:14:11Z CLOUDSTACK-8894: Restrict vGPU enabled VMs dynamic scaling if new service offering has different vGPU type ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---