This commit is contained in:
Chris Lu
2020-03-22 18:32:49 -07:00
parent e32999108a
commit 35208711e5
2 changed files with 18 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ func (vg *VolumeGrowth) GrowByCountAndType(grpcDialOption grpc.DialOption, targe
if c, e := vg.findAndGrow(grpcDialOption, topo, option); e == nil {
counter += c
} else {
glog.V(0).Infof("create %d volume, created %d: %v", targetCount, counter, e)
return counter, e
}
}