Project

General

Profile

Bug #48205

Updated by Michael Fritch over 3 years ago

<pre> 
 $ cephadm shell 
 Inferring fsid 0d848f8c-23ce-11eb-8fe2-3ab7774c4e84 
 Inferring config /var/lib/ceph/0d848f8c-23ce-11eb-8fe2-3ab7774c4e84/mon.host3/config 
 Using recent ceph image docker.io/ceph/daemon-base:<none> 
 Non-zero exit code 125 from /usr/bin/podman run --rm --ipc=host --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/daemon-base:<none> -e NODE_NAME=host3 docker.io/ceph/daemon-base:<none> -c %u %g /var/lib/ceph 
 stat:stderr Error: invalid reference format 
 Traceback (most recent call last): 
   File "../src/cephadm/cephadm", line 6067, in <module> 
     r = args.func() 
   File "../src/cephadm/cephadm", line 1300, in _infer_fsid 
     return func() 
   File "../src/cephadm/cephadm", line 1331, in _infer_config 
     return func() 
   File "../src/cephadm/cephadm", line 1359, in _infer_image 
     return func() 
   File "../src/cephadm/cephadm", line 3449, in command_shell 
     make_log_dir(args.fsid) 
   File "../src/cephadm/cephadm", line 1454, in make_log_dir 
     uid, gid = extract_uid_gid() 
   File "../src/cephadm/cephadm", line 2059, in extract_uid_gid 
     raise RuntimeError('uid/gid not found') 
 RuntimeError: uid/gid not found 
 </pre>

Back