Project

General

Profile

Actions

Bug #58560

open

test_envlibrados_for_rocksdb.sh failed to subscribe to repo

Added by Nitzan Mordechai over 1 year ago. Updated 6 months ago.

Status:
Pending Backport
Priority:
Normal
% Done:

0%

Source:
Tags:
Backport:
pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

/a//yuriw-2023-01-23_17:16:25-rados-wip-yuri6-testing-2023-01-22-0750-distro-default-smithi/7133989

2023-01-23T20:12:01.985 INFO:tasks.workunit.client.0.smithi156.stderr:+ sudo subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
2023-01-23T20:12:05.230 INFO:tasks.workunit.client.0.smithi156.stdout:Error: 'codeready-builder-for-rhel-8-x86_64-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.
2023-01-23T20:12:05.285 DEBUG:teuthology.orchestra.run:got remote process result: 1

Looks like bug 50118 had the same issue, solved by changing to dnf

                # RHEL needs CRB repo for snappy-devel
                sudo subscription-manager repos --enable "codeready-builder-for-rhel-8-x86_64-rpms" 

to

                # RHEL needs CRB repo for snappy-devel
                sudo dnf config-manager --set-enabled "codeready-builder-for-rhel-8-x86_64-rpms" 

Actions

Also available in: Atom PDF