cloudstack/core
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
..
resources/META-INF/cloudstack Correcting the "security.checkers.order" to include the class name for RoleBasedEntityAccessChecker 2014-01-22 13:59:57 -08:00
src CLOUDSTACK-6402: Fix StopCommand so that VMs are not removed accidentally as part of vmsync 2014-04-14 16:52:37 +05:30
test fix build 2014-03-28 16:24:45 -07:00
findbugsExcludeFilter.xml findbugs: exclude known spiffy hacks a.k.a. false positives 2014-03-28 14:28:10 +01:00
pom.xml Add PMD to core to provide some feedback on potential code quality concerns 2014-04-11 08:13:14 -06:00