
We are debugging why the fedora mirror has started to take 8+ hours to release. There is suspicion that rsync is updating the metadata of a lot of files, causing the incremental update to be more of a full release. If you read the man page carefully: At the single -v level of verbosity, this does not mention when a file gets its attributes changed. If you ask for an itemized list of changed attributes (either --itemize-changes or adding "%i" to the --out-format setting), the output (on the client) increases to mention all items that are changed in any way So we need "-i" to see these updates Change-Id: Ia9cff1e126404bc5a3346e758a15314834aef409
mirror-update
This role sets up the mirror-update
host, which does the
periodic sync of upstream mirrors to the AFS volumes.
It is not intended to be a particularly generic or flexible role, as there is usually only one instance of the mirror-update host (to avoid conflicting updates).
At this stage, it handles the mirrors that are updated by
rsync
only. It is expected that it will grow to cover
mirroring other volumes that are currently done by the legacy
openstack.org
host and managed by puppet.
Role Variables