Project

General

Profile

Actions

Bug #61229

open

paramiko.ssh_exception.SSHException: Mismatched MAC

Added by Venky Shankar about 1 year ago. Updated 9 months ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
-
% Done:

0%

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

Description

Seen in this fs suite test: https://pulpito.ceph.com/vshankar-2023-05-17_11:52:03-fs-wip-vshankar-testing-20230509.090020-6-testing-default-smithi/7276658/

Happens when archiving logs

2023-05-17T13:22:46.642 INFO:tasks.ceph:Archiving logs...
2023-05-17T13:22:46.643 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/log/ceph to /home/teuthworker/archive/vshankar-2023-05-17_11:52:03-fs-wip-vshankar-testing-20230509.090020-6-testing-default-smithi/7276658/remote/smithi066/log
2023-05-17T13:22:46.644 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/log/ceph -- .
2023-05-17T13:24:26.802 DEBUG:teuthology.misc:Transferring archived files from smithi141:/var/log/ceph to /home/teuthworker/archive/vshankar-2023-05-17_11:52:03-fs-wip-vshankar-testing-20230509.090020-6-testing-default-smithi/7276658/remote/smithi141/log
2023-05-17T13:24:26.803 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /var/log/ceph -- .
2023-05-17T13:24:59.626 ERROR:paramiko.transport:Exception (client): Mismatched MAC
2023-05-17T13:24:59.628 ERROR:paramiko.transport:Traceback (most recent call last):
2023-05-17T13:24:59.628 ERROR:paramiko.transport:  File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2109, in run
2023-05-17T13:24:59.628 ERROR:paramiko.transport:    ptype, m = self.packetizer.read_message()
2023-05-17T13:24:59.628 ERROR:paramiko.transport:  File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 517, in read_message
2023-05-17T13:24:59.628 ERROR:paramiko.transport:    raise SSHException("Mismatched MAC")
2023-05-17T13:24:59.629 ERROR:paramiko.transport:paramiko.ssh_exception.SSHException: Mismatched MAC
2023-05-17T13:24:59.629 ERROR:paramiko.transport:
2023-05-17T13:24:59.640 ERROR:teuthology.run_tasks:Manager failed: ceph
Actions #1

Updated by Matan Breizman 9 months ago

/a/yuriw-2023-08-22_18:16:03-rados-wip-yuri10-testing-2023-08-17-1444-distro-default-smithi/7376739

Actions #2

Updated by Zack Cerza 9 months ago

  • Status changed from New to In Progress

We've been seeing a lot of paramiko errors lately. This PR may help: https://github.com/ceph/teuthology/pull/1886

Actions

Also available in: Atom PDF