FS#67492 - [rsync] Can't set --bwlimit value to 0 (upstream regression)

Attached to Project: Arch Linux
Opened by Alexandr Oleynikov (citrusalex) - Wednesday, 05 August 2020, 04:57 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 10 August 2022, 07:48 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jelle van der Waa (jelly)
Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When I try to create a snapshot of a container with LXC, rsync errors out with an error:
rsync: --bwlimit value is too small: 0
It seems like this is caused by a regression upstream that was already fixed:
https://github.com/WayneD/rsync/commit/5dcb49c7ddec765d4a24b4f801ffc7212c085db1
Would be nice to maybe backport this until a new release comes out.
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 10 August 2022, 07:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  @ckujau says "Appears to have been fixed long ago."
Comment by Christian Kujau (ckujau) - Tuesday, 09 August 2022, 18:35 GMT
$ pacman -Q rsync
rsync 3.2.4-2

$ /usr/bin/rsync --bwlimit 0 -avn . .
sending incremental file list

sent 14,478 bytes received 46 bytes 29,048.00 bytes/sec
total size is 19,112,948 speedup is 1,315.96 (DRY RUN)

Loading...