coreos / torus

Torus Distributed Storage
https://coreos.com/blog/torus-distributed-storage-by-coreos.html
Apache License 2.0
1.78k stars 172 forks source link

torusd returns error parsing read-cache-size #319

Closed nak3 closed 8 years ago

nak3 commented 8 years ago

torus version

$ ./bin/torusd --version
torusd
Version: 043e8fd

issue

$ ./bin/torusd 
error parsing read-cache-size: strconv.ParseFloat: parsing "": invalid syntax

$ ./bin/torusd --etcd 127.0.0.1:2379 --peer-address http://127.0.0.1:40000 --data-dir /tmp/torus1 --size 20GiB --debug
error parsing read-cache-size: strconv.ParseFloat: parsing "": invalid syntax

reproduce steps