mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 01:15:35 +08:00
create volume grow request if the selected volume is close to full
This commit is contained in:
@@ -71,6 +71,8 @@ func (ms *MasterServer) ProcessGrowRequest() {
|
||||
|
||||
} else {
|
||||
glog.V(4).Infoln("discard volume grow request")
|
||||
time.Sleep(time.Millisecond * 211)
|
||||
vl.DoneGrowRequest()
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
Reference in New Issue
Block a user