----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20651/ -----------------------------------------------------------
(Updated April 24, 2014, 11:07 a.m.) Review request for cloudstack, Devdeep Singh and Rajesh Battala. Changes ------- added the license header in newly created file Bugs: CLOUDSTACK-6470 https://issues.apache.org/jira/browse/CLOUDSTACK-6470 Repository: cloudstack-git Description ------- When we stop VM in case of hyper-v, then it is always force shut downed i.e. turn off. Even if the integration services are installed in hyper-v. Directly turning of VM may result in corruption of disk. This patch fixes this issue. I have used new management class ShutdownComponent to achieve this. Diffs (updated) ----- plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs 4795073 plugins/hypervisors/hyperv/DotNet/ServerResource/WmiWrappers/ROOT.virtualization.v2.Msvm_ShutdownComponent.cs PRE-CREATION plugins/hypervisors/hyperv/DotNet/ServerResource/WmiWrappers/WmiWrappers.csproj 70ae8e8 Diff: https://reviews.apache.org/r/20651/diff/ Testing ------- verified on my local setup by looking into the console of VM. When stopping the VM it shows that the shutdown process is initiated. Thanks, Anshul Gangwar