Project

General

Profile

Actions

Bug #52515

closed

asyncssh: prepare() got an unexpected keyword argument 'config'

Added by Pere Díaz Bou over 2 years ago. Updated over 2 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
cephadm
Target version:
-
% Done:

0%

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

Description

after installign python3-asyncssh and running MON=1 MGR=1 OSD=1 MDS=1 ../src/vstart.sh -d -n -x --cephadm

/home/peristocles/redhat/ceph/build/bin/ceph -c /home/peristocles/redhat/ceph/build/ceph.conf -k /home/peristocles/redhat/ceph/build/keyring orch host add localhost.localdomain
Error EINVAL: Failed to connect to localhost.localdomain (localhost.localdomain): TypeError("prepare() got an unexpected keyword argument 'config'")

Related issues 1 (0 open1 closed)

Related to Orchestrator - Bug #52516: vstart cluster refuses to start with KeyImportError in asyncssh 2.7.0Can't reproduce

Actions
Actions #1

Updated by Patrick Seidensal over 2 years ago

This is due to a version incompatibility. asyncssh seems to be required to have version 2 installed, whereas asyncssh in version 1.x results in the problem described in this issue.

On Ubuntu 20.04, asyncssh has version 1.12.2 with which I have had that issue, too. Whereas having asyncssh 2.7.0 installed results in a problem described in issue https://tracker.ceph.com/issues/52516.

Actions #2

Updated by Sebastian Wagner over 2 years ago

  • Related to Bug #52516: vstart cluster refuses to start with KeyImportError in asyncssh 2.7.0 added
Actions #3

Updated by Sebastian Wagner over 2 years ago

  • Subject changed from vstart fails adding localhost.localdodamin host to asyncssh: prepare() got an unexpected keyword argument 'config'
Actions #4

Updated by Sebastian Wagner over 2 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF