提交 18ba54c0 编写于 作者: P Peter Krempa

conf: Disk 'shared' state is not guest ABI

Drop the checking of 'shared' from the ABI stability check. This
property controls whether the hypervisor allows concurrent access to the
same file, but this fact does not influence guest ABI.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
上级 4fdcf67a
......@@ -20820,8 +20820,7 @@ virDomainDiskDefCheckABIStability(virDomainDiskDefPtr src,
}
if (src->src->readonly != dst->src->readonly ||
src->src->shared != dst->src->shared) {
if (src->src->readonly != dst->src->readonly) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
_("Target disk access mode does not match source"));
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册