mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 00:39:56 +08:00
mount: add mode to run external to SeaweedFS container cluster
This commit is contained in:
@@ -105,3 +105,6 @@ func (env *CommandEnv) getFilerClient(filerServer string, filerPort int64) *comm
|
||||
func (c *commandFilerClient) WithFilerClient(fn func(filer_pb.SeaweedFilerClient) error) error {
|
||||
return c.env.withFilerClient(c.filerServer, c.filerPort, fn)
|
||||
}
|
||||
func (c *commandFilerClient) AdjustedUrl(hostAndPort string) string {
|
||||
return hostAndPort
|
||||
}
|
||||
|
Reference in New Issue
Block a user