This commit is contained in:
Chris Lu
2019-12-23 12:48:53 -08:00
parent 09ca936c78
commit 8a2d529759
4 changed files with 5 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ func (vs *VolumeServer) VolumeEcShardsDelete(ctx context.Context, req *volume_se
continue
}
for _, fileInfo := range fileInfos {
if fileInfo.Name() == bName+".ecx" || fileInfo.Name() == bName+".ecj"{
if fileInfo.Name() == bName+".ecx" || fileInfo.Name() == bName+".ecj" {
hasEcxFile = true
continue
}