Actions
action #52967
closedrsync.pl Lots of errors about not existant media for SLE12SP5 which only apply for SLE15
Start date:
2019-06-12
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
From osd:/var/log/openqa_rsync.log
Syncing 'sle12_sp5'
add_sle_addons: product: 'Module-Basesystem'
add_sle_addons: update_current_repo: 'Module-Basesystem'
syncing rsync://dist.suse.de/repos/SUSE:/SLE-12-SP5:/GA:/TEST/images/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media1/ -> /var/lib/openqa/factory/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media1-CURRENT
rsync failed 0
rsync: change_dir "/SUSE:/SLE-12-SP5:/GA:/TEST/images/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media1" (in repos) failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1652) [Receiver=3.1.0]
receiving incremental file list
sent 8 bytes received 178 bytes 372.00 bytes/sec
total size is 0 speedup is 0.00
add_sle_addons: No url found for: 'Module-Basesystem'
add_sle_addons: product: 'Module-Basesystem'
add_sle_addons: update_current_repo: 'Module-Basesystem'
syncing rsync://dist.suse.de/repos/SUSE:/SLE-12-SP5:/GA:/TEST/images/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media2/ -> /var/lib/openqa/factory/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media2-CURRENT
rsync failed 0
rsync: change_dir "/SUSE:/SLE-12-SP5:/GA:/TEST/images/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media2" (in repos) failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1652) [Receiver=3.1.0]
receiving incremental file list
sent 8 bytes received 178 bytes 124.00 bytes/sec
total size is 0 speedup is 0.00
add_sle_addons: No url found for: 'Module-Basesystem'
add_sle_addons: product: 'Module-Basesystem'
add_sle_addons: update_current_repo: 'Module-Basesystem'
syncing rsync://dist.suse.de/repos/SUSE:/SLE-12-SP5:/GA:/TEST/images/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media3/ -> /var/lib/openqa/factory/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media3-CURRENT
rsync failed 0
rsync: change_dir "/SUSE:/SLE-12-SP5:/GA:/TEST/images/repo/SLE-12-SP5-Module-Basesystem-POOL-x86_64-Media3" (in repos) failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1652) [Receiver=3.1.0]
receiving incremental file list
sent 8 bytes received 178 bytes 372.00 bytes/sec
total size is 0 speedup is 0.00
add_sle_addons: No url found for: 'Module-Basesystem'
add_sle_addons: product: 'Module-Desktop-Applications'
add_sle_addons: update_current_repo: 'Module-Desktop-Applications'
…
and the list goes on. We are trying to sync all kind of SLE15 modules for SLE12 which do not exist there
Suggestion¶
Understand why we try to sync these modules for SLE12 at all and prevent that.
Updated by okurz about 5 years ago
- Related to action #57233: Properly handle transport errors in ObsRsync plugin added
Updated by okurz about 5 years ago
- Status changed from New to Blocked
- Assignee set to okurz
We decided to look into rolling out ObsSync for more products. Then we can take a look here again and see what we need to do.
Updated by andriinikitin about 5 years ago
- Related to deleted (action #57233: Properly handle transport errors in ObsRsync plugin)
Updated by okurz about 5 years ago
- Status changed from Blocked to Resolved
The relation to #57233 was added under the general assumption that obsrsync should fully replace rsync.pl and hence solve all problems – or at least inherit them ;)
So let's try to live with the status quo with the assumption that obsrsync is used for all new products and SLE12SP5 should not matter for us anymore then
Actions