aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-11-03 01:09:48 -0700
committerChris Lu <chris.lu@gmail.com>2021-11-03 01:09:48 -0700
commitaf71ae11aa29350a60ed7d3b9a16276a06ba9dcc (patch)
treea59876d14e41191709169276cc18daadeddef820 /weed/shell
parentab97b17e62503066598f9cf9ecaf4dba4ee2d6d8 (diff)
downloadseaweedfs-af71ae11aa29350a60ed7d3b9a16276a06ba9dcc.tar.xz
seaweedfs-af71ae11aa29350a60ed7d3b9a16276a06ba9dcc.zip
master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()
Diffstat (limited to 'weed/shell')
-rw-r--r--weed/shell/shell_liner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/shell_liner.go b/weed/shell/shell_liner.go
index fed62aba1..c2c63ec66 100644
--- a/weed/shell/shell_liner.go
+++ b/weed/shell/shell_liner.go
@@ -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 == "" {