提交 e2a54623 编写于 作者: H Hongze Cheng

debug

上级 95da7b8b
......@@ -203,7 +203,7 @@ static int32_t dnodeInitStorage() {
for (int j = 0; j < pTier->nDisks; j++) {
SDisk *pDisk = tdGetDisk(tsDnodeTier, i, j);
tdGetVnodeRootDir(dirName, pDisk->dir);
tdGetVnodeRootDir(pDisk->dir, dirName);
if (dnodeCreateDir(dirName) < 0) {
dError("failed to create vnode dir: %s, reason: %s", dirName, strerror(errno));
return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册