From 00707ec00fb8016ac9ef8858a01a9784a6aee1a0 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 24 Jan 2021 19:01:58 -0800 Subject: mount: outsideContainerClusterMode proxy through filer Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. --- weed/command/mount_std.go | 1 + 1 file changed, 1 insertion(+) (limited to 'weed/command') 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, -- cgit v1.2.3