mark encryptVolumeData as not ready

This commit is contained in:
Chris Lu
2020-03-08 17:02:47 -07:00
parent 9b3109a5d8
commit 1dc30214cb
2 changed files with 2 additions and 2 deletions

View File

@@ -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{