Project

General

Profile

Actions

Bug #49467

closed

cephadm bootstrap process fails in open_ports on octopus branch: TypeError: __init__() got an unexpected keyword argument 'verbose_on_failure'

Added by Donggyu Park about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
cephadm (binary)
Target version:
% Done:

0%

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

Description

There is no problem until v15.2.8, but an error occurs during bootstrap process in open_ports of the latest octopus branch.

[root@master1 vagrant]# ./cephadm bootstrap --mon-ip=192.168.70.100
...
Enabling firewalld port 9283/tcp in current zone...
Traceback (most recent call last):
  File "./cephadm", line 6153, in <module>
    r = args.func()
  File "./cephadm", line 1410, in _default_image
    return func()
  File "./cephadm", line 3093, in command_bootstrap
    config=config, keyring=mgr_keyring, ports=[9283])
  File "./cephadm", line 2176, in deploy_daemon
    fw.open_ports(ports)
  File "./cephadm", line 2384, in open_ports
    out, err, ret = call([self.cmd, '--permanent', '--query-port', tcp_port], verbose_on_failure=False)
  File "./cephadm", line 964, in call
    **kwargs
TypeError: __init__() got an unexpected keyword argument 'verbose_on_failure'
Actions

Also available in: Atom PDF