cloudstack/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource
Koushik Das 5e90b75c98 CLOUDSTACK-6402: Fix StopCommand so that VMs are not removed accidentally as part of vmsync
Added a new flag 'checkBeforeCleanup' to StopCommand based on which check is done to see if VM is running in HV host.
If VM is running then in this case it is not stopped and the operation bails out.
Also modified the MS code to call the StopCommand with appropriate value for the flag based on the context.
Currently it is only set to 'true' when called from the new vmsync logic based on powerstate of VM. For rest it
is set to 'false' meaning no change in behaviour.
2014-04-14 16:52:37 +05:30
..
Properties Make sure only unit tests are run during build time and not functional tests. 2013-11-04 18:48:54 +05:30
App.config added support to run hyperv agent on 0.0.0.0 and startuprouting command will discover the ip details and send in response 2013-12-27 14:43:25 +05:30
CloudStackTypes.cs CLOUDSTACK-6143: Storage motion support for hyper-v. With these changes a volume on a shared 2014-03-14 16:27:58 +05:30
HypervResource.csproj CLOUDSTACK-6325: [hyper-v] fixed cleaning of bin and obj directories when building with mono, they were not cleaning up and resulting in use of stale dlls in some cases 2014-04-08 14:37:21 +05:30
HypervResourceController.cs CLOUDSTACK-6402: Fix StopCommand so that VMs are not removed accidentally as part of vmsync 2014-04-14 16:52:37 +05:30
IWmiCallsV2.cs CLOUDSTACK-6106 Agent side changes for VPC on Hyper-V 2014-03-14 17:36:43 +05:30
Utils.cs CLOUDSTACK-6326: fixed password visible in plain text in some of commands in Hyper-v Agent logs 2014-04-08 14:37:13 +05:30
WmiCallsV2.cs CLOUDSTACK-6262: Fixed network throttling in hyper-v, Now network rate parameter is honored in hyper-v. Network rate parameter now set the max bandwidth of nic on hyper-v 2014-04-09 13:10:30 +05:30
packages.config Changes to attach the system vm iso when booting the virtual router - part 1. 2013-11-04 18:48:54 +05:30