qvm-copy reports incorrect size of the copied file #9408
Labels
affects-4.2
This issue affects Qubes OS 4.2.
C: core
diagnosed
Technical diagnosis has been performed (see issue comments).
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
T: bug
Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
How to file a helpful issue
Qubes OS release
4.2.2
Brief summary
When copying file using qvm-copy from the terminal, the reported total file size is incorrect - it appends KB to size in bytes.
Steps to reproduce
Just try copying arbitrary file using qvm-copy, compare the file size.
Expected behavior
$ ls -l myfile
-rw-r--r--. 1 user user 3297676762 Aug 15 12:07 myfile
sent 0/3220388 KB
sent 3220388/3220388 KB
Actual behavior
$ ls -l myfile
-rw-r--r--. 1 user user 3297676762 Aug 15 12:07 myfile
$ myfile
sent 0/3297676762 KB
sent 3220388/3297676762 KB
The text was updated successfully, but these errors were encountered: