aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_server_handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/server/master_server_handlers.go')
-rw-r--r--weed/server/master_server_handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/server/master_server_handlers.go b/weed/server/master_server_handlers.go
index 9dc6351a4..e4188420d 100644
--- a/weed/server/master_server_handlers.go
+++ b/weed/server/master_server_handlers.go
@@ -136,7 +136,7 @@ func (ms *MasterServer) dirAssignHandler(w http.ResponseWriter, r *http.Request)
return
}
vl.AddGrowRequest()
- ms.vgCh <- &topology.VolumeGrowRequest{
+ ms.volumeGrowthRequestChan <- &topology.VolumeGrowRequest{
Option: option,
Count: writableVolumeCount,
}