Hi, I have a 15.2.14 ceph cluster running on an up to date CentOS 7 that I want to adopt to cephadm. I'm trying to follow this: https://docs.ceph.com/en/pacific/cephadm/adoption/ However, I am failing to adopt the monitors. I've tried the process a couple of time with rolling back everything through reversing the file moves that cephadm does. The output of /var/log/ceph/cephadm.log is attached. The output of the running monitor contains lines such as the following: 2021-09-27T09:38:44.230+0200 7f529197d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1632728324231255, "job": 7642, "event": "table_file_deletion", "file_number": 769569} 2021-09-27T09:38:44.236+0200 7f529197d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1632728324236907, "job": 7642, "event": "table_file_deletion", "file_number": 769567} 2021-09-27T09:38:44.251+0200 7f529197d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1632728324252580, "job": 7642, "event": "table_file_deletion", "file_number": 769566} 2021-09-27T09:38:44.267+0200 7f529197d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1632728324268420, "job": 7642, "event": "table_file_deletion", "file_number": 769565} 2021-09-27T09:38:44.280+0200 7f529217e700 -1 received signal: Terminated from /usr/lib/systemd/systemd --switched-root --system --deserialize 22 (PID: 1) UID: 0 2021-09-27T09:38:44.280+0200 7f529217e700 -1 mon.osd-mirror-2@1(leader) e3 *** Got Signal Terminated *** 2021-09-27T09:38:44.280+0200 7f529217e700 1 mon.osd-mirror-2@1(leader) e3 shutdown 2021-09-27T09:38:44.283+0200 7f529197d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1632728324284373, "job": 7642, "event": "table_file_deletion", "file_number": 769564} 2021-09-27T09:38:44.290+0200 7f52a218a300 1 rocksdb: close waiting for compaction thread to stop 2021-09-27T09:38:44.301+0200 7f529197d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1632728324301794, "job": 7642, "event": "table_file_deletion", "file_number": 769563} 2021-09-27T09:38:44.301+0200 7f52a218a300 1 rocksdb: close compaction thread to stopped 2021-09-27T09:38:44.303+0200 7f52a218a300 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2021-09-27T09:38:44.305+0200 7f52a218a300 4 rocksdb: [db/db_impl.cc:563] Shutdown complete Would anyone have an idea how to proceed here? Thanks, Manuel
cephadm ['--image', 'docker.io/ceph/ceph:v14', 'adopt', '--style', 'legacy', '--name', 'mon.osd-mirror-1'] 2021-09-27 10:46:46,381 DEBUG Could not locate podman: podman not found 2021-09-27 10:46:46,381 DEBUG container_init=False 2021-09-27 10:46:46,381 INFO Pulling container image docker.io/ceph/ceph:v14... 2021-09-27 10:46:46,381 DEBUG Running command: /usr/bin/docker pull docker.io/ceph/ceph:v14 2021-09-27 10:46:46,413 DEBUG /usr/bin/docker: stdout Trying to pull repository docker.io/ceph/ceph ... 2021-09-27 10:46:47,847 DEBUG /usr/bin/docker: stdout v14: Pulling from docker.io/ceph/ceph 2021-09-27 10:46:48,323 DEBUG /usr/bin/docker: stdout Digest: sha256:403891fcd94326e5358ada6060cab14d6e8efe9306a2fb92f43ef8b9715b970f 2021-09-27 10:46:48,323 DEBUG /usr/bin/docker: stdout Status: Image is up to date for docker.io/ceph/ceph:v14 2021-09-27 10:46:48,327 DEBUG Acquiring lock 139889331788712 on /run/cephadm/7efa00f9-182f-40f4-9136-d51895db1f0b.lock 2021-09-27 10:46:48,327 DEBUG Lock 139889331788712 acquired on /run/cephadm/7efa00f9-182f-40f4-9136-d51895db1f0b.lock 2021-09-27 10:46:48,327 DEBUG Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v14 -e NODE_NAME=osd-mirror-1.research.hpc.bihealth.org docker.io/ceph/ceph:v14 -c %u %g /var/lib/ceph 2021-09-27 10:46:48,714 DEBUG stat: stdout 167 167 2021-09-27 10:46:48,840 DEBUG Running command: systemctl is-enabled ceph-mon@osd-mirror-1 2021-09-27 10:46:48,852 DEBUG systemctl: stdout enabled 2021-09-27 10:46:48,853 DEBUG Running command: systemctl is-active ceph-mon@osd-mirror-1 2021-09-27 10:46:48,857 DEBUG systemctl: stdout active 2021-09-27 10:46:48,858 INFO Stopping old systemd unit ceph-mon@osd-mirror-1... 2021-09-27 10:46:48,858 DEBUG Running command: systemctl stop ceph-mon@osd-mirror-1 2021-09-27 10:46:48,983 INFO Disabling old systemd unit ceph-mon@osd-mirror-1... 2021-09-27 10:46:48,983 DEBUG Running command: systemctl disable ceph-mon@osd-mirror-1 2021-09-27 10:46:48,997 DEBUG systemctl: stderr Removed symlink /etc/systemd/system/ceph-mon.target.wants/ceph-mon@osd-mirror-1.service. 2021-09-27 10:46:49,185 INFO Moving data... 2021-09-27 10:46:49,186 DEBUG move file '//var/lib/ceph/mon/ceph-osd-mirror-1/config' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/config' 2021-09-27 10:46:49,186 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/config' 2021-09-27 10:46:49,186 DEBUG move file '//var/lib/ceph/mon/ceph-osd-mirror-1/keyring' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/keyring' 2021-09-27 10:46:49,186 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/keyring' 2021-09-27 10:46:49,186 DEBUG move file '//var/lib/ceph/mon/ceph-osd-mirror-1/kv_backend' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/kv_backend' 2021-09-27 10:46:49,186 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/kv_backend' 2021-09-27 10:46:49,186 DEBUG move file '//var/lib/ceph/mon/ceph-osd-mirror-1/min_mon_release' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/min_mon_release' 2021-09-27 10:46:49,187 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/min_mon_release' 2021-09-27 10:46:49,187 DEBUG move file '//var/lib/ceph/mon/ceph-osd-mirror-1/store.db' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/store.db' 2021-09-27 10:46:49,187 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/store.db' 2021-09-27 10:46:49,187 DEBUG move file '//var/lib/ceph/mon/ceph-osd-mirror-1/unit.image' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/unit.image' 2021-09-27 10:46:49,187 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/unit.image' 2021-09-27 10:46:49,187 DEBUG move file '//var/lib/ceph/mon/ceph-osd-mirror-1/unit.poststop' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/unit.poststop' 2021-09-27 10:46:49,187 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/unit.poststop' 2021-09-27 10:46:49,187 DEBUG move file '//var/lib/ceph/mon/ceph-osd-mirror-1/unit.run' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/unit.run' 2021-09-27 10:46:49,187 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/unit.run' 2021-09-27 10:46:49,187 DEBUG Remove dir '//var/lib/ceph/mon/ceph-osd-mirror-1' 2021-09-27 10:46:49,188 INFO Chowning content... 2021-09-27 10:46:49,188 DEBUG Running command: chown -c -R 167.167 /var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1 2021-09-27 10:46:49,191 DEBUG copy file '//etc/ceph/ceph.conf' -> '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/config' 2021-09-27 10:46:49,201 DEBUG chown 167:167 '/var/lib/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/mon.osd-mirror-1/config' 2021-09-27 10:46:49,202 INFO Moving logs... 2021-09-27 10:46:49,203 DEBUG move file '//var/log/ceph/ceph-mon.osd-mirror-1.log' -> '/var/log/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/ceph-mon.osd-mirror-1.log' 2021-09-27 10:46:49,204 DEBUG chown 167:167 '/var/log/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b/ceph-mon.osd-mirror-1.log' 2021-09-27 10:46:49,204 INFO Creating new units... 2021-09-27 10:46:49,204 DEBUG Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/7efa00f9-182f-40f4-9136-d51895db1f0b 2021-09-27 10:46:49,209 DEBUG Running command: systemctl daemon-reload 2021-09-27 10:46:49,366 DEBUG Running command: systemctl stop ceph-7efa00f9-182f-40f4-9136-d51895db1f0b@xxxxxxx-mirror-1 2021-09-27 10:46:49,381 DEBUG Running command: systemctl reset-failed ceph-7efa00f9-182f-40f4-9136-d51895db1f0b@xxxxxxx-mirror-1 2021-09-27 10:46:49,394 DEBUG Running command: systemctl enable ceph-7efa00f9-182f-40f4-9136-d51895db1f0b@xxxxxxx-mirror-1 2021-09-27 10:46:49,545 DEBUG Running command: systemctl start ceph-7efa00f9-182f-40f4-9136-d51895db1f0b@xxxxxxx-mirror-1 2021-09-27 10:46:49,636 DEBUG Running command: systemctl is-enabled firewalld.service 2021-09-27 10:46:49,644 DEBUG systemctl: stdout enabled 2021-09-27 10:46:49,644 DEBUG Running command: systemctl is-active firewalld.service 2021-09-27 10:46:49,649 DEBUG systemctl: stdout active 2021-09-27 10:46:49,649 INFO firewalld ready 2021-09-27 10:46:49,649 DEBUG Running command: /usr/bin/firewall-cmd --permanent --query-service ceph-mon 2021-09-27 10:46:50,044 DEBUG /usr/bin/firewall-cmd: stdout yes 2021-09-27 10:46:50,058 DEBUG firewalld service ceph-mon is enabled in current zone 2021-09-27 10:46:50,058 DEBUG Running command: /usr/bin/firewall-cmd --reload 2021-09-27 10:46:50,835 DEBUG /usr/bin/firewall-cmd: stdout success 2021-09-27 10:46:50,850 DEBUG Releasing lock 139889331788712 on /run/cephadm/7efa00f9-182f-40f4-9136-d51895db1f0b.lock 2021-09-27 10:46:50,851 DEBUG Lock 139889331788712 released on /run/cephadm/7efa00f9-182f-40f4-9136-d51895db1f0b.lock 2021-09-27 10:47:20,403 DEBUG -------------------------------------------------------------------------------- cephadm ['ls'] 2021-09-27 10:47:20,415 DEBUG Could not locate podman: podman not found 2021-09-27 10:47:20,415 DEBUG container_init=False 2021-09-27 10:47:20,416 DEBUG Running command: systemctl is-enabled ceph-osd@1 2021-09-27 10:47:20,428 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,428 DEBUG Running command: systemctl is-active ceph-osd@1 2021-09-27 10:47:20,433 DEBUG systemctl: stdout active 2021-09-27 10:47:20,433 DEBUG Running command: ceph -v 2021-09-27 10:47:20,560 DEBUG ceph: stdout ceph version 15.2.14 (cd3bb7e87a2f62c1b862ff3fd8b1eec13391a5be) octopus (stable) 2021-09-27 10:47:20,573 DEBUG Running command: systemctl is-enabled ceph-osd@6 2021-09-27 10:47:20,578 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,579 DEBUG Running command: systemctl is-active ceph-osd@6 2021-09-27 10:47:20,583 DEBUG systemctl: stdout active 2021-09-27 10:47:20,583 DEBUG Running command: systemctl is-enabled ceph-osd@10 2021-09-27 10:47:20,589 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,589 DEBUG Running command: systemctl is-active ceph-osd@10 2021-09-27 10:47:20,594 DEBUG systemctl: stdout active 2021-09-27 10:47:20,594 DEBUG Running command: systemctl is-enabled ceph-osd@14 2021-09-27 10:47:20,599 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,599 DEBUG Running command: systemctl is-active ceph-osd@14 2021-09-27 10:47:20,603 DEBUG systemctl: stdout active 2021-09-27 10:47:20,603 DEBUG Running command: systemctl is-enabled ceph-osd@18 2021-09-27 10:47:20,608 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,609 DEBUG Running command: systemctl is-active ceph-osd@18 2021-09-27 10:47:20,612 DEBUG systemctl: stdout active 2021-09-27 10:47:20,613 DEBUG Running command: systemctl is-enabled ceph-osd@23 2021-09-27 10:47:20,618 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,618 DEBUG Running command: systemctl is-active ceph-osd@23 2021-09-27 10:47:20,622 DEBUG systemctl: stdout active 2021-09-27 10:47:20,622 DEBUG Running command: systemctl is-enabled ceph-osd@27 2021-09-27 10:47:20,627 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,628 DEBUG Running command: systemctl is-active ceph-osd@27 2021-09-27 10:47:20,631 DEBUG systemctl: stdout active 2021-09-27 10:47:20,632 DEBUG Running command: systemctl is-enabled ceph-osd@31 2021-09-27 10:47:20,637 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,637 DEBUG Running command: systemctl is-active ceph-osd@31 2021-09-27 10:47:20,641 DEBUG systemctl: stdout active 2021-09-27 10:47:20,641 DEBUG Running command: systemctl is-enabled ceph-osd@35 2021-09-27 10:47:20,646 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,647 DEBUG Running command: systemctl is-active ceph-osd@35 2021-09-27 10:47:20,652 DEBUG systemctl: stdout active 2021-09-27 10:47:20,652 DEBUG Running command: systemctl is-enabled ceph-osd@39 2021-09-27 10:47:20,657 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,657 DEBUG Running command: systemctl is-active ceph-osd@39 2021-09-27 10:47:20,661 DEBUG systemctl: stdout active 2021-09-27 10:47:20,662 DEBUG Running command: systemctl is-enabled ceph-osd@43 2021-09-27 10:47:20,667 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,667 DEBUG Running command: systemctl is-active ceph-osd@43 2021-09-27 10:47:20,672 DEBUG systemctl: stdout active 2021-09-27 10:47:20,672 DEBUG Running command: systemctl is-enabled ceph-osd@47 2021-09-27 10:47:20,677 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,677 DEBUG Running command: systemctl is-active ceph-osd@47 2021-09-27 10:47:20,682 DEBUG systemctl: stdout active 2021-09-27 10:47:20,682 DEBUG Running command: systemctl is-enabled ceph-osd@51 2021-09-27 10:47:20,687 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,687 DEBUG Running command: systemctl is-active ceph-osd@51 2021-09-27 10:47:20,691 DEBUG systemctl: stdout active 2021-09-27 10:47:20,692 DEBUG Running command: systemctl is-enabled ceph-osd@55 2021-09-27 10:47:20,697 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,697 DEBUG Running command: systemctl is-active ceph-osd@55 2021-09-27 10:47:20,702 DEBUG systemctl: stdout active 2021-09-27 10:47:20,702 DEBUG Running command: systemctl is-enabled ceph-osd@59 2021-09-27 10:47:20,707 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,707 DEBUG Running command: systemctl is-active ceph-osd@59 2021-09-27 10:47:20,711 DEBUG systemctl: stdout active 2021-09-27 10:47:20,712 DEBUG Running command: systemctl is-enabled ceph-osd@63 2021-09-27 10:47:20,717 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,717 DEBUG Running command: systemctl is-active ceph-osd@63 2021-09-27 10:47:20,722 DEBUG systemctl: stdout active 2021-09-27 10:47:20,722 DEBUG Running command: systemctl is-enabled ceph-osd@67 2021-09-27 10:47:20,727 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,728 DEBUG Running command: systemctl is-active ceph-osd@67 2021-09-27 10:47:20,732 DEBUG systemctl: stdout active 2021-09-27 10:47:20,732 DEBUG Running command: systemctl is-enabled ceph-osd@71 2021-09-27 10:47:20,737 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,738 DEBUG Running command: systemctl is-active ceph-osd@71 2021-09-27 10:47:20,742 DEBUG systemctl: stdout active 2021-09-27 10:47:20,742 DEBUG Running command: systemctl is-enabled ceph-osd@75 2021-09-27 10:47:20,747 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,747 DEBUG Running command: systemctl is-active ceph-osd@75 2021-09-27 10:47:20,752 DEBUG systemctl: stdout active 2021-09-27 10:47:20,752 DEBUG Running command: systemctl is-enabled ceph-osd@76 2021-09-27 10:47:20,757 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,758 DEBUG Running command: systemctl is-active ceph-osd@76 2021-09-27 10:47:20,762 DEBUG systemctl: stdout active 2021-09-27 10:47:20,762 DEBUG Running command: systemctl is-enabled ceph-osd@78 2021-09-27 10:47:20,767 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,767 DEBUG Running command: systemctl is-active ceph-osd@78 2021-09-27 10:47:20,772 DEBUG systemctl: stdout active 2021-09-27 10:47:20,772 DEBUG Running command: systemctl is-enabled ceph-osd@81 2021-09-27 10:47:20,777 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,777 DEBUG Running command: systemctl is-active ceph-osd@81 2021-09-27 10:47:20,781 DEBUG systemctl: stdout active 2021-09-27 10:47:20,781 DEBUG Running command: systemctl is-enabled ceph-osd@84 2021-09-27 10:47:20,786 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,786 DEBUG Running command: systemctl is-active ceph-osd@84 2021-09-27 10:47:20,791 DEBUG systemctl: stdout active 2021-09-27 10:47:20,791 DEBUG Running command: systemctl is-enabled ceph-osd@87 2021-09-27 10:47:20,796 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,797 DEBUG Running command: systemctl is-active ceph-osd@87 2021-09-27 10:47:20,801 DEBUG systemctl: stdout active 2021-09-27 10:47:20,802 DEBUG Running command: systemctl is-enabled ceph-osd@91 2021-09-27 10:47:20,807 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,807 DEBUG Running command: systemctl is-active ceph-osd@91 2021-09-27 10:47:20,811 DEBUG systemctl: stdout active 2021-09-27 10:47:20,811 DEBUG Running command: systemctl is-enabled ceph-osd@94 2021-09-27 10:47:20,816 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,816 DEBUG Running command: systemctl is-active ceph-osd@94 2021-09-27 10:47:20,820 DEBUG systemctl: stdout active 2021-09-27 10:47:20,821 DEBUG Running command: systemctl is-enabled ceph-osd@98 2021-09-27 10:47:20,826 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,826 DEBUG Running command: systemctl is-active ceph-osd@98 2021-09-27 10:47:20,831 DEBUG systemctl: stdout active 2021-09-27 10:47:20,831 DEBUG Running command: systemctl is-enabled ceph-osd@102 2021-09-27 10:47:20,836 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,837 DEBUG Running command: systemctl is-active ceph-osd@102 2021-09-27 10:47:20,841 DEBUG systemctl: stdout active 2021-09-27 10:47:20,842 DEBUG Running command: systemctl is-enabled ceph-osd@105 2021-09-27 10:47:20,847 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,847 DEBUG Running command: systemctl is-active ceph-osd@105 2021-09-27 10:47:20,851 DEBUG systemctl: stdout active 2021-09-27 10:47:20,852 DEBUG Running command: systemctl is-enabled ceph-osd@109 2021-09-27 10:47:20,857 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,857 DEBUG Running command: systemctl is-active ceph-osd@109 2021-09-27 10:47:20,861 DEBUG systemctl: stdout active 2021-09-27 10:47:20,862 DEBUG Running command: systemctl is-enabled ceph-osd@113 2021-09-27 10:47:20,867 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,867 DEBUG Running command: systemctl is-active ceph-osd@113 2021-09-27 10:47:20,872 DEBUG systemctl: stdout active 2021-09-27 10:47:20,873 DEBUG Running command: systemctl is-enabled ceph-osd@116 2021-09-27 10:47:20,878 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,878 DEBUG Running command: systemctl is-active ceph-osd@116 2021-09-27 10:47:20,883 DEBUG systemctl: stdout active 2021-09-27 10:47:20,883 DEBUG Running command: systemctl is-enabled ceph-osd@119 2021-09-27 10:47:20,888 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,889 DEBUG Running command: systemctl is-active ceph-osd@119 2021-09-27 10:47:20,893 DEBUG systemctl: stdout active 2021-09-27 10:47:20,893 DEBUG Running command: systemctl is-enabled ceph-osd@123 2021-09-27 10:47:20,898 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,899 DEBUG Running command: systemctl is-active ceph-osd@123 2021-09-27 10:47:20,903 DEBUG systemctl: stdout active 2021-09-27 10:47:20,903 DEBUG Running command: systemctl is-enabled ceph-osd@128 2021-09-27 10:47:20,908 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,908 DEBUG Running command: systemctl is-active ceph-osd@128 2021-09-27 10:47:20,912 DEBUG systemctl: stdout active 2021-09-27 10:47:20,913 DEBUG Running command: systemctl is-enabled ceph-osd@131 2021-09-27 10:47:20,918 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,918 DEBUG Running command: systemctl is-active ceph-osd@131 2021-09-27 10:47:20,922 DEBUG systemctl: stdout active 2021-09-27 10:47:20,922 DEBUG Running command: systemctl is-enabled ceph-osd@135 2021-09-27 10:47:20,927 DEBUG systemctl: stdout enabled-runtime 2021-09-27 10:47:20,928 DEBUG Running command: systemctl is-active ceph-osd@135 2021-09-27 10:47:20,932 DEBUG systemctl: stdout active 2021-09-27 10:47:20,933 DEBUG Running command: systemctl is-enabled ceph-osd@139 2021-09-27 10:47:20,938 DEBUG systemctl: stdout disabled 2021-09-27 10:47:20,938 DEBUG Running command: systemctl is-active ceph-osd@139 2021-09-27 10:47:20,942 DEBUG systemctl: stdout unknown 2021-09-27 10:47:20,943 DEBUG Running command: systemctl is-enabled ceph-osd@142 2021-09-27 10:47:20,948 DEBUG systemctl: stdout disabled 2021-09-27 10:47:20,949 DEBUG Running command: systemctl is-active ceph-osd@142 2021-09-27 10:47:20,953 DEBUG systemctl: stdout unknown 2021-09-27 10:47:20,954 DEBUG Running command: systemctl is-enabled ceph-mgr@osd-mirror-1 2021-09-27 10:47:20,958 DEBUG systemctl: stdout enabled 2021-09-27 10:47:20,959 DEBUG Running command: systemctl is-active ceph-mgr@osd-mirror-1 2021-09-27 10:47:20,963 DEBUG systemctl: stdout active 2021-09-27 10:47:20,963 DEBUG Running command: systemctl is-enabled ceph-7efa00f9-182f-40f4-9136-d51895db1f0b@xxxxxxx-mirror-1 2021-09-27 10:47:20,969 DEBUG systemctl: stdout enabled 2021-09-27 10:47:20,969 DEBUG Running command: systemctl is-active ceph-7efa00f9-182f-40f4-9136-d51895db1f0b@xxxxxxx-mirror-1 2021-09-27 10:47:20,973 DEBUG systemctl: stdout activating 2021-09-27 10:47:20,974 DEBUG Running command: /usr/bin/docker inspect --format {{.Id}},{{.Config.Image}},{{.Image}},{{.Created}},{{index .Config.Labels "io.ceph.version"}} ceph-7efa00f9-182f-40f4-9136-d51895db1f0b-mon.osd-mirror-1 2021-09-27 10:47:21,016 DEBUG /usr/bin/docker: stdout 2021-09-27 10:47:21,016 DEBUG /usr/bin/docker: stderr Error: No such object: ceph-7efa00f9-182f-40f4-9136-d51895db1f0b-mon.osd-mirror-1
_______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx