[TD-1920]fix compact bug,load dnode-globalcfg mode
This commit is contained in:
parent
945674e275
commit
b7ea053258
|
@ -88,6 +88,7 @@ static SStep tsDnodeSteps[] = {
|
|||
|
||||
static SStep tsDnodeCompactSteps[] = {
|
||||
{"dnode-tfile", tfInit, tfCleanup},
|
||||
{"dnode-globalcfg", taosCheckGlobalCfg, NULL},
|
||||
{"dnode-storage", dnodeInitStorage, dnodeCleanupStorage},
|
||||
{"dnode-eps", dnodeInitEps, dnodeCleanupEps},
|
||||
{"dnode-wal", walInit, walCleanUp},
|
||||
|
|
Loading…
Reference in New Issue