You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/09/02 11:25:21 UTC

[2/2] git commit: updated refs/heads/4.5 to 047d759

Merge pull request #754 from shapeblue/4.5-CLOUDSTACK-8762

CLOUDSTACK-8762: Check to confirm disk activity before starting a VMImplements a VM volume/disk file activity checker that checks if QCOW2 file
has been changed before starting the VM. This is useful as a pessimistic
approach to save VMs that were running on faulty hosts that CloudStack could
try to launch on other hosts while the host was not cleanly fenced. This is
optional and available only if you enable the settings in agent.properties
file, on per-host basis.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

* pr/754:
  CLOUDSTACK-8762: Confirm disk activity before starting a VM

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/047d759a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/047d759a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/047d759a

Branch: refs/heads/4.5
Commit: 047d759a73572476353dc47d0ce41e8443829a4a
Parents: a6c630c 711acfa
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Sep 2 14:54:58 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Sep 2 14:54:58 2015 +0530

----------------------------------------------------------------------
 agent/conf/agent.properties                     |  16 +++
 .../kvm/resource/LibvirtComputingResource.java  |  31 ++++++
 .../utils/hypervisor/HypervisorUtils.java       |  68 ++++++++++++
 .../utils/hypervisor/HypervisorUtilsTest.java   | 111 +++++++++++++++++++
 4 files changed, 226 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/047d759a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
----------------------------------------------------------------------