You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qfile-agent: fix CLI progress display unit mismatch
qubes-fs-tree-check outputs the total estimated size in bytes, not KB.
Fix the display bug by renaming the env variable that's used to pass
this number (in the qvm-copy wrapper script) to $FILECOPY_TOTAL_BYTES,
and then making qfile-agent convert from bytes to KB display units.
$ truncate -s 10K foo
$ qvm-copy foo # before:
sent 10/10240 KB
$ qvm-copy foo # after:
sent 10/10 KB
0 commit comments