Project

General

Profile

Bug #44642

Updated by Sebastian Wagner about 4 years ago

<pre> 
 ... 
 DEBUG:cephadm:/usr/bin/ceph:stdout                       "name": "log_to_cluster", 
 DEBUG:cephadm:/usr/bin/ceph:stdout                       "type": "bool", 
 DEBUG:cephadm:/usr/bin/ceph:stdout                       "level": "advanced", 
 DEBUG:cephadm:/usr/bin/ceph:stdout              
 Traceback (most recent call last): 
   File "/usr/sbin/cephadm", line 4246, in <module> 
     r = args.func() 
   File "/usr/sbin/cephadm", line 2362, in command_bootstrap 
     wait_for_mgr_restart() 
   File "/usr/sbin/cephadm", line 2293, in wait_for_mgr_restart 
     j = json.loads(out) 
   File "/usr/lib64/python3.6/json/__init__.py", line 354, in loads 
     return _default_decoder.decode(s) 
   File "/usr/lib64/python3.6/json/decoder.py", line 339, in decode 
     obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 
   File "/usr/lib64/python3.6/json/decoder.py", line 355, in raw_decode 
     obj, end = self.scan_once(s, idx) 
 json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 3042 column 13 (char 107520) 
 DEBUG:cephadm:Releasing lock 140670058269104 The problem now is that @cephadm bootstrap@ hangs (indefinitely) on /run/cephadm/5c6aa640-6920-11ea-8417-5254009bd4ee.lock 
 DEBUG:cephadm:Lock 140670058269104 released on /run/cephadm/5c6aa640-6920-11ea-8417-5254009bd4ee.lock 
 </pre> 

 this might also appear as a hang, when calling @`mgr dump`@ 

 the following command:  

 <pre> 
 podman run --rm --net=host -e CONTAINER_IMAGE=registry.opensuse.org/filesystems/ceph/master/upstream/images/ceph/ceph -e NODE_NAME=master -v /var/log/ceph/cd0bbbb4-6849-11ea-a3be-52540052cb35:/var/log/ceph:z -v /tmp/ceph-tmp7ws_6wkt:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8dk1r1k2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph registry.opensuse.org/filesystems/ceph/master/upstream/images/ceph/ceph mgr dump 
 </pre> 

Back