This commit is contained in:
chrislu
2024-04-18 08:47:45 -07:00
parent 0bdf121e51
commit d9490c5e1f
4 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ func (ms *MasterServer) ProcessGrowRequest() {
go func() {
filter := sync.Map{}
for {
req, ok := <-ms.vgCh
req, ok := <-ms.volumeGrowthRequestChan
if !ok {
break
}