Hide Forgot
Description of problem: Call of `repo synchronize --id 1306817064823-sync_repo1314618811-sync_org1314618811` from katello shell fails in response with: error: 'size_total' (more in the log file) But the sync is processing okey (the packages are getting synced and so). Version-Release number of selected component (if applicable): katello-0.1.71-1.git.0.7bdb786.fc15.noarch How reproducible: always Steps to Reproduce: 1. prepare needed org, provider, product, repo for syncing the content. 2. call `repo synchronize --id 1306817064823-sync_repo1314618811-sync_org1314618811` from katello shell 3. Actual results: Failure on the output of the command execution. Expected results: No failure, call should work as expected Additional info:
This was fixed when we refactored async tasks in CLI. Working in: commit 3001b22b56190530b907ba9b2d13960f34e94d73 Author: Tomas Strachota <tstrachota> Date: Tue Sep 13 13:47:25 2011 +0200
# VERIFIED Checked - now it's working without any errors like that. Clean syncing progress displaying. Checked against: katello-cli-0.1.10-1.git.278.85760dc.el6.noarch; katello-0.1.83-1.git.48.02111ba.fc15.noarch