mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Reproducer:
Reproducer:
./virt-install --connect test:///default \
--location tests/data/fakemedia/fake-f26-netinst.iso
Before:
Starting install...
Retrieving 'vmlinuz' | 0 B 00:00:00 ...
Retrieving 'initrd.img' | 0 B 00:00:00 ...
After:
Starting install...
Retrieving 'vmlinuz' | 9 B 00:00:00 ...
Retrieving 'initrd.img' | 9 B 00:00:00 ...
progress.end() currently only reports the total amount of bytes
that were last written to the UI. It should report the total amount
that's been passed to update().
Reported-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
|
|
Meter text test 0% [ ] 0 B/s | 0 B --:-- ETA
|
|
|
|
Meter text test 50% [========- ] 0 B/s | 100 B --:-- ETA
|
|
|
|
Meter text test 100% [================] 67 B/s | 200 B 00:00 ETA
|
|
|
|
Meter text test 1000% [================] 413 B/s | 2.0 kB --:-- ETA
|
|
|
|
Meter text test 2000% [================] 731 B/s | 3.9 kB --:-- ETA
|
|
|
|
Meter text test | 4.4 kB 00:04 !!!
|