This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from ccd623f Merge pull request #2100 from Accelerite/CLOUDSTACK-9907
add 8323a17 CLOUDSTACK-9860: Power off VMs when stopVM is called with
forced=true
add 5f35c15 Merge pull request #2108 from shapeblue/force-stop-vm-kvm
add 9a21f56 Speedup vm start by making vm_passwd saving much faster
add 00add83 remaining conflicting code for vm_passwd speedup
add 710d3bf rat
add 48f413a Merge pull request #2084 from shapeblue/passwd-speedup
add e197652 CLOUDSTACK-9860: Fix stackoverflow issue
add 52232b9 Merge pull request #2135 from shapeblue/force-stop-vm-kvm
new ed376fc Merge remote-tracking branch 'origin/4.9'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cloudstack/api/command/user/vm/StopVMCmd.java | 2 +-
core/src/com/cloud/agent/api/StopCommand.java | 13 ++++-
.../com/cloud/vm/VirtualMachineManagerImpl.java | 6 +--
.../kvm/resource/LibvirtComputingResource.java | 15 +++---
.../wrapper/LibvirtStopCommandWrapper.java | 3 +-
.../hypervisor/vmware/resource/VmwareResource.java | 13 +++--
.../xenserver/resource/CitrixResourceBase.java | 11 ++--
.../wrapper/xenbase/CitrixStopCommandWrapper.java | 2 +-
.../debian/config/opt/cloud/bin/configure.py | 30 -----------
.../debian/config/opt/cloud/bin/cs/CsVmPassword.py | 61 ++++++++++++++++++++++
.../patches/debian/config/opt/cloud/bin/cs_vmp.py | 27 ----------
.../patches/debian/config/opt/cloud/bin/merge.py | 20 +++----
.../debian/config/opt/cloud/bin/update_config.py | 22 +++++++-
test/integration/smoke/test_vm_life_cycle.py | 36 ++++++++++++-
14 files changed, 172 insertions(+), 89 deletions(-)
create mode 100644
systemvm/patches/debian/config/opt/cloud/bin/cs/CsVmPassword.py
delete mode 100755 systemvm/patches/debian/config/opt/cloud/bin/cs_vmp.py
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].