diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-08-08 18:55:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 18:55:53 -0700 |
| commit | 52fcce81c64348dccf706e52161cf3fcf71e1df8 (patch) | |
| tree | eff9e3a111e227de7803c4ab5bd03ea79897bb57 /weed/shell/commands.go | |
| parent | 4370a4db634f2268526911842a804d9dee97aadc (diff) | |
| parent | 882a93dacd2ca8549af50b80a8a98a861fdee0ed (diff) | |
| download | seaweedfs-52fcce81c64348dccf706e52161cf3fcf71e1df8.tar.xz seaweedfs-52fcce81c64348dccf706e52161cf3fcf71e1df8.zip | |
Merge pull request #2241 from chrislusf/add_remote_storage
WIP: remote storage
Diffstat (limited to 'weed/shell/commands.go')
| -rw-r--r-- | weed/shell/commands.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go index 697c68ae3..5497e89cc 100644 --- a/weed/shell/commands.go +++ b/weed/shell/commands.go @@ -20,9 +20,10 @@ type ShellOptions struct { Masters *string GrpcDialOption grpc.DialOption // shell transient context - FilerHost string - FilerPort int64 - Directory string + FilerHost string + FilerPort int64 + FilerAddress string + Directory string } type CommandEnv struct { |
