We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66b34f commit b13ac47Copy full SHA for b13ac47
internal/task/task/checker/topology.go
@@ -139,7 +139,7 @@ func (s *step2CheckDataDirectoryDuplicate) Execute(ctx *context.Context) error {
139
used := map[string]bool{}
140
for _, dc := range s.dcs {
141
dataDir := dc.GetDataDir()
142
- if len(dataDir) == 0 {
+ if len(dataDir) == 0 || dataDir == comm.SERVICE_DIR_ABSENT {
143
continue
144
}
145
0 commit comments