diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2020-11-12 10:07:52 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2020-11-12 10:07:52 +0500 |
| commit | 0880aff224976ba1a22f7f1d815a35f2556165dd (patch) | |
| tree | 50cbb7341ed279f07ba29d258cf049f6fc27665a /weed/command | |
| parent | aa30604ceca20eedf763c1237a3a48a49c793fad (diff) | |
| download | seaweedfs-0880aff224976ba1a22f7f1d815a35f2556165dd.tar.xz seaweedfs-0880aff224976ba1a22f7f1d815a35f2556165dd.zip | |
update dc flag desc
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/filer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index 1ea334e61..017427335 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -59,7 +59,7 @@ func init() { f.disableDirListing = cmdFiler.Flag.Bool("disableDirListing", false, "turn off directory listing") f.maxMB = cmdFiler.Flag.Int("maxMB", 32, "split files larger than the limit") f.dirListingLimit = cmdFiler.Flag.Int("dirListLimit", 100000, "limit sub dir listing size") - f.dataCenter = cmdFiler.Flag.String("dataCenter", "", "prefer to write to volumes in this data center") + f.dataCenter = cmdFiler.Flag.String("dataCenter", "", "prefer to read and write to volumes in this data center") f.rack = cmdFiler.Flag.String("rack", "", "prefer to write to volumes in this rack") f.disableHttp = cmdFiler.Flag.Bool("disableHttp", false, "disable http request, only gRpc operations are allowed") f.cipher = cmdFiler.Flag.Bool("encryptVolumeData", false, "encrypt data on volume servers") |
