Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
HSM
-
12349
Description
The POSIX copytool supports a "--report N" option, where N is an interval in seconds between copytool progress reports to the CDT. This option is intended to allow a change from the default interval of 30 seconds. At least, this is what the code indicates is expected to happen. Unfortunately, it seems supplying this option with any positive integer (other values were not tested) results in the copytool attempting to send reports many times per second. There is also no short version of the switch.
In a forthcoming patch, I intend to fix this bug and also propose a rename of the "-report" option to "-update-progress, -u".