-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters