aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-08 17:02:47 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-08 17:02:47 -0700
commit1dc30214cbaca4a93285270a29ff77cd3d1f728f (patch)
treef7599aeeed71a8028aacb24a0abb0f5d3ec52e80 /weed/command/filer.go
parent9b3109a5d88dc4bc3353dae0dff95f3a7890c691 (diff)
downloadseaweedfs-1dc30214cbaca4a93285270a29ff77cd3d1f728f.tar.xz
seaweedfs-1dc30214cbaca4a93285270a29ff77cd3d1f728f.zip
mark encryptVolumeData as not ready
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index fb1ee2b0f..b027686b5 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -52,7 +52,7 @@ func init() {
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.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")
+ f.cipher = cmdFiler.Flag.Bool("work_in_progress_encryptVolumeData", false, "<not ready> encrypt data on volume servers")
}
var cmdFiler = &Command{