mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 07:37:56 +08:00
master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()
This commit is contained in:
@@ -47,7 +47,7 @@ func RunShell(options ShellOptions) {
|
||||
|
||||
commandEnv := NewCommandEnv(options)
|
||||
|
||||
go commandEnv.MasterClient.KeepConnectedToMaster()
|
||||
go commandEnv.MasterClient.LoopConnectToMaster()
|
||||
commandEnv.MasterClient.WaitUntilConnected()
|
||||
|
||||
if commandEnv.option.FilerAddress == "" {
|
||||
|
Reference in New Issue
Block a user