Project

General

Profile

Backport #17705

Updated by Loïc Dachary over 7 years ago

https://github.com/ceph/ceph/pull/11656 I run into the following traceback when the volume_client tries 
 to recover from partial auth update, 

 Connecting to RADOS with config ./ceph.conf... 
 Connection to RADOS complete 
 Connecting to cephfs... 
 CephFS initializing... 
 CephFS mounting... 
 Connection to cephfs complete 
 Recovering from partial auth updates (if any)... 
 Recovered from partial auth updates (if any). 
 Recovering from partial auth updates (if any)... 
 Traceback (most recent call last): 
   File "<string>", line 14, in <module> 
   File "/home/rraja/git/ceph/src/pybind/ceph_volume_client.py", line 317, in recover 
     self._recover_auth_meta(auth_id, auth_meta) 
 TypeError: _recover_auth_meta() takes exactly 2 arguments (3 given) 
 disconnect 
 Disconnecting cephfs... 
 Disconnecting cephfs complete 
 Disconnecting rados... 
 Disconnecting rados complete 

Back