[ https://issues.apache.org/jira/browse/CLOUDSTACK-8894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898996#comment-15898996 ]
ASF GitHub Bot commented on CLOUDSTACK-8894: -------------------------------------------- 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 ---- > Dynamic scaling is not restricted when destination offering has changes in > the vGPU type > ---------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-8894 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8894 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Anshul Gangwar > Assignee: Anshul Gangwar > > 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 -- This message was sent by Atlassian JIRA (v6.3.15#6346)