diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-24 01:41:38 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-24 01:41:38 -0800 |
| commit | 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec (patch) | |
| tree | 888668ade913d7e8b912fd73b781c52ae3a700a1 /weed/command/mount_std.go | |
| parent | ccbdb38c89a79a482c46faaa9b0dd53e3dacb822 (diff) | |
| download | seaweedfs-096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec.tar.xz seaweedfs-096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec.zip | |
mount: when outside cluster network, use filer as proxy to access volume servers
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index 9e955e344..a95ecd567 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -169,6 +169,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { } seaweedFileSystem := filesys.NewSeaweedFileSystem(&filesys.Option{ + FilerAddress: filer, FilerGrpcAddress: filerGrpcAddress, GrpcDialOption: grpcDialOption, FilerMountRootPath: mountRoot, |
