Project

General

Profile

Actions

Bug #64774

open

extensa002 node is not reachable

Added by Tintu Mathew about 2 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

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

Description

We are not able to reimage extensa002 node and ipmi console is also not accessible

+ REIMAGE_CMD=/home/jenkins-build/.tthlg/bin/teuthology-reimage
+ getopt o hn:p: --long platform:,nodes:,help - --platform 9.3 --nodes extensa002
CLI_OPTS=' --platform '\''9.3'\'' --nodes '\''extensa002'\'' --'
+ '[' 0 '!=' 0 ']'
+ '[' 4 '!=' 4 ']'
+ eval set -- ' --platform '\''9.3'\'' --nodes '\''extensa002'\'' --'
+ set -- --platform 9.3 --nodes extensa002 --
true
+ case ${1} in
+ OS_VER=9.3
+ shift 2
+ true
+ case ${1} in
+ NODES=extensa002
+ shift 2
+ true
+ case ${1} in
+ shift
+ break
+ echo 'Initiating reimage of nodes'
Initiating reimage of nodes
+ /home/jenkins-build/.tthlg/bin/teuthology-reimage --os-type rhel --os-version 9.3 extensa002
/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
2024-03-07 05:06:19,336.336 INFO:teuthology.lock.ops:Updating [extensa002]: reset os type and version on server
2024-03-07 05:06:19,336.336 INFO:teuthology.lock.ops:Updating extensa002.ceph.redhat.com on lock server
2024-03-07 05:06:19,605.605 INFO:teuthology.provision.fog.extensa002:Scheduling deploy of rhel 9.3
2024-03-07 05:06:20,023.023 INFO:teuthology.orchestra.console:Power off extensa002
2024-03-07 05:08:32,791.791 WARNING:teuthology.contextutil:'wait for power off' reached maximum tries (15) after waiting for 60.0 seconds
2024-03-07 05:08:32,791.791 ERROR:teuthology.orchestra.console:Failed to power off extensa002
2024-03-07 05:08:32,792.792 INFO:teuthology.orchestra.console:Power on extensa002
2024-03-07 05:10:45,557.557 WARNING:teuthology.contextutil:'wait for power on' reached maximum tries (15) after waiting for 60.0 seconds
Traceback (most recent call last):
File "/home/jenkins-build/.tthlg/bin/teuthology-reimage", line 8, in <module>
sys.exit(main())
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/scripts/reimage.py", line 25, in main
return teuthology.reimage.main(args)
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/reimage.py", line 57, in main
p.spawn(reimage_node, ctx, shortname(node['name']), node['machine_type'])
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/parallel.py", line 84, in exit
for result in self:
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/parallel.py", line 98, in next
resurrect_traceback(result)
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/parallel.py", line 30, in resurrect_traceback
raise exc.exc_info1
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/parallel.py", line 23, in capture_traceback
return func(*args, **kwargs)
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/reimage.py", line 50, in reimage_node
reimage(ctx, machine_name, machine_type)
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/provision/__init__.py", line 39, in reimage
return obj.create()
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/provision/fog.py", line 85, in create
self.remote.console.power_on()
File "/home/jenkins-build/.tthlg/lib64/python3.6/site-packages/teuthology/orchestra/console.py", line 243, in power_on
raise RuntimeError(err_msg)
RuntimeError: Failed to power on extensa002
+ echo 'Reimage command failed, continuing with checks...'
Reimage command failed, continuing with checks...
+ nodes_with_mismatch=()
+ for node in ${NODES}
+ echo 'Checking OS on extensa002'
Checking OS on extensa002
+ ssh 'cat /etc/os-release | grep VERSION_ID'
+ awk -F '"' '{print $2}'
+ actual_os=

No data to display

Actions

Also available in: Atom PDF