diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-06-15 12:21:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-06-15 12:21:44 -0700 |
| commit | 8b43679ae38c11b60678d6c93965227f84919b0b (patch) | |
| tree | 4e149e40d5a6ef9f83a6a176bab4e92c8d6d1b4a /weed/command/filer.go | |
| parent | 5336008dcd297715b986c48c7fa22ea99b8c83e0 (diff) | |
| download | seaweedfs-8b43679ae38c11b60678d6c93965227f84919b0b.tar.xz seaweedfs-8b43679ae38c11b60678d6c93965227f84919b0b.zip | |
refactoring
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index 83e9df20f..f20ac9714 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -116,6 +116,7 @@ func (fo *FilerOptions) startFiler() { DisableHttp: *fo.disableHttp, MetricsAddress: *fo.metricsAddress, MetricsIntervalSec: *fo.metricsIntervalSec, + Port: *fo.port, }) if nfs_err != nil { glog.Fatalf("Filer startup error: %v", nfs_err) |
