aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-12 02:30:12 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-12 02:30:12 -0800
commit0ef43a23a70d1c4fd25f373d1ae83b6949552f33 (patch)
treedd341effa44fe437ed6e9574c9392fd03bb78a82 /weed/command/filer.go
parent629c9962e7d268752cf8f836783f34dc009ceda7 (diff)
downloadseaweedfs-0ef43a23a70d1c4fd25f373d1ae83b6949552f33.tar.xz
seaweedfs-0ef43a23a70d1c4fd25f373d1ae83b6949552f33.zip
go fmt
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go24
1 files changed, 12 insertions, 12 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index aa09c3c98..633c25cac 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -139,18 +139,18 @@ func (fo *FilerOptions) startFiler() {
Masters: strings.Split(*fo.masters, ","),
Collection: *fo.collection,
DefaultReplication: *fo.defaultReplicaPlacement,
- DisableDirListing: *fo.disableDirListing,
- MaxMB: *fo.maxMB,
- DirListingLimit: *fo.dirListingLimit,
- DataCenter: *fo.dataCenter,
- Rack: *fo.rack,
- DefaultLevelDbDir: defaultLevelDbDirectory,
- DisableHttp: *fo.disableHttp,
- Host: *fo.ip,
- Port: uint32(*fo.port),
- Cipher: *fo.cipher,
- SaveToFilerLimit: *fo.saveToFilerLimit,
- Filers: peers,
+ DisableDirListing: *fo.disableDirListing,
+ MaxMB: *fo.maxMB,
+ DirListingLimit: *fo.dirListingLimit,
+ DataCenter: *fo.dataCenter,
+ Rack: *fo.rack,
+ DefaultLevelDbDir: defaultLevelDbDirectory,
+ DisableHttp: *fo.disableHttp,
+ Host: *fo.ip,
+ Port: uint32(*fo.port),
+ Cipher: *fo.cipher,
+ SaveToFilerLimit: *fo.saveToFilerLimit,
+ Filers: peers,
})
if nfs_err != nil {
glog.Fatalf("Filer startup error: %v", nfs_err)