----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20651/#review41455 -----------------------------------------------------------
Ship it! Ship It! - Devdeep Singh On April 25, 2014, 8:28 a.m., Anshul Gangwar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/20651/ > ----------------------------------------------------------- > > (Updated April 25, 2014, 8:28 a.m.) > > > Review request for cloudstack, Devdeep Singh and Rajesh Battala. > > > 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 > ----- > > > 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 > >