mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 17:51:20 +08:00
fix get filerGrpcAddress
This commit is contained in:
@@ -43,7 +43,7 @@ func runIam(cmd *Command, args []string) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (iamopt *IamOptions) startIamServer() bool {
|
func (iamopt *IamOptions) startIamServer() bool {
|
||||||
filerGrpcAddress, err := pb.ParseFilerGrpcAddress(*iamopt.filer)
|
filerGrpcAddress, err := pb.ParseServerToGrpcAddress(*iamopt.filer)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Fatal(err)
|
glog.Fatal(err)
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user