aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-26 15:08:52 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-26 15:08:52 -0800
commit983fd90010a617246e3f7932a5f5f2afac8a8b38 (patch)
tree4a2da171611f0e7c4e57a66affaf3ad71d218f6b /weed/command/volume.go
parent97f706f35ba87cb97a3c3d68f682a5f37317008f (diff)
downloadseaweedfs-983fd90010a617246e3f7932a5f5f2afac8a8b38.tar.xz
seaweedfs-983fd90010a617246e3f7932a5f5f2afac8a8b38.zip
marked as WIP
Diffstat (limited to 'weed/command/volume.go')
-rw-r--r--weed/command/volume.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go
index 9597e843a..fec783514 100644
--- a/weed/command/volume.go
+++ b/weed/command/volume.go
@@ -84,7 +84,7 @@ func init() {
v.fileSizeLimitMB = cmdVolume.Flag.Int("fileSizeLimitMB", 256, "limit file size to avoid out of memory")
v.pprof = cmdVolume.Flag.Bool("pprof", false, "enable pprof http handlers. precludes --memprofile and --cpuprofile")
v.metricsHttpPort = cmdVolume.Flag.Int("metricsPort", 0, "Prometheus metrics listen port")
- v.idxFolder = cmdVolume.Flag.String("dir.idx", "", "directory to store .idx files")
+ v.idxFolder = cmdVolume.Flag.String("dir.idx", "", "WIP directory to store .idx files")
}
var cmdVolume = &Command{