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

create-block command not found #274

Closed microqiu closed 8 years ago

microqiu commented 8 years ago
./bin/torusctl volume create-block myVolume 10GiB

i run this command,i found create-block command not found.

then i run --help, found only these commands can be run.

./bin/torusctl volume list
./bin/torusctl volume delete
barakmich commented 8 years ago

Hi!

Good catch, that just changed yesterday with #272 -- the docs in the release package are still correct, but the latest has changed. For the older walkthrough, check https://github.com/coreos/torus/tree/v0.1.0

Cheers!