Project

General

Profile

Actions

Bug #61679

open

RuntimeError: Expected smithixxx's OS to be one OS but found a different OS

Added by Laura Flores 11 months ago. Updated 11 months ago.

Status:
New
Priority:
Normal
Assignee:
% Done:

0%

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

Description

/a/akupczyk-2023-06-13_12:20:40-rados-wip-aclamk-os-bluestore-rdr-quincy-distro-default-smithi/7301785

2023-06-13T12:28:22.694 INFO:teuthology.orchestra.run:Running command with timeout 600
2023-06-13T12:28:42.299 INFO:teuthology.provision.fog.smithi022:Node is ready
2023-06-13T12:28:42.318 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022
2023-06-13T12:28:42.379 INFO:teuthology.orchestra.run.smithi022.stdout:172.21.15.22 smithi022 smithi022
2023-06-13T12:28:42.776 INFO:teuthology.orchestra.run.smithi022.stdout:NAME="CentOS Stream" 
2023-06-13T12:28:42.776 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION="8" 
2023-06-13T12:28:42.777 INFO:teuthology.orchestra.run.smithi022.stdout:ID="centos" 
2023-06-13T12:28:42.777 INFO:teuthology.orchestra.run.smithi022.stdout:ID_LIKE="rhel fedora" 
2023-06-13T12:28:42.777 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION_ID="8" 
2023-06-13T12:28:42.777 INFO:teuthology.orchestra.run.smithi022.stdout:PLATFORM_ID="platform:el8" 
2023-06-13T12:28:42.777 INFO:teuthology.orchestra.run.smithi022.stdout:PRETTY_NAME="CentOS Stream 8" 
2023-06-13T12:28:42.777 INFO:teuthology.orchestra.run.smithi022.stdout:ANSI_COLOR="0;31" 
2023-06-13T12:28:42.777 INFO:teuthology.orchestra.run.smithi022.stdout:CPE_NAME="cpe:/o:centos:centos:8" 
2023-06-13T12:28:42.778 INFO:teuthology.orchestra.run.smithi022.stdout:HOME_URL="https://centos.org/" 
2023-06-13T12:28:42.778 INFO:teuthology.orchestra.run.smithi022.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 
2023-06-13T12:28:42.778 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 
2023-06-13T12:28:42.778 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 
2023-06-13T12:28:42.780 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines...
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/dispatcher/supervisor.py", line 226, in reimage
    reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type'])
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/lock/ops.py", line 325, in reimage_machines
    reimaged[machine] = machines[machine]
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/provision/__init__.py", line 44, in reimage
    result = obj.create()
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/provision/fog.py", line 92, in create
    self._verify_installed_os()
  File "/home/teuthworker/src/git.ceph.com_teuthology_2ef0dcdee569e9851c9d2ffb6acfd4b80d031e61/teuthology/provision/fog.py", line 335, in _verify_installed_os
    raise RuntimeError(
RuntimeError: Expected smithi022's OS to be rhel 8.4 but found centos 8

/a/yuriw-2023-06-02_15:02:25-fs-reef-release-distro-default-smithi/7294352/

Actions #1

Updated by Laura Flores 11 months ago

/a/akupczyk-2023-06-13_12:20:40-rados-wip-aclamk-os-bluestore-rdr-quincy-distro-default-smithi/7301831

Actions #2

Updated by Laura Flores 11 months ago

  • Assignee set to Dan Mick

Assigning this to you Dan, since you mentioned you were aware of this problem in the slack channel. Feel free to reassign as needed!

Actions #3

Updated by Dan Mick 11 months ago

The error is a result of a new verification check added recently to verify the actual installed OS. The job claims it asked for RHEL8, but got CentOS 8. I looked at the reimage log and the fog job chose the centos8 image, so either fog was misinformed or it has an internal bug.

Actions

Also available in: Atom PDF