[
https://issues.apache.org/jira/browse/VCL-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16850912#comment-16850912
]
ASF subversion and git services commented on VCL-1084:
------------------------------------------------------
Commit 3e1bfe562b0c4bc4e905b14ae2c4392afe83ce58 in vcl's branch
refs/heads/VCL-1087_VCL_CAS_SSO from Josh Thompson
[ https://gitbox.apache.org/repos/asf?p=vcl.git;h=3e1bfe5 ]
VCL-1084 - set cache mode for libvirt VMs
libvirt.pm: modified generate_domain_xml: oops, had logic backwards in last
commit - disk cache should be set to none when on NFS (rather than on local
disk), updated code for correct logic
> set cache mode for libvirt VMs
> ------------------------------
>
> Key: VCL-1084
> URL: https://issues.apache.org/jira/browse/VCL-1084
> Project: VCL
> Issue Type: Improvement
> Components: vcld (backend)
> Reporter: Josh Thompson
> Priority: Major
> Fix For: 2.5.1
>
>
> The recommend cache mode for VMs depends on the storage type being used. If
> the qcow2 file is on an NFS mount, the cache mode should be none. If it is on
> a local filesystem, it should be writethrough or writeback. Additionally,
> when trying to perform a live migration with a shared NFS mount, it fails if
> the cache mode is not none because data corruption could result.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)