Project

General

Profile

Bug #49467

Updated by Sebastian Wagner about 3 years ago

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

 <pre> 
 [root@master1 @[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' 
 </pre> 'verbose_on_failure'@

Back