mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +08:00
fix update topologyInfo
This commit is contained in:
@@ -103,9 +103,9 @@ func (c *commandVolumeServerEvacuate) volumeServerEvacuate(commandEnv *CommandEn
|
||||
select {
|
||||
default:
|
||||
if topologyInfo, _, err := collectTopologyInfo(commandEnv, topologyInfoUpdateInterval); err != nil {
|
||||
c.topologyInfo = topologyInfo
|
||||
} else {
|
||||
fmt.Fprintf(writer, "update topologyInfo %v", err)
|
||||
} else {
|
||||
c.topologyInfo = topologyInfo
|
||||
}
|
||||
case <-stopchan:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user