提交 236e1f7e 编写于 作者: P Peter Krempa

util: storage: Output parsed network backing store string to debug log

上级 d2341044
......@@ -3229,6 +3229,8 @@ virStorageSourceNewFromBackingAbsolute(const char *path)
} else {
ret->type = VIR_STORAGE_TYPE_NETWORK;
VIR_DEBUG("parsing backing store string: '%s'", path);
/* handle URI formatted backing stores */
if ((json = STRSKIP(path, "json:")))
rc = virStorageSourceParseBackingJSON(ret, json);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册