[
https://issues.apache.org/jira/browse/CLOUDSTACK-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727073#comment-14727073
]
ASF subversion and git services commented on CLOUDSTACK-8762:
-------------------------------------------------------------
Commit dd9ba48efa0fceb842c707567606be28298c4488 in cloudstack's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=dd9ba48 ]
Merge pull request #753 from shapeblue/master-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 <[email protected]>
* pr/753:
CLOUDSTACK-8762: Check to confirm disk activity before starting a VM
Signed-off-by: Rohit Yadav <[email protected]>
> Check KVM disk files for activity before starting VM
> ----------------------------------------------------
>
> Key: CLOUDSTACK-8762
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8762
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Fix For: 4.5.3, 4.6.0
>
>
> KVM hosts have real issue with fencing when storage are accessible by
> multiple hosts such as in the case of NFS, in which case there is a
> possibility of qcow2 disks being accessed by multiple hosts causing disk
> corruptions. The aim of this ticket is to explore ways to delay starting a VM
> if the qcow2 disks/files are still being accessed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)