diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-12-03 23:30:55 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-12-03 23:30:55 -0800 |
| commit | 2e2f426fe28f8e3d94d7d1dee3afde2655425741 (patch) | |
| tree | 9862c5580b88670d2505a1752a7fb62fcaced6ea /go/weed/master.go | |
| parent | 5fdb1d89cebbb2f4947a1d2b356b83f90b951239 (diff) | |
| download | seaweedfs-2e2f426fe28f8e3d94d7d1dee3afde2655425741.tar.xz seaweedfs-2e2f426fe28f8e3d94d7d1dee3afde2655425741.zip | |
clean up etcd backing for sequence persistent storage. It uses some OS
specific calls and is not OS-agnostic.
Diffstat (limited to 'go/weed/master.go')
| -rw-r--r-- | go/weed/master.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/go/weed/master.go b/go/weed/master.go index a1dffe5ac..55ded2869 100644 --- a/go/weed/master.go +++ b/go/weed/master.go @@ -37,7 +37,6 @@ var ( mMaxCpu = cmdMaster.Flag.Int("maxCpu", 0, "maximum number of CPUs. 0 means all available CPUs") garbageThreshold = cmdMaster.Flag.String("garbageThreshold", "0.3", "threshold to vacuum and reclaim spaces") masterWhiteListOption = cmdMaster.Flag.String("whiteList", "", "comma separated Ip addresses having write permission. No limit if empty.") - //etcdCluster = cmdMaster.Flag.String("etcd", "", "comma separated etcd urls, e.g., http://localhost:4001, See github.com/coreos/go-etcd/etcd") masterWhiteList []string ) |
