Project

General

Profile

Bug #64374

Updated by Prashant D 3 months ago

https://pulpito.ceph.com/yuriw-2024-02-07_22:15:19-rados-wip-yuri6-testing-2024-02-07-1000-distro-default-smithi 

 Tests are failing due to failed to import loan internal mgr_module : 
 <pre> 
 2024-02-09T00:51:05.636 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 2 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb583889924ee88759f8e8d8bd48edeb78bfd3c0 -e NODE_NAME=smithi002 -v /var/log/ceph/1c7ef528-c6e5-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp20jrlflo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv7483kqa:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb583889924ee88759f8e8d8bd48edeb78bfd3c0 mgr module enable cephadm 
 2024-02-09T00:51:05.636 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 
 2024-02-09T00:51:05.636 INFO:teuthology.orchestra.run.smithi002.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb583889924ee88759f8e8d8bd48edeb78bfd3c0 -e NODE_NAME=smithi002 -v /var/log/ceph/1c7ef528-c6e5-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp20jrlflo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv7483kqa:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb583889924ee88759f8e8d8bd48edeb78bfd3c0 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 
 2024-02-09T00:51:05.636 INFO:teuthology.orchestra.run.smithi002.stderr: 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 	 *************** 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 	 Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 	 To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 	 broken installation, users must use the following command to completely delete the broken cluster: 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 	 > cephadm rm-cluster --force --zap-osds --fsid <fsid> 
 2024-02-09T00:51:05.637 INFO:teuthology.orchestra.run.smithi002.stdout: 
 2024-02-09T00:51:05.638 INFO:teuthology.orchestra.run.smithi002.stdout: 	 for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 
 2024-02-09T00:51:05.638 INFO:teuthology.orchestra.run.smithi002.stdout: 	 *************** 
 </pre> 

Back