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

torusctl block dump doesn't finish if it has progress output #305

Closed nak3 closed 8 years ago

nak3 commented 8 years ago

version

./bin/torusctl version
torusctl
Version: a196716

issue

torusctl block dump doesn't finish with progress output

reproduction steps

1. create volume

./bin/torusctl  -C 192.168.121.1:2379 volume create-block myvolume 1GiB
./bin/torusctl  -C 192.168.121.1:2379 volume list
VOLUME NAME  SIZE     TYPE
myvolume     1.0 GiB  block

2. dump volume with --progress option

./bin/torusctl  -C 192.168.121.1:2379 block dump myvolume foo
myvolume [===================================================] 1.07 GB / 1.07 GB

Then, the dump stuck with above output.

additional information