The local airgap to central airgap rsync is failing at the step to rsync harbor images and charts and rsynch photon packages. The rsync for Harbor images and charts fails at 15% progress.
Below errors are seen during rsync:
Messages | RsyncHarborImagesAndCharts: Waiting for Harbor replication execution successs |
| | |
| | RsyncPhotonPackages: Task RsyncPhotonPackages failed with error: stderr: Error(1229) : Timeout was reached |
| | Error: Failed to synchronize cache for repo 'Airgap TCP 5.1.1 snapshot (x86_64)' |
| | Error(1229) : Timeout was reached stdout: Refreshing metadata for: 'Airgap TCP 5.1.1 snapshot (x86_64)'
TCA 3.4
TCP 5.1
Airgap 3.4
The airgap-511-snapshot.repo repository file configured in TCA 3.4 points to an unresolvable or timing-out snapshot path during tdnf metadata synchronization. This timeout blocks the RsyncPhotonPackages task and prevents downstream replication tasks from completing cleanly.
Log in to the TCA Airgap appliance via SSH as root.
Navigate to the repository configuration directory:
cd /etc/yum.repos.d/vi airgap-511-snapshot.repoLocate the enabled configuration parameter and change its value to 0:
enabled=0(Alternatively, you may remove or rename the file: mv airgap-511-snapshot.repo airgap-511-snapshot.repo.bak)
Retry the synchronization operation:
agctl rsync