mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 00:25:01 +08:00
adjust warning log
This commit is contained in:
@@ -27,7 +27,7 @@ func (ms *MasterServer) DoAutomaticVolumeGrow(req *topology.VolumeGrowRequest) {
|
|||||||
newVidLocations, err := ms.vg.AutomaticGrowByType(req.Option, ms.grpcDialOption, ms.Topo, req.Count)
|
newVidLocations, err := ms.vg.AutomaticGrowByType(req.Option, ms.grpcDialOption, ms.Topo, req.Count)
|
||||||
glog.V(1).Infoln("finished automatic volume grow, cost ", time.Now().Sub(start))
|
glog.V(1).Infoln("finished automatic volume grow, cost ", time.Now().Sub(start))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.V(1).Infof("automatic volume grow failed: %+v", err)
|
glog.Warningf("automatic volume grow %s: %+v", req.Option, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
for _, newVidLocation := range newVidLocations {
|
for _, newVidLocation := range newVidLocations {
|
||||||
|
Reference in New Issue
Block a user