Project

General

Profile

Bug #54103

Updated by Casey Bodley about 2 years ago

the rgw/verify task adds s3cmd via extra_packages to install as a dependency of test_rgw_datacache.py 

 on ubuntu, teuthology's install task tries to install s3cmd=17.0.0-10458-g4b52b566-focal, where the 17.0.0 is a ceph version. so extra_packages should only be used for ceph packages - a new extra_system_pacakges field was added for non-ceph packages 

 example failures: https://pulpito.ceph.com/cbodley-2022-01-31_22:28:25-rgw:verify-wip-cbodley-testing-distro-default-smithi/

Back