2024-01-15T22:57:12.777 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-15T22:57:12.778 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --name yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292/orig.config.yaml 2024-01-15T22:57:12.824 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-15T22:57:12.910 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292 branch: wip-yuri2-testing-2024-01-12-1128-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: null first_in_suite: false job_id: '7517292' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri2-testing-2024-01-12-1128-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 445562ab4bc3ddfb386936119050695810860bcb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 445562ab4bc3ddfb386936119050695810860bcb kernel: hwe: true workunit: branch: wip-yuri2-testing-2024-01-12-1128-pacific sha1: 445562ab4bc3ddfb386936119050695810860bcb owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5246 sha1: 445562ab4bc3ddfb386936119050695810860bcb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2024-01-12-1128-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 445562ab4bc3ddfb386936119050695810860bcb targets: smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-15_22:02:29 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-15T22:57:12.910 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa; will attempt to use it 2024-01-15T22:57:12.911 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks 2024-01-15T22:57:12.911 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-15T22:57:12.913 INFO:teuthology.task.internal:Checking packages... 2024-01-15T22:57:12.943 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '445562ab4bc3ddfb386936119050695810860bcb' 2024-01-15T22:57:12.944 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-15T22:57:12.944 INFO:teuthology.packaging:ref: None 2024-01-15T22:57:12.944 INFO:teuthology.packaging:tag: None 2024-01-15T22:57:12.944 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-15T22:57:12.944 INFO:teuthology.packaging:sha1: 445562ab4bc3ddfb386936119050695810860bcb 2024-01-15T22:57:12.944 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-15T22:57:13.089 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-456-g445562ab-1focal 2024-01-15T22:57:13.091 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-15T22:57:13.098 INFO:teuthology.task.internal:no buildpackages task found 2024-01-15T22:57:13.099 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-15T22:57:13.106 INFO:teuthology.task.internal:Saving configuration 2024-01-15T22:57:13.118 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-15T22:57:13.124 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-15T22:57:13.150 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-15 22:51:04.057149', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-15T22:57:13.173 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-15 22:51:04.058737', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-15T22:57:13.173 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-15T22:57:13.180 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-15T22:57:13.180 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-15T22:57:13.180 INFO:teuthology.run_tasks:Running task console_log... 2024-01-15T22:57:13.251 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f56699713a0>, signals=[15]) 2024-01-15T22:57:13.251 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-15T22:57:13.258 INFO:teuthology.task.internal:Opening connections... 2024-01-15T22:57:13.258 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2024-01-15T22:57:13.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T22:57:13.350 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2024-01-15T22:57:13.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T22:57:13.448 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-15T22:57:13.454 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2024-01-15T22:57:13.462 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2024-01-15T22:57:13.463 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2024-01-15T22:57:13.512 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="Ubuntu" 2024-01-15T22:57:13.512 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-15T22:57:13.512 INFO:teuthology.orchestra.run.smithi078.stdout:ID=ubuntu 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE=debian 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="20.04" 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_CODENAME=focal 2024-01-15T22:57:13.513 INFO:teuthology.orchestra.run.smithi078.stdout:UBUNTU_CODENAME=focal 2024-01-15T22:57:13.514 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2024-01-15T22:57:13.537 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2024-01-15T22:57:13.543 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2024-01-15T22:57:13.543 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="Ubuntu" 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:ID=ubuntu 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE=debian 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="20.04" 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-15T22:57:13.592 INFO:teuthology.orchestra.run.smithi150.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-15T22:57:13.593 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_CODENAME=focal 2024-01-15T22:57:13.593 INFO:teuthology.orchestra.run.smithi150.stdout:UBUNTU_CODENAME=focal 2024-01-15T22:57:13.593 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2024-01-15T22:57:13.620 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-15T22:57:13.629 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-15T22:57:13.634 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-15T22:57:13.634 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2024-01-15T22:57:13.637 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2024-01-15T22:57:13.642 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-15T22:57:13.649 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-15T22:57:13.650 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2024-01-15T22:57:13.652 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2024-01-15T22:57:13.667 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-15T22:57:13.719 INFO:teuthology.run_tasks:Running task kernel... 2024-01-15T22:57:13.734 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-15T22:57:13.734 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-01-15T22:57:13.734 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-01-15T22:57:13.734 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-01-15T22:57:13.735 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-15T22:57:13.735 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-15T22:57:13.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T22:57:13.741 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-01-15T22:57:13.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T22:57:13.742 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-01-15T22:57:13.748 INFO:teuthology.orchestra.run.smithi078.stdout:5.4.0-124-generic 2024-01-15T22:57:13.748 INFO:teuthology.task.kernel:Running kernel on smithi078: 5.4.0-124-generic 2024-01-15T22:57:13.748 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get clean 2024-01-15T22:57:13.749 INFO:teuthology.orchestra.run.smithi150.stdout:5.4.0-124-generic 2024-01-15T22:57:13.750 INFO:teuthology.task.kernel:Running kernel on smithi150: 5.4.0-124-generic 2024-01-15T22:57:13.750 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get clean 2024-01-15T22:57:13.845 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2024-01-15T22:57:13.863 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get update 2024-01-15T22:57:14.025 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-15T22:57:14.026 INFO:teuthology.orchestra.run.smithi150.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-15T22:57:14.026 INFO:teuthology.orchestra.run.smithi150.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-15T22:57:14.050 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-15T22:57:14.068 INFO:teuthology.orchestra.run.smithi078.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-15T22:57:14.102 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-15T22:57:14.144 INFO:teuthology.orchestra.run.smithi078.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-15T22:57:14.158 INFO:teuthology.orchestra.run.smithi078.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-15T22:57:14.411 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-15T22:57:14.422 INFO:teuthology.orchestra.run.smithi078.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,028 kB] 2024-01-15T22:57:14.562 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,028 kB] 2024-01-15T22:57:14.584 INFO:teuthology.orchestra.run.smithi150.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-15T22:57:14.592 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-15T22:57:14.595 INFO:teuthology.orchestra.run.smithi150.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-15T22:57:14.596 INFO:teuthology.orchestra.run.smithi150.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-15T22:57:14.596 INFO:teuthology.orchestra.run.smithi150.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-15T22:57:14.607 INFO:teuthology.orchestra.run.smithi078.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-15T22:57:14.623 INFO:teuthology.orchestra.run.smithi078.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-15T22:57:14.631 INFO:teuthology.orchestra.run.smithi078.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-15T22:57:14.632 INFO:teuthology.orchestra.run.smithi078.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-15T22:57:14.632 INFO:teuthology.orchestra.run.smithi078.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-15T22:57:14.642 INFO:teuthology.orchestra.run.smithi150.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-15T22:57:14.651 INFO:teuthology.orchestra.run.smithi150.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-15T22:57:14.651 INFO:teuthology.orchestra.run.smithi150.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [637 kB] 2024-01-15T22:57:14.712 INFO:teuthology.orchestra.run.smithi150.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [922 kB] 2024-01-15T22:57:14.728 INFO:teuthology.orchestra.run.smithi150.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [193 kB] 2024-01-15T22:57:14.730 INFO:teuthology.orchestra.run.smithi150.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-15T22:57:14.730 INFO:teuthology.orchestra.run.smithi150.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-15T22:57:14.730 INFO:teuthology.orchestra.run.smithi150.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-15T22:57:14.730 INFO:teuthology.orchestra.run.smithi150.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-15T22:57:14.730 INFO:teuthology.orchestra.run.smithi150.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-15T22:57:14.736 INFO:teuthology.orchestra.run.smithi078.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-15T22:57:14.738 INFO:teuthology.orchestra.run.smithi078.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-15T22:57:14.738 INFO:teuthology.orchestra.run.smithi078.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,145 kB] 2024-01-15T22:57:14.746 INFO:teuthology.orchestra.run.smithi078.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [764 kB] 2024-01-15T22:57:14.751 INFO:teuthology.orchestra.run.smithi078.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [275 kB] 2024-01-15T22:57:14.753 INFO:teuthology.orchestra.run.smithi078.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-15T22:57:14.753 INFO:teuthology.orchestra.run.smithi078.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-15T22:57:14.754 INFO:teuthology.orchestra.run.smithi078.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-15T22:57:14.754 INFO:teuthology.orchestra.run.smithi078.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-15T22:57:14.756 INFO:teuthology.orchestra.run.smithi150.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-15T22:57:14.761 INFO:teuthology.orchestra.run.smithi078.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-15T22:57:14.761 INFO:teuthology.orchestra.run.smithi078.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-15T22:57:14.762 INFO:teuthology.orchestra.run.smithi078.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-15T22:57:14.771 INFO:teuthology.orchestra.run.smithi150.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-15T22:57:14.779 INFO:teuthology.orchestra.run.smithi078.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-15T22:57:14.779 INFO:teuthology.orchestra.run.smithi150.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-15T22:57:14.779 INFO:teuthology.orchestra.run.smithi150.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-15T22:57:14.781 INFO:teuthology.orchestra.run.smithi078.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-15T22:57:14.782 INFO:teuthology.orchestra.run.smithi078.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-15T22:57:14.783 INFO:teuthology.orchestra.run.smithi078.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-15T22:57:14.783 INFO:teuthology.orchestra.run.smithi078.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-15T22:57:14.814 INFO:teuthology.orchestra.run.smithi150.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-15T22:57:14.814 INFO:teuthology.orchestra.run.smithi150.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-15T22:57:14.818 INFO:teuthology.orchestra.run.smithi150.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-15T22:57:14.818 INFO:teuthology.orchestra.run.smithi150.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,145 kB] 2024-01-15T22:57:14.829 INFO:teuthology.orchestra.run.smithi150.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [764 kB] 2024-01-15T22:57:14.836 INFO:teuthology.orchestra.run.smithi150.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [275 kB] 2024-01-15T22:57:14.839 INFO:teuthology.orchestra.run.smithi150.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-15T22:57:14.839 INFO:teuthology.orchestra.run.smithi150.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-15T22:57:14.839 INFO:teuthology.orchestra.run.smithi150.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-15T22:57:14.844 INFO:teuthology.orchestra.run.smithi150.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-15T22:57:14.845 INFO:teuthology.orchestra.run.smithi150.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-15T22:57:14.845 INFO:teuthology.orchestra.run.smithi150.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-15T22:57:14.845 INFO:teuthology.orchestra.run.smithi150.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-15T22:57:14.864 INFO:teuthology.orchestra.run.smithi150.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-15T22:57:14.865 INFO:teuthology.orchestra.run.smithi150.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-15T22:57:14.865 INFO:teuthology.orchestra.run.smithi150.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-15T22:57:14.865 INFO:teuthology.orchestra.run.smithi150.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-15T22:57:15.262 INFO:teuthology.orchestra.run.smithi078.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-15T22:57:15.277 INFO:teuthology.orchestra.run.smithi078.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-15T22:57:15.285 INFO:teuthology.orchestra.run.smithi078.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-15T22:57:15.286 INFO:teuthology.orchestra.run.smithi078.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-15T22:57:15.286 INFO:teuthology.orchestra.run.smithi078.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-15T22:57:15.363 INFO:teuthology.orchestra.run.smithi078.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-15T22:57:15.370 INFO:teuthology.orchestra.run.smithi078.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-15T22:57:15.370 INFO:teuthology.orchestra.run.smithi078.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [637 kB] 2024-01-15T22:57:15.384 INFO:teuthology.orchestra.run.smithi078.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [922 kB] 2024-01-15T22:57:15.565 INFO:teuthology.orchestra.run.smithi078.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [193 kB] 2024-01-15T22:57:15.993 INFO:teuthology.orchestra.run.smithi078.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-15T22:57:15.998 INFO:teuthology.orchestra.run.smithi078.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-15T22:57:16.001 INFO:teuthology.orchestra.run.smithi078.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-15T22:57:16.008 INFO:teuthology.orchestra.run.smithi078.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-15T22:57:16.010 INFO:teuthology.orchestra.run.smithi078.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-15T22:57:18.609 INFO:teuthology.orchestra.run.smithi078.stdout:Fetched 18.5 MB in 3s (6,851 kB/s) 2024-01-15T22:57:18.673 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 18.5 MB in 3s (6,744 kB/s) 2024-01-15T22:57:20.080 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-01-15T22:57:20.081 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-01-15T22:57:20.105 DEBUG:teuthology.orchestra.run.smithi078:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-15T22:57:20.106 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-15T22:57:20.174 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-01-15T22:57:20.175 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-01-15T22:57:20.381 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2024-01-15T22:57:20.381 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2024-01-15T22:57:20.381 INFO:teuthology.orchestra.run.smithi078.stdout:Building dependency tree... 2024-01-15T22:57:20.381 INFO:teuthology.orchestra.run.smithi078.stdout:Reading state information... 2024-01-15T22:57:20.555 INFO:teuthology.orchestra.run.smithi150.stdout:The following additional packages will be installed: 2024-01-15T22:57:20.556 INFO:teuthology.orchestra.run.smithi150.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-15T22:57:20.556 INFO:teuthology.orchestra.run.smithi150.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-15T22:57:20.556 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-15T22:57:20.556 INFO:teuthology.orchestra.run.smithi078.stdout:The following additional packages will be installed: 2024-01-15T22:57:20.557 INFO:teuthology.orchestra.run.smithi078.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-15T22:57:20.557 INFO:teuthology.orchestra.run.smithi078.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-15T22:57:20.557 INFO:teuthology.orchestra.run.smithi150.stdout:Suggested packages: 2024-01-15T22:57:20.558 INFO:teuthology.orchestra.run.smithi150.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-15T22:57:20.558 INFO:teuthology.orchestra.run.smithi150.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-15T22:57:20.558 INFO:teuthology.orchestra.run.smithi078.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-15T22:57:20.558 INFO:teuthology.orchestra.run.smithi078.stdout:Suggested packages: 2024-01-15T22:57:20.559 INFO:teuthology.orchestra.run.smithi078.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-15T22:57:20.559 INFO:teuthology.orchestra.run.smithi078.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-15T22:57:20.606 INFO:teuthology.orchestra.run.smithi150.stdout:The following NEW packages will be installed: 2024-01-15T22:57:20.607 INFO:teuthology.orchestra.run.smithi150.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-15T22:57:20.607 INFO:teuthology.orchestra.run.smithi150.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-15T22:57:20.607 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-15T22:57:20.607 INFO:teuthology.orchestra.run.smithi150.stdout: thermald upower usbmuxd 2024-01-15T22:57:20.608 INFO:teuthology.orchestra.run.smithi078.stdout:The following NEW packages will be installed: 2024-01-15T22:57:20.608 INFO:teuthology.orchestra.run.smithi078.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-15T22:57:20.608 INFO:teuthology.orchestra.run.smithi078.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-15T22:57:20.609 INFO:teuthology.orchestra.run.smithi078.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-15T22:57:20.609 INFO:teuthology.orchestra.run.smithi078.stdout: thermald upower usbmuxd 2024-01-15T22:57:20.718 INFO:teuthology.orchestra.run.smithi150.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-15T22:57:20.718 INFO:teuthology.orchestra.run.smithi150.stdout:Need to get 90.9 MB of archives. 2024-01-15T22:57:20.718 INFO:teuthology.orchestra.run.smithi150.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-15T22:57:20.718 INFO:teuthology.orchestra.run.smithi150.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-15T22:57:20.719 INFO:teuthology.orchestra.run.smithi078.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-15T22:57:20.719 INFO:teuthology.orchestra.run.smithi078.stdout:Need to get 90.9 MB of archives. 2024-01-15T22:57:20.719 INFO:teuthology.orchestra.run.smithi078.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-15T22:57:20.719 INFO:teuthology.orchestra.run.smithi078.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-15T22:57:20.861 INFO:teuthology.orchestra.run.smithi150.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-15T22:57:20.862 INFO:teuthology.orchestra.run.smithi078.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-15T22:57:20.864 INFO:teuthology.orchestra.run.smithi150.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-15T22:57:20.871 INFO:teuthology.orchestra.run.smithi078.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-15T22:57:20.873 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-15T22:57:20.881 INFO:teuthology.orchestra.run.smithi078.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-15T22:57:20.899 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-15T22:57:20.908 INFO:teuthology.orchestra.run.smithi078.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-15T22:57:20.909 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2024-01-15T22:57:20.916 INFO:teuthology.orchestra.run.smithi078.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2024-01-15T22:57:21.535 INFO:teuthology.orchestra.run.smithi150.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2024-01-15T22:57:21.721 INFO:teuthology.orchestra.run.smithi078.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2024-01-15T22:57:21.734 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2024-01-15T22:57:21.961 INFO:teuthology.orchestra.run.smithi078.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2024-01-15T22:57:23.140 INFO:teuthology.orchestra.run.smithi150.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2024-01-15T22:57:23.140 INFO:teuthology.orchestra.run.smithi150.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-15T22:57:23.140 INFO:teuthology.orchestra.run.smithi150.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-15T22:57:23.145 INFO:teuthology.orchestra.run.smithi150.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-15T22:57:23.146 INFO:teuthology.orchestra.run.smithi150.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-15T22:57:23.660 INFO:teuthology.orchestra.run.smithi078.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2024-01-15T22:57:23.660 INFO:teuthology.orchestra.run.smithi078.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-15T22:57:23.660 INFO:teuthology.orchestra.run.smithi078.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-15T22:57:23.665 INFO:teuthology.orchestra.run.smithi078.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-15T22:57:23.667 INFO:teuthology.orchestra.run.smithi078.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-15T22:57:23.813 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 90.9 MB in 3s (35.9 MB/s) 2024-01-15T22:57:24.026 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-15T22:57:24.314 INFO:teuthology.orchestra.run.smithi078.stdout:Fetched 90.9 MB in 3s (29.8 MB/s) 2024-01-15T22:57:24.498 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-15T22:57:25.755 INFO:teuthology.orchestra.run.smithi150.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-01-15T22:57:25.760 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-15T22:57:25.940 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-15T22:57:26.173 INFO:teuthology.orchestra.run.smithi078.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-01-15T22:57:26.177 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-15T22:57:26.296 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-15T22:57:26.343 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-15T22:57:26.358 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-15T22:57:26.401 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-15T22:57:26.582 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-15T22:57:26.595 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-15T22:57:26.665 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-15T22:57:26.755 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-15T22:57:26.767 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-15T22:57:26.804 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-15T22:57:26.993 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-15T22:57:27.007 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-15T22:57:27.051 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-15T22:57:27.141 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-15T22:57:27.156 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-15T22:57:27.216 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-15T22:57:27.371 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-15T22:57:27.386 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-15T22:57:27.429 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-15T22:57:27.577 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-15T22:57:27.590 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-15T22:57:27.627 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-15T22:57:27.732 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-15T22:57:27.744 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-15T22:57:27.773 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-15T22:57:27.980 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-15T22:57:27.994 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-15T22:57:28.063 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:28.076 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-15T22:57:28.088 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-15T22:57:28.126 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:30.651 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-15T22:57:30.666 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-15T22:57:30.766 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:30.860 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-15T22:57:30.876 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-15T22:57:30.976 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:31.296 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-15T22:57:31.311 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-15T22:57:31.346 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:31.485 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-15T22:57:31.498 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-15T22:57:31.542 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:38.270 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-15T22:57:38.285 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-15T22:57:38.328 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-15T22:57:38.578 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-15T22:57:38.595 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-15T22:57:38.647 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-15T22:57:38.660 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-15T22:57:38.664 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-15T22:57:38.705 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-15T22:57:39.005 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-15T22:57:39.017 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-15T22:57:39.055 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-15T22:57:39.092 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package thermald. 2024-01-15T22:57:39.105 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-15T22:57:39.158 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-15T22:57:39.450 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package thermald. 2024-01-15T22:57:39.467 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-15T22:57:39.508 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-15T22:57:39.688 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package upower. 2024-01-15T22:57:39.703 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-15T22:57:39.766 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-15T22:57:40.104 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package upower. 2024-01-15T22:57:40.120 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-15T22:57:40.181 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-15T22:57:40.184 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package usbmuxd. 2024-01-15T22:57:40.199 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-15T22:57:40.242 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-15T22:57:40.609 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package usbmuxd. 2024-01-15T22:57:40.622 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-15T22:57:40.683 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-15T22:57:40.975 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-15T22:57:40.982 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-15T22:57:41.122 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-15T22:57:41.180 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-15T22:57:41.281 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-15T22:57:41.297 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-15T22:57:41.408 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-15T22:57:41.423 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-15T22:57:41.550 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-15T22:57:41.550 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-15T22:57:41.675 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-15T22:57:41.676 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-15T22:57:41.801 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-15T22:57:41.802 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-15T22:57:42.323 INFO:teuthology.orchestra.run.smithi078.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-15T22:57:42.338 INFO:teuthology.orchestra.run.smithi150.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-15T22:57:42.372 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-15T22:57:42.390 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-15T22:57:42.531 INFO:teuthology.orchestra.run.smithi078.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-15T22:57:42.542 INFO:teuthology.orchestra.run.smithi078.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-15T22:57:42.542 INFO:teuthology.orchestra.run.smithi078.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-15T22:57:42.617 INFO:teuthology.orchestra.run.smithi150.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-15T22:57:42.621 INFO:teuthology.orchestra.run.smithi150.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-15T22:57:42.622 INFO:teuthology.orchestra.run.smithi150.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-15T22:57:43.022 INFO:teuthology.orchestra.run.smithi078.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-15T22:57:43.124 INFO:teuthology.orchestra.run.smithi150.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-15T22:57:43.251 INFO:teuthology.orchestra.run.smithi078.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-15T22:57:43.294 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-15T22:57:43.339 INFO:teuthology.orchestra.run.smithi150.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-15T22:57:43.378 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-15T22:57:43.610 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-15T22:57:43.610 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-15T22:57:43.706 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-15T22:57:43.706 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-15T22:57:44.057 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:44.167 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:45.365 INFO:teuthology.orchestra.run.smithi078.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-15T22:57:45.366 INFO:teuthology.orchestra.run.smithi078.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-15T22:57:45.512 INFO:teuthology.orchestra.run.smithi150.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-15T22:57:45.512 INFO:teuthology.orchestra.run.smithi150.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-15T22:57:45.527 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:45.677 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:47.328 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-15T22:57:47.454 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:47.629 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-15T22:57:47.754 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:48.830 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-15T22:57:49.111 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-15T22:57:49.139 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-15T22:57:49.472 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-15T22:57:49.855 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-15T22:57:49.972 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:50.042 INFO:teuthology.orchestra.run.smithi078.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-15T22:57:50.042 INFO:teuthology.orchestra.run.smithi078.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-15T22:57:50.258 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-15T22:57:50.366 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-15T22:57:50.438 INFO:teuthology.orchestra.run.smithi150.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-15T22:57:50.439 INFO:teuthology.orchestra.run.smithi150.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-15T22:58:15.128 INFO:teuthology.orchestra.run.smithi078.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-15T22:58:15.128 INFO:teuthology.orchestra.run.smithi078.stdout:Sourcing file `/etc/default/grub' 2024-01-15T22:58:15.140 INFO:teuthology.orchestra.run.smithi078.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-15T22:58:15.169 INFO:teuthology.orchestra.run.smithi078.stdout:Generating grub configuration file ... 2024-01-15T22:58:15.465 INFO:teuthology.orchestra.run.smithi078.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-15T22:58:15.489 INFO:teuthology.orchestra.run.smithi078.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-15T22:58:15.805 INFO:teuthology.orchestra.run.smithi150.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-15T22:58:15.805 INFO:teuthology.orchestra.run.smithi150.stdout:Sourcing file `/etc/default/grub' 2024-01-15T22:58:15.820 INFO:teuthology.orchestra.run.smithi150.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-15T22:58:15.859 INFO:teuthology.orchestra.run.smithi150.stdout:Generating grub configuration file ... 2024-01-15T22:58:15.882 INFO:teuthology.orchestra.run.smithi078.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-15T22:58:15.894 INFO:teuthology.orchestra.run.smithi078.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-15T22:58:16.241 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-15T22:58:16.278 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-15T22:58:16.693 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-15T22:58:16.705 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-15T22:58:17.978 INFO:teuthology.orchestra.run.smithi078.stdout:done 2024-01-15T22:58:18.433 DEBUG:teuthology.orchestra.run.smithi078:> dpkg -s linux-image-generic-hwe-20.04 2024-01-15T22:58:18.478 INFO:teuthology.orchestra.run.smithi078.stdout:Package: linux-image-generic-hwe-20.04 2024-01-15T22:58:18.478 INFO:teuthology.orchestra.run.smithi078.stdout:Status: install ok installed 2024-01-15T22:58:18.478 INFO:teuthology.orchestra.run.smithi078.stdout:Priority: optional 2024-01-15T22:58:18.478 INFO:teuthology.orchestra.run.smithi078.stdout:Section: kernel 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Installed-Size: 20 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Maintainer: Ubuntu Kernel Team 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: amd64 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Source: linux-meta-hwe-5.15 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Recommends: thermald 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout:Description: Generic Linux kernel image 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout: This package will always depend on the latest generic kernel image 2024-01-15T22:58:18.479 INFO:teuthology.orchestra.run.smithi078.stdout: available. 2024-01-15T22:58:18.479 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-15T22:58:18.480 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-15T22:58:18.480 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-15T22:58:18.480 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-15T22:58:18.480 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi078.front.sepia.ceph.com, path=None, version=distro) 2024-01-15T22:58:18.480 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get clean 2024-01-15T22:58:18.567 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get update 2024-01-15T22:58:18.792 INFO:teuthology.orchestra.run.smithi150.stdout:done 2024-01-15T22:58:18.848 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-15T22:58:18.848 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-15T22:58:18.918 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-15T22:58:19.010 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-15T22:58:19.304 DEBUG:teuthology.orchestra.run.smithi150:> dpkg -s linux-image-generic-hwe-20.04 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Package: linux-image-generic-hwe-20.04 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Status: install ok installed 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Priority: optional 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Section: kernel 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Installed-Size: 20 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Maintainer: Ubuntu Kernel Team 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: amd64 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Source: linux-meta-hwe-5.15 2024-01-15T22:58:19.349 INFO:teuthology.orchestra.run.smithi150.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-15T22:58:19.350 INFO:teuthology.orchestra.run.smithi150.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-15T22:58:19.350 INFO:teuthology.orchestra.run.smithi150.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-15T22:58:19.350 INFO:teuthology.orchestra.run.smithi150.stdout:Recommends: thermald 2024-01-15T22:58:19.350 INFO:teuthology.orchestra.run.smithi150.stdout:Description: Generic Linux kernel image 2024-01-15T22:58:19.350 INFO:teuthology.orchestra.run.smithi150.stdout: This package will always depend on the latest generic kernel image 2024-01-15T22:58:19.350 INFO:teuthology.orchestra.run.smithi150.stdout: available. 2024-01-15T22:58:19.350 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-15T22:58:19.350 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-15T22:58:19.350 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-15T22:58:19.350 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-15T22:58:19.350 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2024-01-15T22:58:19.351 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get clean 2024-01-15T22:58:19.430 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2024-01-15T22:58:19.569 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-15T22:58:19.569 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-15T22:58:19.579 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-15T22:58:19.600 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-15T22:58:20.622 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-01-15T22:58:20.647 DEBUG:teuthology.orchestra.run.smithi078:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-15T22:58:20.713 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-01-15T22:58:20.917 INFO:teuthology.orchestra.run.smithi078.stdout:Building dependency tree... 2024-01-15T22:58:20.917 INFO:teuthology.orchestra.run.smithi078.stdout:Reading state information... 2024-01-15T22:58:21.130 INFO:teuthology.orchestra.run.smithi078.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-15T22:58:21.131 INFO:teuthology.orchestra.run.smithi078.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-15T22:58:21.132 DEBUG:teuthology.orchestra.run.smithi078:> dpkg -s linux-image-generic-hwe-20.04 2024-01-15T22:58:21.153 INFO:teuthology.orchestra.run.smithi078.stdout:Package: linux-image-generic-hwe-20.04 2024-01-15T22:58:21.153 INFO:teuthology.orchestra.run.smithi078.stdout:Status: install ok installed 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Priority: optional 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Section: kernel 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Installed-Size: 20 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Maintainer: Ubuntu Kernel Team 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: amd64 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Source: linux-meta-hwe-5.15 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Recommends: thermald 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout:Description: Generic Linux kernel image 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout: This package will always depend on the latest generic kernel image 2024-01-15T22:58:21.154 INFO:teuthology.orchestra.run.smithi078.stdout: available. 2024-01-15T22:58:21.155 DEBUG:teuthology.orchestra.run.smithi078:> mktemp 2024-01-15T22:58:21.159 INFO:teuthology.orchestra.run.smithi078.stdout:/tmp/tmp.bIWDCWPied 2024-01-15T22:58:21.160 DEBUG:teuthology.orchestra.run.smithi078:> sudo cp /boot/grub/grub.cfg /tmp/tmp.bIWDCWPied 2024-01-15T22:58:21.174 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0666 /tmp/tmp.bIWDCWPied 2024-01-15T22:58:21.208 DEBUG:teuthology.orchestra.remote:smithi078:/tmp/tmp.bIWDCWPied is 9KB 2024-01-15T22:58:21.222 DEBUG:teuthology.orchestra.run.smithi078:> rm -fr /tmp/tmp.bIWDCWPied 2024-01-15T22:58:21.229 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-15T22:58:21.286 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T22:58:21.286 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-15T22:58:21.286 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-15T22:58:21.315 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-15T22:58:21.316 DEBUG:teuthology.orchestra.run.smithi078:> sudo update-grub 2024-01-15T22:58:21.339 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-01-15T22:58:21.362 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-15T22:58:21.431 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-01-15T22:58:21.613 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2024-01-15T22:58:21.613 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2024-01-15T22:58:21.826 INFO:teuthology.orchestra.run.smithi150.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-15T22:58:21.826 INFO:teuthology.orchestra.run.smithi150.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-15T22:58:21.828 DEBUG:teuthology.orchestra.run.smithi150:> dpkg -s linux-image-generic-hwe-20.04 2024-01-15T22:58:21.850 INFO:teuthology.orchestra.run.smithi150.stdout:Package: linux-image-generic-hwe-20.04 2024-01-15T22:58:21.850 INFO:teuthology.orchestra.run.smithi150.stdout:Status: install ok installed 2024-01-15T22:58:21.850 INFO:teuthology.orchestra.run.smithi150.stdout:Priority: optional 2024-01-15T22:58:21.850 INFO:teuthology.orchestra.run.smithi150.stdout:Section: kernel 2024-01-15T22:58:21.850 INFO:teuthology.orchestra.run.smithi150.stdout:Installed-Size: 20 2024-01-15T22:58:21.850 INFO:teuthology.orchestra.run.smithi150.stdout:Maintainer: Ubuntu Kernel Team 2024-01-15T22:58:21.850 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: amd64 2024-01-15T22:58:21.850 INFO:teuthology.orchestra.run.smithi150.stdout:Source: linux-meta-hwe-5.15 2024-01-15T22:58:21.851 INFO:teuthology.orchestra.run.smithi150.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-15T22:58:21.851 INFO:teuthology.orchestra.run.smithi150.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-15T22:58:21.851 INFO:teuthology.orchestra.run.smithi150.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-15T22:58:21.851 INFO:teuthology.orchestra.run.smithi150.stdout:Recommends: thermald 2024-01-15T22:58:21.851 INFO:teuthology.orchestra.run.smithi150.stdout:Description: Generic Linux kernel image 2024-01-15T22:58:21.851 INFO:teuthology.orchestra.run.smithi150.stdout: This package will always depend on the latest generic kernel image 2024-01-15T22:58:21.851 INFO:teuthology.orchestra.run.smithi150.stdout: available. 2024-01-15T22:58:21.851 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2024-01-15T22:58:21.855 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.qLcmm0AB0Q 2024-01-15T22:58:21.855 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub/grub.cfg /tmp/tmp.qLcmm0AB0Q 2024-01-15T22:58:21.865 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.qLcmm0AB0Q 2024-01-15T22:58:21.901 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.qLcmm0AB0Q is 9KB 2024-01-15T22:58:21.914 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.qLcmm0AB0Q 2024-01-15T22:58:21.920 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-15T22:58:21.976 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T22:58:21.976 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-15T22:58:21.976 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-15T22:58:22.010 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-15T22:58:22.010 DEBUG:teuthology.orchestra.run.smithi150:> sudo update-grub 2024-01-15T22:58:22.670 INFO:teuthology.orchestra.run.smithi078.stderr:Sourcing file `/etc/default/grub' 2024-01-15T22:58:22.681 INFO:teuthology.orchestra.run.smithi078.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-15T22:58:22.693 INFO:teuthology.orchestra.run.smithi078.stderr:Generating grub configuration file ... 2024-01-15T22:58:22.943 INFO:teuthology.orchestra.run.smithi078.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-15T22:58:22.954 INFO:teuthology.orchestra.run.smithi078.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-15T22:58:23.305 INFO:teuthology.orchestra.run.smithi078.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-15T22:58:23.316 INFO:teuthology.orchestra.run.smithi078.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-15T22:58:23.445 INFO:teuthology.orchestra.run.smithi150.stderr:Sourcing file `/etc/default/grub' 2024-01-15T22:58:23.452 INFO:teuthology.orchestra.run.smithi150.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-15T22:58:23.466 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2024-01-15T22:58:23.774 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-15T22:58:23.785 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-15T22:58:24.169 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-15T22:58:24.181 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-15T22:58:24.353 INFO:teuthology.orchestra.run.smithi078.stderr:done 2024-01-15T22:58:24.355 DEBUG:teuthology.orchestra.run.smithi078:> sudo shutdown -r now 2024-01-15T22:58:25.251 INFO:teuthology.orchestra.run.smithi150.stderr:done 2024-01-15T22:58:25.253 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2024-01-15T22:58:54.361 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-15T22:58:54.361 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-15T22:58:54.362 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T22:58:55.257 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-15T22:58:55.257 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-01-15T22:58:55.258 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T22:59:12.828 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-01-15T22:59:21.836 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-15T22:59:21.837 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T22:59:24.892 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-01-15T22:59:29.725 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-01-15T22:59:36.900 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-15T22:59:36.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T22:59:38.727 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-01-15T22:59:38.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T22:59:55.324 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-01-15T23:00:10.336 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-15T23:00:10.337 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T23:00:10.571 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-01-15T23:00:11.091 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-15T23:00:11.092 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2024-01-15T23:00:11.092 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-01-15T23:00:11.144 INFO:teuthology.orchestra.run.smithi078.stdout:5.15.0-91-generic 2024-01-15T23:00:11.144 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-15T23:00:11.144 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-15T23:00:11.145 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-15T23:00:12.145 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-15T23:00:12.146 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-15T23:00:12.236 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2024-01-15T23:00:12.254 DEBUG:teuthology.parallel:result is None 2024-01-15T23:00:38.731 DEBUG:teuthology.orchestra.remote:timed out 2024-01-15T23:00:50.732 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-01-15T23:00:50.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T23:00:51.046 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-01-15T23:00:51.596 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-01-15T23:00:51.597 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2024-01-15T23:00:51.597 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-01-15T23:00:51.647 INFO:teuthology.orchestra.run.smithi150.stdout:5.15.0-91-generic 2024-01-15T23:00:51.647 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-15T23:00:51.647 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-15T23:00:51.648 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-15T23:00:52.648 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-15T23:00:52.649 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-15T23:00:53.037 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2024-01-15T23:00:53.055 DEBUG:teuthology.parallel:result is None 2024-01-15T23:00:53.055 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-15T23:00:53.064 INFO:teuthology.task.internal:Creating test directory... 2024-01-15T23:00:53.064 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-15T23:00:53.067 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-15T23:00:53.073 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-15T23:00:53.080 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-15T23:00:53.087 INFO:teuthology.task.internal:Creating archive directory... 2024-01-15T23:00:53.087 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-15T23:00:53.118 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-15T23:00:53.141 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-15T23:00:53.148 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-15T23:00:53.149 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-15T23:00:53.169 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-15T23:00:53.189 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-15T23:00:53.196 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-15T23:00:53.196 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-15T23:00:53.203 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-15T23:00:53.205 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-15T23:00:53.212 INFO:teuthology.task.internal:Configuring sudo... 2024-01-15T23:00:53.212 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-15T23:00:53.245 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-15T23:00:53.264 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-15T23:00:53.273 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-15T23:00:53.274 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-15T23:00:53.301 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-15T23:00:53.314 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-15T23:00:53.355 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-15T23:00:53.403 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:00:53.403 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-15T23:00:53.468 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-15T23:00:53.476 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-15T23:00:53.527 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:00:53.527 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-15T23:00:53.596 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2024-01-15T23:00:53.599 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2024-01-15T23:00:53.683 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-15T23:00:53.691 INFO:teuthology.task.internal:Starting timer... 2024-01-15T23:00:53.691 INFO:teuthology.run_tasks:Running task pcp... 2024-01-15T23:00:53.702 INFO:teuthology.run_tasks:Running task selinux... 2024-01-15T23:00:53.710 DEBUG:teuthology.task.selinux:Excluding smithi078: OS 'ubuntu' does not support SELinux 2024-01-15T23:00:53.710 DEBUG:teuthology.task.selinux:Excluding smithi150: OS 'ubuntu' does not support SELinux 2024-01-15T23:00:53.710 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-15T23:00:53.711 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-15T23:00:53.711 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-15T23:00:53.711 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-15T23:00:53.721 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-15T23:00:53.740 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-15T23:00:53.744 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi078.front.sepia.ceph.com,smithi150.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-15T23:06:15.253 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com')] 2024-01-15T23:06:15.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-15T23:06:15.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T23:06:15.343 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-01-15T23:06:15.461 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-15T23:06:15.462 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-01-15T23:06:15.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-15T23:06:15.555 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-01-15T23:06:15.673 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-01-15T23:06:15.674 INFO:teuthology.run_tasks:Running task clock... 2024-01-15T23:06:15.684 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-15T23:06:15.685 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-15T23:06:15.685 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-15T23:06:15.687 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-15T23:06:15.687 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-15T23:06:15.717 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-15T23:06:15.717 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: Command line: ntpd -gq 2024-01-15T23:06:15.718 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: proto: precision = 0.061 usec (-24) 2024-01-15T23:06:15.719 INFO:teuthology.orchestra.run.smithi078.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-15T23:06:15.719 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-15T23:06:15.719 INFO:teuthology.orchestra.run.smithi078.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-15T23:06:15.720 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: restrict ::: KOD does nothing without LIMITED. 2024-01-15T23:06:15.721 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: Listen and drop on 0 v6wildcard [::]:123 2024-01-15T23:06:15.721 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-15T23:06:15.721 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: Listen normally on 2 lo 127.0.0.1:123 2024-01-15T23:06:15.721 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: Listen normally on 3 enp3s0f1 172.21.15.78:123 2024-01-15T23:06:15.721 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: Listen normally on 4 lo [::1]:123 2024-01-15T23:06:15.721 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d4dd%5]:123 2024-01-15T23:06:15.721 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:15 ntpd[12564]: Listening on routing socket on fd #22 for interface updates 2024-01-15T23:06:15.746 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-15T23:06:15.746 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: Command line: ntpd -gq 2024-01-15T23:06:15.746 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: proto: precision = 0.068 usec (-24) 2024-01-15T23:06:15.747 INFO:teuthology.orchestra.run.smithi150.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-15T23:06:15.747 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-15T23:06:15.747 INFO:teuthology.orchestra.run.smithi150.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-15T23:06:15.748 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: restrict ::: KOD does nothing without LIMITED. 2024-01-15T23:06:15.748 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: Listen and drop on 0 v6wildcard [::]:123 2024-01-15T23:06:15.749 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-15T23:06:15.749 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: Listen normally on 2 lo 127.0.0.1:123 2024-01-15T23:06:15.749 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: Listen normally on 3 enp3s0f1 172.21.15.150:123 2024-01-15T23:06:15.749 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: Listen normally on 4 lo [::1]:123 2024-01-15T23:06:15.749 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e35%5]:123 2024-01-15T23:06:15.749 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:15 ntpd[12573]: Listening on routing socket on fd #22 for interface updates 2024-01-15T23:06:16.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:16 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:16.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:16 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:16.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:16 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:16.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:16 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:16.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:16 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:16.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:16 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:16.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:16 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:16.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:16 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:16.746 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:16 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:16.746 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:16 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:16.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:16 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:16.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:16 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:16.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:16 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:16.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:16 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:17.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:17 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:17.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:17 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:17.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:17 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:17.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:17 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:17.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:17 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:17.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:17 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:18.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:18.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:18.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:18 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:18.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:18.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:18.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:18.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:18.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:18.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:18.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:18.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:18.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:18.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:18.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:18.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:18 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:19.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:19 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:19.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:19 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:19.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:19 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:19.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:19 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:19.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:19 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:19.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:19 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:19.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:19 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:19.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:19 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:19.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:19 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:19.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:19 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:19.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:19 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:19.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:19 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:19.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:19 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:19.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:19 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:20.720 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:20.720 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:20.720 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:20.720 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:20.720 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:20.721 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:20.721 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:20.721 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:20.721 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:20.721 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:20.721 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:20.721 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:20 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:20.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:20.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:20.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:20.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:20.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:20.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:20.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:20.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:20.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:20.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:20.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:20.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:20 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:21.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:21 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:21.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:21 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:21.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:21 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:21.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:21 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:21.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:21 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:21.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:21 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:21.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:21 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:21.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:21 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:21.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:21 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:21.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:21 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:21.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:21 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:21.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:21 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:22.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:22.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:22.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:22.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:22.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:22.718 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:22.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:22.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:22.719 INFO:teuthology.orchestra.run.smithi078.stdout:15 Jan 23:06:22 ntpd[12564]: ntpd: time slew +0.001837 s 2024-01-15T23:06:22.719 INFO:teuthology.orchestra.run.smithi078.stdout:ntpd: time slew +0.001837s 2024-01-15T23:06:22.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-15T23:06:22.719 INFO:teuthology.orchestra.run.smithi078.stderr:15 Jan 23:06:22 ntpd[12564]: can't open /var/log/ntpstats/loopstats.20240115: Permission denied 2024-01-15T23:06:22.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:22.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:22.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:22.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:22.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:22.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:22.747 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:22.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:22.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-15T23:06:22.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: can't open /var/log/ntpstats/rawstats.20240115: Permission denied 2024-01-15T23:06:22.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-15T23:06:22.748 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: can't open /var/log/ntpstats/peerstats.20240115: Permission denied 2024-01-15T23:06:22.748 INFO:teuthology.orchestra.run.smithi150.stdout:15 Jan 23:06:22 ntpd[12573]: ntpd: time slew +0.000504 s 2024-01-15T23:06:22.748 INFO:teuthology.orchestra.run.smithi150.stdout:ntpd: time slew +0.000504s 2024-01-15T23:06:22.749 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-15T23:06:22.749 INFO:teuthology.orchestra.run.smithi150.stderr:15 Jan 23:06:22 ntpd[12573]: can't open /var/log/ntpstats/loopstats.20240115: Permission denied 2024-01-15T23:06:22.783 INFO:teuthology.orchestra.run.smithi078.stdout: remote refid st t when poll reach delay offset jitter 2024-01-15T23:06:22.783 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================== 2024-01-15T23:06:22.784 INFO:teuthology.orchestra.run.smithi078.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-15T23:06:22.784 INFO:teuthology.orchestra.run.smithi078.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-15T23:06:22.784 INFO:teuthology.orchestra.run.smithi078.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-15T23:06:22.784 INFO:teuthology.orchestra.run.smithi078.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-15T23:06:22.914 INFO:teuthology.orchestra.run.smithi150.stdout: remote refid st t when poll reach delay offset jitter 2024-01-15T23:06:22.914 INFO:teuthology.orchestra.run.smithi150.stdout:============================================================================== 2024-01-15T23:06:22.914 INFO:teuthology.orchestra.run.smithi150.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-15T23:06:22.914 INFO:teuthology.orchestra.run.smithi150.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-15T23:06:22.915 INFO:teuthology.orchestra.run.smithi150.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-15T23:06:22.915 INFO:teuthology.orchestra.run.smithi150.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-15T23:06:22.916 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-15T23:06:22.926 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-15T23:06:22.926 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:06:22.926 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2024-01-15T23:06:22.934 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-15T23:06:22.934 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_1 2024-01-15T23:06:22.983 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-15T23:06:22.983 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-15T23:06:22.983 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 489 Links: 1 2024-01-15T23:06:22.984 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-15T23:06:22.984 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-15 23:04:47.454631920 +0000 2024-01-15T23:06:22.984 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-15 23:04:47.174638366 +0000 2024-01-15T23:06:22.984 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-15 23:04:47.174638366 +0000 2024-01-15T23:06:22.984 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-15T23:06:22.984 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-15T23:06:23.039 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-15T23:06:23.039 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-15T23:06:23.039 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000425828 s, 1.2 MB/s 2024-01-15T23:06:23.040 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-15T23:06:23.093 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_2 2024-01-15T23:06:23.143 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-15T23:06:23.143 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-15T23:06:23.144 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 497 Links: 1 2024-01-15T23:06:23.144 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-15T23:06:23.144 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-15 23:04:47.902621608 +0000 2024-01-15T23:06:23.144 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-15 23:04:47.654627316 +0000 2024-01-15T23:06:23.144 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-15 23:04:47.654627316 +0000 2024-01-15T23:06:23.144 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-15T23:06:23.144 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-15T23:06:23.199 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-15T23:06:23.199 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-15T23:06:23.199 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000420254 s, 1.2 MB/s 2024-01-15T23:06:23.200 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-15T23:06:23.253 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_3 2024-01-15T23:06:23.303 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-15T23:06:23.303 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-15T23:06:23.303 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-01-15T23:06:23.303 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-15T23:06:23.303 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-15 23:04:48.386610467 +0000 2024-01-15T23:06:23.304 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-15 23:04:48.138616175 +0000 2024-01-15T23:06:23.304 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-15 23:04:48.138616175 +0000 2024-01-15T23:06:23.304 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-15T23:06:23.304 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-15T23:06:23.358 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-15T23:06:23.358 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-15T23:06:23.358 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000413622 s, 1.2 MB/s 2024-01-15T23:06:23.359 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-15T23:06:23.409 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_4 2024-01-15T23:06:23.459 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-15T23:06:23.459 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-15T23:06:23.459 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 509 Links: 1 2024-01-15T23:06:23.459 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-15T23:06:23.459 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-15 23:04:48.874599235 +0000 2024-01-15T23:06:23.459 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-15 23:04:48.622605035 +0000 2024-01-15T23:06:23.459 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-15 23:04:48.622605035 +0000 2024-01-15T23:06:23.460 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-15T23:06:23.460 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-15T23:06:23.514 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-15T23:06:23.514 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-15T23:06:23.514 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000364825 s, 1.4 MB/s 2024-01-15T23:06:23.515 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-15T23:06:23.565 DEBUG:teuthology.orchestra.run.smithi078:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-15T23:06:23.700 INFO:teuthology.orchestra.run.smithi078.stdout:loop 2024-01-15T23:06:23.702 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_1... 2024-01-15T23:06:23.702 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-15T23:06:23.720 INFO:teuthology.orchestra.run.smithi078.stdout:1 2024-01-15T23:06:23.743 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_11 2024-01-15T23:06:23.767 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_2... 2024-01-15T23:06:23.767 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-15T23:06:23.832 INFO:teuthology.orchestra.run.smithi078.stdout:1 2024-01-15T23:06:23.857 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_21 2024-01-15T23:06:23.882 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_3... 2024-01-15T23:06:23.882 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-15T23:06:23.945 INFO:teuthology.orchestra.run.smithi078.stdout:1 2024-01-15T23:06:23.971 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_31 2024-01-15T23:06:23.995 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_4... 2024-01-15T23:06:23.995 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-15T23:06:24.066 INFO:teuthology.orchestra.run.smithi078.stdout:1 2024-01-15T23:06:24.095 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_41 2024-01-15T23:06:24.119 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:06:24.119 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2024-01-15T23:06:24.166 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme list 2024-01-15T23:06:24.221 INFO:teuthology.orchestra.run.smithi078.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-15T23:06:24.221 INFO:teuthology.orchestra.run.smithi078.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-15T23:06:24.221 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme0n1 PHFT620400QR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-15T23:06:24.221 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme1n1 89c27ff231b2f792de10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-15T23:06:24.221 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme2n1 537214b3928aac2ed725 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-15T23:06:24.221 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme3n1 cebe59abb9203b390562 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-15T23:06:24.221 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme4n1 5359f9f4d39655b73bd9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-15T23:06:24.222 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-15T23:06:24.222 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:06:24.222 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/scratch_devs 2024-01-15T23:06:24.279 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:06:24.279 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-01-15T23:06:24.286 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-15T23:06:24.287 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2024-01-15T23:06:24.334 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-15T23:06:24.335 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-15T23:06:24.335 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 492 Links: 1 2024-01-15T23:06:24.335 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-15T23:06:24.335 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-15 23:04:49.246778492 +0000 2024-01-15T23:06:24.335 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-15 23:04:48.990784381 +0000 2024-01-15T23:06:24.335 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-15 23:04:48.990784381 +0000 2024-01-15T23:06:24.335 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-15T23:06:24.335 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-15T23:06:24.390 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-15T23:06:24.390 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-15T23:06:24.390 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000439753 s, 1.2 MB/s 2024-01-15T23:06:24.391 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-15T23:06:24.444 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2024-01-15T23:06:24.495 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-15T23:06:24.495 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-15T23:06:24.495 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 495 Links: 1 2024-01-15T23:06:24.495 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-15T23:06:24.495 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-15 23:04:49.702768001 +0000 2024-01-15T23:06:24.495 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-15 23:04:49.446773891 +0000 2024-01-15T23:06:24.495 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-15 23:04:49.446773891 +0000 2024-01-15T23:06:24.495 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-15T23:06:24.496 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-15T23:06:24.550 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-15T23:06:24.550 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-15T23:06:24.550 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000415516 s, 1.2 MB/s 2024-01-15T23:06:24.551 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-15T23:06:24.604 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2024-01-15T23:06:24.654 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-15T23:06:24.654 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-15T23:06:24.655 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-01-15T23:06:24.655 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-15T23:06:24.655 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-15 23:04:50.138757970 +0000 2024-01-15T23:06:24.655 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-15 23:04:49.886763768 +0000 2024-01-15T23:06:24.655 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-15 23:04:49.886763768 +0000 2024-01-15T23:06:24.655 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-15T23:06:24.655 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-15T23:06:24.710 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-15T23:06:24.710 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-15T23:06:24.710 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000426823 s, 1.2 MB/s 2024-01-15T23:06:24.711 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-15T23:06:24.764 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2024-01-15T23:06:24.814 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-15T23:06:24.814 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-15T23:06:24.814 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-01-15T23:06:24.814 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-15T23:06:24.814 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-15 23:04:50.630746650 +0000 2024-01-15T23:06:24.815 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-15 23:04:50.358752908 +0000 2024-01-15T23:06:24.815 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-15 23:04:50.358752908 +0000 2024-01-15T23:06:24.815 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-15T23:06:24.815 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-15T23:06:24.870 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-15T23:06:24.870 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-15T23:06:24.870 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000369604 s, 1.4 MB/s 2024-01-15T23:06:24.871 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-15T23:06:24.920 DEBUG:teuthology.orchestra.run.smithi150:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-15T23:06:25.201 INFO:teuthology.orchestra.run.smithi150.stdout:loop 2024-01-15T23:06:25.203 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2024-01-15T23:06:25.203 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-15T23:06:25.227 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-01-15T23:06:25.250 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_11 2024-01-15T23:06:25.273 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2024-01-15T23:06:25.273 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-15T23:06:25.341 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-01-15T23:06:25.367 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_21 2024-01-15T23:06:25.392 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2024-01-15T23:06:25.392 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-15T23:06:25.456 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-01-15T23:06:25.481 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_31 2024-01-15T23:06:25.504 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2024-01-15T23:06:25.504 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-15T23:06:25.573 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-01-15T23:06:25.599 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_41 2024-01-15T23:06:25.622 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:06:25.623 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-01-15T23:06:25.670 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme list 2024-01-15T23:06:25.725 INFO:teuthology.orchestra.run.smithi150.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-15T23:06:25.725 INFO:teuthology.orchestra.run.smithi150.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-15T23:06:25.725 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme0n1 CVFT623300GX400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-15T23:06:25.725 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme1n1 5658558deefc29460c1c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-15T23:06:25.725 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme2n1 22e886e9bacbd16499d3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-15T23:06:25.726 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme3n1 75b00d57db7e1b6e69a0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-15T23:06:25.726 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme4n1 4159844163156e0e444b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-15T23:06:25.726 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-15T23:06:25.727 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:06:25.727 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2024-01-15T23:06:25.783 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-15T23:06:25.858 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '445562ab4bc3ddfb386936119050695810860bcb'} 2024-01-15T23:06:25.858 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-15T23:06:25.859 INFO:tasks.cephadm:Cluster fsid is b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:06:25.859 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-15T23:06:25.859 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-15T23:06:25.859 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi078': '172.21.15.78', 'mon.smithi150': '172.21.15.150'} 2024-01-15T23:06:25.859 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-15T23:06:25.859 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2024-01-15T23:06:25.875 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2024-01-15T23:06:25.891 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 445562ab4bc3ddfb386936119050695810860bcb)... 2024-01-15T23:06:25.891 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/445562ab4bc3ddfb386936119050695810860bcb/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-15T23:06:26.093 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 15 23:06 /home/ubuntu/cephtest/cephadm 2024-01-15T23:06:26.093 DEBUG:teuthology.orchestra.run.smithi150:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/445562ab4bc3ddfb386936119050695810860bcb/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-15T23:06:26.241 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 15 23:06 /home/ubuntu/cephtest/cephadm 2024-01-15T23:06:26.241 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-15T23:06:26.251 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-15T23:06:26.266 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2024-01-15T23:06:26.310 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2024-01-15T23:06:26.327 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2024-01-15T23:06:26.368 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2024-01-15T23:06:26.386 INFO:tasks.cephadm:Writing seed config... 2024-01-15T23:06:26.387 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-15T23:06:26.388 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-15T23:06:26.388 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-15T23:06:26.388 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-15T23:06:26.388 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-15T23:06:26.388 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-15T23:06:26.388 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-15T23:06:26.388 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-15T23:06:26.388 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:06:26.389 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-15T23:06:26.417 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = b537cb80-b3fa-11ee-95ad-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-15T23:06:26.418 DEBUG:teuthology.orchestra.run.smithi078:mon.smithi078> sudo journalctl -f -n 0 -u ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi078.service 2024-01-15T23:06:26.460 INFO:tasks.cephadm:Bootstrapping... 2024-01-15T23:06:26.460 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb -v bootstrap --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.78 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-15T23:06:26.695 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-15T23:06:26.835 INFO:teuthology.orchestra.run.smithi078.stderr:-------------------------------------------------------------------------------- 2024-01-15T23:06:26.835 INFO:teuthology.orchestra.run.smithi078.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb', '-v', 'bootstrap', '--fsid', 'b537cb80-b3fa-11ee-95ad-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.78', '--skip-admin-label'] 2024-01-15T23:06:26.835 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying podman|docker is present... 2024-01-15T23:06:26.835 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying lvm2 is present... 2024-01-15T23:06:26.835 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying time synchronization is in place... 2024-01-15T23:06:26.843 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-15T23:06:26.850 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-15T23:06:26.857 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-15T23:06:26.865 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-15T23:06:26.870 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: masked 2024-01-15T23:06:26.876 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-15T23:06:26.882 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-15T23:06:26.888 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-15T23:06:26.896 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: enabled 2024-01-15T23:06:26.902 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: active 2024-01-15T23:06:26.903 INFO:teuthology.orchestra.run.smithi078.stderr:Unit ntp.service is enabled and running 2024-01-15T23:06:26.904 INFO:teuthology.orchestra.run.smithi078.stderr:Repeating the final host check... 2024-01-15T23:06:26.904 INFO:teuthology.orchestra.run.smithi078.stderr:docker (/usr/bin/docker) is present 2024-01-15T23:06:26.904 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl is present 2024-01-15T23:06:26.904 INFO:teuthology.orchestra.run.smithi078.stderr:lvcreate is present 2024-01-15T23:06:26.908 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-15T23:06:26.914 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-15T23:06:26.921 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-15T23:06:26.926 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-15T23:06:26.933 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: masked 2024-01-15T23:06:26.939 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-15T23:06:26.945 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-15T23:06:26.952 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-15T23:06:26.960 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: enabled 2024-01-15T23:06:26.966 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: active 2024-01-15T23:06:26.967 INFO:teuthology.orchestra.run.smithi078.stderr:Unit ntp.service is enabled and running 2024-01-15T23:06:26.967 INFO:teuthology.orchestra.run.smithi078.stderr:Host looks OK 2024-01-15T23:06:26.967 INFO:teuthology.orchestra.run.smithi078.stderr:Cluster fsid: b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:06:26.967 INFO:teuthology.orchestra.run.smithi078.stderr:Acquiring lock 139778728556960 on /run/cephadm/b537cb80-b3fa-11ee-95ad-87774f69a715.lock 2024-01-15T23:06:26.967 INFO:teuthology.orchestra.run.smithi078.stderr:Lock 139778728556960 acquired on /run/cephadm/b537cb80-b3fa-11ee-95ad-87774f69a715.lock 2024-01-15T23:06:26.968 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying IP 172.21.15.78 port 3300 ... 2024-01-15T23:06:26.968 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying IP 172.21.15.78 port 6789 ... 2024-01-15T23:06:26.968 INFO:teuthology.orchestra.run.smithi078.stderr:Base mon IP(s) is [172.21.15.78:3300, 172.21.15.78:6789], mon addrv is [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-01-15T23:06:26.972 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-15T23:06:26.972 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.78 metric 100 2024-01-15T23:06:26.973 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-15T23:06:26.973 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.78 2024-01-15T23:06:26.973 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.78 metric 100 2024-01-15T23:06:26.977 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-15T23:06:26.977 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-15T23:06:26.977 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1792sec pref medium 2024-01-15T23:06:26.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-15T23:06:26.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-01-15T23:06:26.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-15T23:06:26.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-15T23:06:26.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d4dd/64 scope link 2024-01-15T23:06:26.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-15T23:06:26.985 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2024-01-15T23:06:26.985 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2024-01-15T23:06:26.985 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.15.254/32` 2024-01-15T23:06:26.985 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.15.254/32` 2024-01-15T23:06:26.985 INFO:teuthology.orchestra.run.smithi078.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-01-15T23:06:26.985 INFO:teuthology.orchestra.run.smithi078.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-15T23:06:26.986 INFO:teuthology.orchestra.run.smithi078.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb... 2024-01-15T23:06:27.367 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 445562ab4bc3ddfb386936119050695810860bcb: Pulling from ceph-ci/ceph 2024-01-15T23:06:27.373 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 6c507150f7e9: Pulling fs layer 2024-01-15T23:06:27.373 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 9bc82cfe8091: Pulling fs layer 2024-01-15T23:06:33.811 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 6c507150f7e9: Verifying Checksum 2024-01-15T23:06:33.811 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 6c507150f7e9: Download complete 2024-01-15T23:06:37.538 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 6c507150f7e9: Pull complete 2024-01-15T23:06:45.813 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 9bc82cfe8091: Verifying Checksum 2024-01-15T23:06:45.813 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 9bc82cfe8091: Download complete 2024-01-15T23:06:57.821 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 9bc82cfe8091: Pull complete 2024-01-15T23:06:57.970 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: Digest: sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 2024-01-15T23:06:58.022 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-15T23:06:58.054 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-15T23:07:08.741 INFO:teuthology.orchestra.run.smithi078.stderr:ceph: ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable) 2024-01-15T23:07:09.308 INFO:teuthology.orchestra.run.smithi078.stderr:Ceph version: ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable) 2024-01-15T23:07:09.309 INFO:teuthology.orchestra.run.smithi078.stderr:Extracting ceph user uid/gid from container image... 2024-01-15T23:07:10.020 INFO:teuthology.orchestra.run.smithi078.stderr:stat: 167 167 2024-01-15T23:07:10.578 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial keys... 2024-01-15T23:07:11.304 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQCfuqVlcxztEhAAsdB4o3Xm3X/98KK651G9oQ== 2024-01-15T23:07:12.482 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQCguqVlZNKMHRAAjx6NVzqavOAawDmaCcoCKw== 2024-01-15T23:07:13.764 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQChuqVlcrpZLhAASbmtRqw1iM9HuVVXc1NJzA== 2024-01-15T23:07:14.255 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial monmap... 2024-01-15T23:07:14.965 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-15T23:07:14.965 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:14.965 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-15T23:07:15.528 INFO:teuthology.orchestra.run.smithi078.stderr:monmaptool for smithi078 [v2:172.21.15.78:3300,v1:172.21.15.78:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-15T23:07:15.528 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: set fsid to b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:15.528 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-15T23:07:15.528 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:07:15.528 INFO:teuthology.orchestra.run.smithi078.stderr:Creating mon... 2024-01-15T23:07:16.219 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-15T23:07:16.219 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 1 imported monmap: 2024-01-15T23:07:16.219 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-15T23:07:16.219 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: fsid b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:16.220 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: last_changed 2024-01-15T23:07:14.977840+0000 2024-01-15T23:07:16.220 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: created 2024-01-15T23:07:14.977840+0000 2024-01-15T23:07:16.220 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-15T23:07:16.220 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-15T23:07:16.220 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.smithi078 2024-01-15T23:07:16.220 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.220 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 0 /usr/bin/ceph-mon: set fsid to b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:16.222 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: RocksDB version: 6.8.1 2024-01-15T23:07:16.222 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.222 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-15T23:07:16.222 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Compile date Jan 12 2024 2024-01-15T23:07:16.222 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: DB SUMMARY 2024-01-15T23:07:16.222 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.222 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi078/store.db dir, Total Num: 0, files: 2024-01-15T23:07:16.223 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.223 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi078/store.db: 2024-01-15T23:07:16.223 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.223 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.error_if_exists: 0 2024-01-15T23:07:16.223 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.create_if_missing: 1 2024-01-15T23:07:16.223 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.paranoid_checks: 1 2024-01-15T23:07:16.223 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.env: 0x557fb7dc3080 2024-01-15T23:07:16.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.fs: Posix File System 2024-01-15T23:07:16.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.info_log: 0x557fb9f2b380 2024-01-15T23:07:16.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-15T23:07:16.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.statistics: (nil) 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.use_fsync: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_log_file_size: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.allow_fallocate: 1 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.use_direct_reads: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.db_log_dir: 2024-01-15T23:07:16.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi078/store.db 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_subcompactions: 1 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_background_flushes: -1 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.write_buffer_manager: 0x557fb9f31980 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-15T23:07:16.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.unordered_write: 0 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.row_cache: None 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.wal_filter: None 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.preserve_deletes: 0 2024-01-15T23:07:16.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.two_write_queues: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.atomic_flush: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.log_readahead_size: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_background_jobs: 2 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_background_compactions: -1 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-15T23:07:16.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_open_files: -1 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Compression algorithms supported: 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: kZSTD supported: 0 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: kXpressCompression supported: 0 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: kLZ4Compression supported: 1 2024-01-15T23:07:16.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: kBZip2Compression supported: 0 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: kZlibCompression supported: 1 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: kSnappyCompression supported: 1 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000001 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.merge_operator: 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_filter: None 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-15T23:07:16.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557fb9e3fd30) 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache: 0x557fb9e76d10 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-15T23:07:16.254 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-15T23:07:16.255 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compression: NoCompression 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.num_levels: 7 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-15T23:07:16.256 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-15T23:07:16.257 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-15T23:07:16.258 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.table_properties_collectors: 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.inplace_update_support: 0 2024-01-15T23:07:16.259 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.bloom_locality: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.max_successive_merges: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.ttl: 2592000 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-15T23:07:16.260 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efe0db7d880 4 rocksdb: DB pointer 0x557fb9f3f800 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efdf69f2700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.229+0000 7efdf69f2700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-15T23:07:16.261 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-15T23:07:16.262 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-15T23:07:16.263 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.233+0000 7efe0db7d880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.233+0000 7efe0db7d880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-15T23:07:16.264 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-15T23:07:16.233+0000 7efe0db7d880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi078 for mon.smithi078 2024-01-15T23:07:16.793 INFO:teuthology.orchestra.run.smithi078.stderr:create mon.smithi078 on 2024-01-15T23:07:17.013 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-15T23:07:17.216 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715.target -> /etc/systemd/system/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715.target. 2024-01-15T23:07:17.216 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715.target -> /etc/systemd/system/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715.target. 2024-01-15T23:07:17.644 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to reset failed state of unit ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi078.service: Unit ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi078.service not loaded. 2024-01-15T23:07:17.652 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715.target.wants/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi078.service -> /etc/systemd/system/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@.service. 2024-01-15T23:07:17.879 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld does not appear to be present 2024-01-15T23:07:17.880 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to enable service . firewalld.service is not available 2024-01-15T23:07:17.880 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mon to start... 2024-01-15T23:07:17.880 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mon... 2024-01-15T23:07:17.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:17 smithi078 systemd[1]: Started Ceph mon.smithi078 for b537cb80-b3fa-11ee-95ad-87774f69a715. 2024-01-15T23:07:19.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:19 smithi078 bash[13524]: cluster 2024-01-15T23:07:19.177862+0000 mon.smithi078 (mon.0) 0 : [INF] mkfs b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:19.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:19 smithi078 bash[13524]: cluster 2024-01-15T23:07:19.166045+0000 mon.smithi078 (mon.0) 1 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: cluster: 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: id: b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: services: 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi078 (age 0.171228s) 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: data: 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-15T23:07:19.336 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-15T23:07:19.337 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-15T23:07:19.337 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: pgs: 2024-01-15T23:07:19.337 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:19.982 INFO:teuthology.orchestra.run.smithi078.stderr:mon is available 2024-01-15T23:07:19.982 INFO:teuthology.orchestra.run.smithi078.stderr:Assimilating anything we can from ceph.conf... 2024-01-15T23:07:20.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:20 smithi078 bash[13524]: cluster 2024-01-15T23:07:19.176573+0000 mon.smithi078 (mon.0) 2 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2024-01-15T23:07:20.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:20 smithi078 bash[13524]: cluster 2024-01-15T23:07:19.176810+0000 mon.smithi078 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} 2024-01-15T23:07:20.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:20 smithi078 bash[13524]: cluster 2024-01-15T23:07:19.180412+0000 mon.smithi078 (mon.0) 4 : cluster [DBG] fsmap 2024-01-15T23:07:20.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:20 smithi078 bash[13524]: cluster 2024-01-15T23:07:19.183963+0000 mon.smithi078 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-15T23:07:20.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:20 smithi078 bash[13524]: cluster 2024-01-15T23:07:19.184403+0000 mon.smithi078 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-15T23:07:20.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:20 smithi078 bash[13524]: audit 2024-01-15T23:07:19.347722+0000 mon.smithi078 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.78:0/965111224' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-15T23:07:20.953 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:20.953 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [global] 2024-01-15T23:07:20.953 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: fsid = b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:20.953 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-01-15T23:07:20.953 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-15T23:07:20.953 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [mgr] 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [osd] 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-15T23:07:20.954 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-15T23:07:21.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:21 smithi078 bash[13524]: audit 2024-01-15T23:07:20.958756+0000 mon.smithi078 (mon.0) 8 : audit [INF] from='client.? 172.21.15.78:0/1965388475' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-15T23:07:21.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:21 smithi078 bash[13524]: audit 2024-01-15T23:07:20.964974+0000 mon.smithi078 (mon.0) 9 : audit [INF] from='client.? 172.21.15.78:0/1965388475' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-15T23:07:21.563 INFO:teuthology.orchestra.run.smithi078.stderr:Generating new minimal ceph.conf... 2024-01-15T23:07:23.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:22 smithi078 bash[13524]: audit 2024-01-15T23:07:22.560327+0000 mon.smithi078 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.78:0/296750683' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:07:23.094 INFO:teuthology.orchestra.run.smithi078.stderr:Restarting the monitor... 2024-01-15T23:07:23.442 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:23 smithi078 systemd[1]: Stopping Ceph mon.smithi078 for b537cb80-b3fa-11ee-95ad-87774f69a715... 2024-01-15T23:07:23.442 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:23 smithi078 bash[13906]: Error response from daemon: No such container: ceph-b537cb80-b3fa-11ee-95ad-87774f69a715-mon.smithi078 2024-01-15T23:07:23.442 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:23 smithi078 bash[13524]: debug 2024-01-15T23:07:23.296+0000 7fcec5a11700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi078 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-15T23:07:23.442 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:23 smithi078 bash[13524]: debug 2024-01-15T23:07:23.296+0000 7fcec5a11700 -1 mon.smithi078@0(leader) e1 *** Got Signal Terminated *** 2024-01-15T23:07:23.971 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:23 smithi078 bash[13941]: ceph-b537cb80-b3fa-11ee-95ad-87774f69a715-mon-smithi078 2024-01-15T23:07:23.994 INFO:teuthology.orchestra.run.smithi078.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-01-15T23:07:24.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:24 smithi078 bash[14007]: Error response from daemon: No such container: ceph-b537cb80-b3fa-11ee-95ad-87774f69a715-mon-smithi078 2024-01-15T23:07:24.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:24 smithi078 systemd[1]: ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi078.service: Succeeded. 2024-01-15T23:07:24.053 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:24 smithi078 systemd[1]: Stopped Ceph mon.smithi078 for b537cb80-b3fa-11ee-95ad-87774f69a715. 2024-01-15T23:07:24.053 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:24 smithi078 systemd[1]: Started Ceph mon.smithi078 for b537cb80-b3fa-11ee-95ad-87774f69a715. 2024-01-15T23:07:25.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.092+0000 7f05d9426880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-15T23:07:25.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.092+0000 7f05d9426880 0 ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable), process ceph-mon, pid 7 2024-01-15T23:07:25.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.092+0000 7f05d9426880 0 pidfile_write: ignore empty --pid-file 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 0 load: jerasure load: lrc load: isa 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: RocksDB version: 6.8.1 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Compile date Jan 12 2024 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: DB SUMMARY 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: CURRENT file: CURRENT 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi078/store.db dir, Total Num: 1, files: 000004.sst 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi078/store.db: 000006.log size: 86525 ; 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.error_if_exists: 0 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.create_if_missing: 0 2024-01-15T23:07:25.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.paranoid_checks: 1 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.env: 0x55b4bc7c3080 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.fs: Posix File System 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.info_log: 0x55b4bd1b4520 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.statistics: (nil) 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.use_fsync: 0 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_log_file_size: 0 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-15T23:07:25.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-15T23:07:25.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.allow_fallocate: 1 2024-01-15T23:07:25.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.use_direct_reads: 0 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.db_log_dir: 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi078/store.db 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_subcompactions: 1 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_background_flushes: -1 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-15T23:07:25.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.write_buffer_manager: 0x55b4bde02480 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.unordered_write: 0 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-15T23:07:25.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.row_cache: None 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.wal_filter: None 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.preserve_deletes: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.two_write_queues: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.atomic_flush: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-15T23:07:25.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.log_readahead_size: 0 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_background_jobs: 2 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_background_compactions: -1 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_open_files: -1 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-15T23:07:25.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Compression algorithms supported: 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: kZSTD supported: 0 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: kXpressCompression supported: 0 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: kLZ4Compression supported: 1 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: kBZip2Compression supported: 0 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: kZlibCompression supported: 1 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: kSnappyCompression supported: 1 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000005 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-15T23:07:25.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.merge_operator: 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_filter: None 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b4bd157d28) 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: cache_index_and_filter_blocks: 1 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: pin_top_level_index_and_filter: 1 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: index_type: 0 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: data_block_index_type: 0 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: index_shortening: 1 2024-01-15T23:07:25.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: data_block_hash_table_util_ratio: 0.750000 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: hash_index_allow_collision: 1 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: checksum: 1 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: no_block_cache: 0 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: block_cache: 0x55b4bd18ef10 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: block_cache_name: BinnedLRUCache 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: block_cache_options: 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: capacity : 536870912 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: num_shard_bits : 4 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: strict_capacity_limit : 0 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: high_pri_pool_ratio: 0.000 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: block_cache_compressed: (nil) 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: persistent_cache: (nil) 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: block_size: 4096 2024-01-15T23:07:25.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: block_size_deviation: 10 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: block_restart_interval: 16 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: index_block_restart_interval: 1 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: metadata_block_size: 4096 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: partition_filters: 0 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: use_delta_encoding: 1 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: whole_key_filtering: 1 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: verify_compression: 0 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: read_amp_bytes_per_bit: 0 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: format_version: 2 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: enable_index_compression: 1 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: block_align: 0 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-15T23:07:25.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compression: NoCompression 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.num_levels: 7 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-15T23:07:25.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-15T23:07:25.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-15T23:07:25.324 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-15T23:07:25.324 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-15T23:07:25.324 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-15T23:07:25.324 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-15T23:07:25.324 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-15T23:07:25.324 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-15T23:07:25.324 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-15T23:07:25.325 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-15T23:07:25.325 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-15T23:07:25.325 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-15T23:07:25.325 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-15T23:07:25.325 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-15T23:07:25.325 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-15T23:07:25.325 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-15T23:07:25.325 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.table_properties_collectors: 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.inplace_update_support: 0 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.bloom_locality: 0 2024-01-15T23:07:25.326 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.max_successive_merges: 0 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.ttl: 2592000 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.096+0000 7f05d9426880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705360045101428, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705360045102511, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83398, "table_properties": {"data_size": 81665, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76177, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705360045, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-15T23:07:25.327 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705360045102973, "job": 1, "event": "recovery_finished"} 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 4 rocksdb: DB pointer 0x55b4bd257800 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05c021a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05c021a700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ** DB Stats ** 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ** Compaction Stats [default] ** 2024-01-15T23:07:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ** Compaction Stats [default] ** 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: AddFile(Total Files): cumulative 0, interval 0 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-15T23:07:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: AddFile(Keys): cumulative 0, interval 0 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Cumulative compaction: 0.00 GB write, 21.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Interval compaction: 0.00 GB write, 21.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ** File Read Latency Histogram By Level [default] ** 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ** Compaction Stats [default] ** 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ** Compaction Stats [default] ** 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2024-01-15T23:07:25.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: AddFile(Total Files): cumulative 0, interval 0 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: AddFile(Keys): cumulative 0, interval 0 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Cumulative compaction: 0.00 GB write, 21.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: ** File Read Latency Histogram By Level [default] ** 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.100+0000 7f05d9426880 0 starting mon.smithi078 rank 0 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi078 fsid b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.104+0000 7f05d9426880 1 mon.smithi078@-1(???) e1 preinit fsid b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.104+0000 7f05d9426880 0 mon.smithi078@-1(???).mds e1 new map 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.104+0000 7f05d9426880 0 mon.smithi078@-1(???).mds e1 print_map 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: e1 2024-01-15T23:07:25.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: legacy client fscid: -1 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: No filesystems configured 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.104+0000 7f05d9426880 0 mon.smithi078@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.104+0000 7f05d9426880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.104+0000 7f05d9426880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.104+0000 7f05d9426880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: audit 2024-01-15T23:07:22.560327+0000 mon.smithi078 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.78:0/296750683' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: debug 2024-01-15T23:07:25.104+0000 7f05d9426880 1 mon.smithi078@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: cluster 2024-01-15T23:07:25.129723+0000 mon.smithi078 (mon.0) 1 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: cluster 2024-01-15T23:07:25.129807+0000 mon.smithi078 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: cluster 2024-01-15T23:07:25.130429+0000 mon.smithi078 (mon.0) 3 : cluster [DBG] fsmap 2024-01-15T23:07:25.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: cluster 2024-01-15T23:07:25.130474+0000 mon.smithi078 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-15T23:07:25.333 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:25 smithi078 bash[14045]: cluster 2024-01-15T23:07:25.131020+0000 mon.smithi078 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-15T23:07:25.931 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-15T23:07:25.931 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-15T23:07:25.931 INFO:teuthology.orchestra.run.smithi078.stderr:Creating mgr... 2024-01-15T23:07:25.932 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying port 9283 ... 2024-01-15T23:07:26.162 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to reset failed state of unit ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mgr.smithi078.bhchre.service: Unit ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mgr.smithi078.bhchre.service not loaded. 2024-01-15T23:07:26.170 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715.target.wants/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mgr.smithi078.bhchre.service -> /etc/systemd/system/ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@.service. 2024-01-15T23:07:26.384 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld does not appear to be present 2024-01-15T23:07:26.384 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to enable service . firewalld.service is not available 2024-01-15T23:07:26.385 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld does not appear to be present 2024-01-15T23:07:26.385 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-15T23:07:26.385 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr to start... 2024-01-15T23:07:26.385 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr... 2024-01-15T23:07:26.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:26 smithi078 bash[14045]: audit 2024-01-15T23:07:25.330689+0000 mon.smithi078 (mon.0) 6 : audit [INF] from='client.? 172.21.15.78:0/3400328608' entity='client.admin' 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "b537cb80-b3fa-11ee-95ad-87774f69a715", 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:27.877 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-15T23:07:27.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-15T23:07:27.882 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": false, 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2024-01-15T23:07:27.883 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2024-01-15T23:07:19.178615+0000", 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-15T23:07:27.884 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-15T23:07:28.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:27 smithi078 bash[14045]: audit 2024-01-15T23:07:27.887198+0000 mon.smithi078 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.78:0/2444887474' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-15T23:07:28.453 INFO:teuthology.orchestra.run.smithi078.stderr:mgr not available, waiting (1/15)... 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "b537cb80-b3fa-11ee-95ad-87774f69a715", 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-15T23:07:31.554 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-15T23:07:31.555 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-15T23:07:31.556 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-15T23:07:31.556 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-15T23:07:31.559 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-15T23:07:31.559 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-15T23:07:31.559 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:31.559 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2024-01-15T23:07:31.559 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:31.560 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": false, 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2024-01-15T23:07:19.178615+0000", 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-15T23:07:31.561 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-15T23:07:31.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:31 smithi078 bash[14045]: audit 2024-01-15T23:07:31.563739+0000 mon.smithi078 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.78:0/238047230' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-15T23:07:32.112 INFO:teuthology.orchestra.run.smithi078.stderr:mgr not available, waiting (2/15)... 2024-01-15T23:07:34.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: cluster 2024-01-15T23:07:34.158416+0000 mon.smithi078 (mon.0) 9 : cluster [INF] Activating manager daemon smithi078.bhchre 2024-01-15T23:07:34.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: cluster 2024-01-15T23:07:34.162624+0000 mon.smithi078 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi078.bhchre(active, starting, since 0.00431344s) 2024-01-15T23:07:34.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: audit 2024-01-15T23:07:34.163533+0000 mon.smithi078 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-15T23:07:34.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: audit 2024-01-15T23:07:34.163849+0000 mon.smithi078 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-15T23:07:34.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: audit 2024-01-15T23:07:34.164193+0000 mon.smithi078 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-15T23:07:34.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: audit 2024-01-15T23:07:34.164374+0000 mon.smithi078 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-15T23:07:34.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: audit 2024-01-15T23:07:34.164700+0000 mon.smithi078 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr metadata", "who": "smithi078.bhchre", "id": "smithi078.bhchre"}]: dispatch 2024-01-15T23:07:34.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: cluster 2024-01-15T23:07:34.187888+0000 mon.smithi078 (mon.0) 16 : cluster [INF] Manager daemon smithi078.bhchre is now available 2024-01-15T23:07:34.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: audit 2024-01-15T23:07:34.200254+0000 mon.smithi078 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:34.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:34 smithi078 bash[14045]: audit 2024-01-15T23:07:34.207525+0000 mon.smithi078 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.bhchre/mirror_snapshot_schedule"}]: dispatch 2024-01-15T23:07:35.243 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:35.243 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-15T23:07:35.243 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "b537cb80-b3fa-11ee-95ad-87774f69a715", 2024-01-15T23:07:35.244 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2024-01-15T23:07:35.244 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-15T23:07:35.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2024-01-15T23:07:35.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2024-01-15T23:07:35.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:35.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-15T23:07:35.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2024-01-15T23:07:35.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2024-01-15T23:07:35.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:35.247 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-15T23:07:35.248 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-15T23:07:35.249 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-15T23:07:35.251 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-15T23:07:35.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-15T23:07:35.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:35.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2024-01-15T23:07:35.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-15T23:07:35.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2024-01-15T23:07:19.178615+0000", 2024-01-15T23:07:35.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-15T23:07:35.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-15T23:07:35.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-15T23:07:35.253 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-15T23:07:35.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:35 smithi078 bash[14045]: audit 2024-01-15T23:07:34.213093+0000 mon.smithi078 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.bhchre/trash_purge_schedule"}]: dispatch 2024-01-15T23:07:35.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:35 smithi078 bash[14045]: audit 2024-01-15T23:07:34.216573+0000 mon.smithi078 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:35.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:35 smithi078 bash[14045]: audit 2024-01-15T23:07:34.219236+0000 mon.smithi078 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.78:0/659815028' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:35.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:35 smithi078 bash[14045]: cluster 2024-01-15T23:07:35.169537+0000 mon.smithi078 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi078.bhchre(active, since 1.01123s) 2024-01-15T23:07:35.797 INFO:teuthology.orchestra.run.smithi078.stderr:mgr is available 2024-01-15T23:07:36.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:36 smithi078 bash[14045]: audit 2024-01-15T23:07:35.255865+0000 mon.smithi078 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.78:0/2345319462' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-15T23:07:36.992 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:36.992 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [global] 2024-01-15T23:07:36.992 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: fsid = b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:36.992 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-15T23:07:36.992 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-15T23:07:36.992 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-15T23:07:36.992 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-15T23:07:36.993 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:36.993 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [mgr] 2024-01-15T23:07:36.993 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-15T23:07:36.994 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-15T23:07:36.994 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [osd] 2024-01-15T23:07:36.994 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-15T23:07:36.994 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-15T23:07:37.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:37 smithi078 bash[14045]: cluster 2024-01-15T23:07:36.220121+0000 mon.smithi078 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi078.bhchre(active, since 2s) 2024-01-15T23:07:37.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:37 smithi078 bash[14045]: audit 2024-01-15T23:07:37.003157+0000 mon.smithi078 (mon.0) 25 : audit [INF] from='client.? 172.21.15.78:0/1318296293' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-15T23:07:37.567 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling cephadm module... 2024-01-15T23:07:39.182 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:38 smithi078 bash[14045]: audit 2024-01-15T23:07:38.848494+0000 mon.smithi078 (mon.0) 26 : audit [INF] from='client.? 172.21.15.78:0/3295874176' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-15T23:07:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:39 smithi078 bash[14045]: audit 2024-01-15T23:07:38.905357+0000 mon.smithi078 (mon.0) 27 : audit [INF] from='client.? 172.21.15.78:0/3295874176' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-15T23:07:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:39 smithi078 bash[14045]: cluster 2024-01-15T23:07:38.905469+0000 mon.smithi078 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi078.bhchre(active, since 4s) 2024-01-15T23:07:40.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-15T23:07:40.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-15T23:07:40.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2024-01-15T23:07:40.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "active_name": "smithi078.bhchre", 2024-01-15T23:07:40.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-15T23:07:40.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-15T23:07:41.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:41 smithi078 bash[14045]: audit 2024-01-15T23:07:40.838794+0000 mon.smithi078 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.78:0/3452841219' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-15T23:07:41.345 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for the mgr to restart... 2024-01-15T23:07:41.345 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr epoch 5... 2024-01-15T23:07:46.377 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-15T23:07:46.377 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-15T23:07:46.377 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "initialized": true 2024-01-15T23:07:46.377 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: cluster 2024-01-15T23:07:45.359824+0000 mon.smithi078 (mon.0) 30 : cluster [INF] Active manager daemon smithi078.bhchre restarted 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: cluster 2024-01-15T23:07:45.360266+0000 mon.smithi078 (mon.0) 31 : cluster [INF] Activating manager daemon smithi078.bhchre 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: cluster 2024-01-15T23:07:45.368237+0000 mon.smithi078 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: cluster 2024-01-15T23:07:45.368445+0000 mon.smithi078 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi078.bhchre(active, starting, since 0.00833855s) 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.370243+0000 mon.smithi078 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.371560+0000 mon.smithi078 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr metadata", "who": "smithi078.bhchre", "id": "smithi078.bhchre"}]: dispatch 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.372623+0000 mon.smithi078 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.372909+0000 mon.smithi078 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.373202+0000 mon.smithi078 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-15T23:07:46.434 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: cluster 2024-01-15T23:07:45.396654+0000 mon.smithi078 (mon.0) 39 : cluster [INF] Manager daemon smithi078.bhchre is now available 2024-01-15T23:07:46.435 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: cephadm 2024-01-15T23:07:45.414139+0000 mgr.smithi078.bhchre (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-15T23:07:46.435 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.419442+0000 mon.smithi078 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:46.435 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.546447+0000 mon.smithi078 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:46.435 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.548694+0000 mon.smithi078 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:07:46.435 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.551980+0000 mon.smithi078 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:07:46.435 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.555181+0000 mon.smithi078 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:07:46.435 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.579589+0000 mon.smithi078 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.bhchre/mirror_snapshot_schedule"}]: dispatch 2024-01-15T23:07:46.435 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:46 smithi078 bash[14045]: audit 2024-01-15T23:07:45.584019+0000 mon.smithi078 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.bhchre/trash_purge_schedule"}]: dispatch 2024-01-15T23:07:47.020 INFO:teuthology.orchestra.run.smithi078.stderr:mgr epoch 5 is available 2024-01-15T23:07:47.020 INFO:teuthology.orchestra.run.smithi078.stderr:Setting orchestrator backend to cephadm... 2024-01-15T23:07:47.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:47 smithi078 bash[14045]: cluster 2024-01-15T23:07:46.372341+0000 mon.smithi078 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi078.bhchre(active, since 1.01223s) 2024-01-15T23:07:47.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:47 smithi078 bash[14045]: audit 2024-01-15T23:07:46.372721+0000 mgr.smithi078.bhchre (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-15T23:07:47.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:47 smithi078 bash[14045]: audit 2024-01-15T23:07:46.389079+0000 mgr.smithi078.bhchre (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-15T23:07:49.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:49 smithi078 bash[14045]: audit 2024-01-15T23:07:48.302428+0000 mgr.smithi078.bhchre (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:07:49.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:49 smithi078 bash[14045]: audit 2024-01-15T23:07:48.312493+0000 mon.smithi078 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:49.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:49 smithi078 bash[14045]: audit 2024-01-15T23:07:48.335774+0000 mon.smithi078 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:07:49.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:49 smithi078 bash[14045]: cluster 2024-01-15T23:07:48.373720+0000 mon.smithi078 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi078.bhchre(active, since 3s) 2024-01-15T23:07:50.086 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: value unchanged 2024-01-15T23:07:50.680 INFO:teuthology.orchestra.run.smithi078.stderr:Generating ssh key... 2024-01-15T23:07:51.377 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:51 smithi078 bash[14045]: audit 2024-01-15T23:07:50.098734+0000 mgr.smithi078.bhchre (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:07:52.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:52 smithi078 bash[14045]: audit 2024-01-15T23:07:51.940623+0000 mgr.smithi078.bhchre (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:07:52.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:52 smithi078 bash[14045]: cephadm 2024-01-15T23:07:51.941080+0000 mgr.smithi078.bhchre (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-15T23:07:53.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:53 smithi078 bash[14045]: audit 2024-01-15T23:07:52.208736+0000 mon.smithi078 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:53.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:53 smithi078 bash[14045]: audit 2024-01-15T23:07:52.211740+0000 mon.smithi078 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:53.872 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0/Y5ut5vGT7536ujfu91gKP0LxPxQiLgycclsp1GZXv9AKDPtJ+FZ2dgh10cv9giBNBJDGxPcM7oW2fXAP4wkJ/kH4o17sgxNJiFNwKuMQEZM7G9SZj11eH1WTZcPlDrvpNkiOCI5BDFO7O4+l3xviSthjOyHqXMjdHl806If9H8zGS3bTdkYGNYHAOiE21MetZRwa9qzRCMRgw9MmpBvh/x50zxRDUyCJGe4t5OQK1N5G27Ib6HPjaJbkexNTHLr7EcyCQ9XY9Hkm+keK8aXMM5n59zHzyTBU1GaF0/wBJsWgSqVSArDkkBpwdZ/GF/GI+XdXC0EHDUjJOIds4wsiRQY/zyP9wf7wUZs+H2qQeY94BPrYa+2CqtS0wH0AhK+/g7k7EdxX/BIlvQPArNQRgclutvMN6HI41kWgYhJlD8M7JjkNTsUQKlj9/RSy4jAPBtDlQyhHjJQMRamKpwspR9SHdAGNmQvECbqZMNbo4Zh0+wqamG21PLxLh3ElUU= ceph-b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:07:54.416 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-15T23:07:54.417 INFO:teuthology.orchestra.run.smithi078.stderr:Adding key to root@localhost authorized_keys... 2024-01-15T23:07:54.417 INFO:teuthology.orchestra.run.smithi078.stderr:Adding host smithi078... 2024-01-15T23:07:54.445 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:54 smithi078 bash[14045]: audit 2024-01-15T23:07:53.885479+0000 mgr.smithi078.bhchre (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:07:56.522 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Added host 'smithi078' with addr '172.21.15.78' 2024-01-15T23:07:56.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:56 smithi078 bash[14045]: audit 2024-01-15T23:07:55.675343+0000 mgr.smithi078.bhchre (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "addr": "172.21.15.78", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:07:57.371 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying mon service with default placement... 2024-01-15T23:07:57.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:57 smithi078 bash[14045]: audit 2024-01-15T23:07:56.534972+0000 mon.smithi078 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:07:57.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:57 smithi078 bash[14045]: cephadm 2024-01-15T23:07:56.535475+0000 mgr.smithi078.bhchre (mgr.14116) 10 : cephadm [INF] Added host smithi078 2024-01-15T23:07:57.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:07:57 smithi078 bash[14045]: audit 2024-01-15T23:07:56.576565+0000 mon.smithi078 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:07:59.188 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-15T23:07:59.991 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying mgr service with default placement... 2024-01-15T23:08:00.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:00 smithi078 bash[14045]: audit 2024-01-15T23:07:59.194677+0000 mgr.smithi078.bhchre (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:00.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:00 smithi078 bash[14045]: cephadm 2024-01-15T23:07:59.197731+0000 mgr.smithi078.bhchre (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-15T23:08:00.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:00 smithi078 bash[14045]: audit 2024-01-15T23:07:59.201565+0000 mon.smithi078 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:00.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:00 smithi078 bash[14045]: audit 2024-01-15T23:07:59.730546+0000 mon.smithi078 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:00.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:00 smithi078 bash[14045]: audit 2024-01-15T23:07:59.982580+0000 mon.smithi078 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:01.411 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-15T23:08:02.016 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying crash service with default placement... 2024-01-15T23:08:02.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:02 smithi078 bash[14045]: audit 2024-01-15T23:08:01.417731+0000 mgr.smithi078.bhchre (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:02.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:02 smithi078 bash[14045]: cephadm 2024-01-15T23:08:01.419414+0000 mgr.smithi078.bhchre (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-15T23:08:02.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:02 smithi078 bash[14045]: audit 2024-01-15T23:08:01.424369+0000 mon.smithi078 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:03.274 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-15T23:08:03.929 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying prometheus service with default placement... 2024-01-15T23:08:04.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:04 smithi078 bash[14045]: audit 2024-01-15T23:08:03.280119+0000 mgr.smithi078.bhchre (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:04.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:04 smithi078 bash[14045]: cephadm 2024-01-15T23:08:03.282490+0000 mgr.smithi078.bhchre (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-15T23:08:04.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:04 smithi078 bash[14045]: audit 2024-01-15T23:08:03.287054+0000 mon.smithi078 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:05.250 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-15T23:08:05.911 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying grafana service with default placement... 2024-01-15T23:08:06.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:06 smithi078 bash[14045]: audit 2024-01-15T23:08:05.054822+0000 mon.smithi078 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:06.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:06 smithi078 bash[14045]: audit 2024-01-15T23:08:05.255918+0000 mgr.smithi078.bhchre (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:06.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:06 smithi078 bash[14045]: cephadm 2024-01-15T23:08:05.257797+0000 mgr.smithi078.bhchre (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-15T23:08:06.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:06 smithi078 bash[14045]: audit 2024-01-15T23:08:05.262394+0000 mon.smithi078 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:06.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:06 smithi078 bash[14045]: cluster 2024-01-15T23:08:05.374392+0000 mgr.smithi078.bhchre (mgr.14116) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:07.201 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-15T23:08:07.895 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying node-exporter service with default placement... 2024-01-15T23:08:08.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:08 smithi078 bash[14045]: audit 2024-01-15T23:08:07.207535+0000 mgr.smithi078.bhchre (mgr.14116) 20 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:08.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:08 smithi078 bash[14045]: cephadm 2024-01-15T23:08:07.209658+0000 mgr.smithi078.bhchre (mgr.14116) 21 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-15T23:08:08.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:08 smithi078 bash[14045]: audit 2024-01-15T23:08:07.214261+0000 mon.smithi078 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:08.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:08 smithi078 bash[14045]: cluster 2024-01-15T23:08:07.374870+0000 mgr.smithi078.bhchre (mgr.14116) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:09.216 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-15T23:08:09.842 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying alertmanager service with default placement... 2024-01-15T23:08:10.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:10 smithi078 bash[14045]: audit 2024-01-15T23:08:09.222121+0000 mgr.smithi078.bhchre (mgr.14116) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:10.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:10 smithi078 bash[14045]: cephadm 2024-01-15T23:08:09.224342+0000 mgr.smithi078.bhchre (mgr.14116) 24 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-15T23:08:10.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:10 smithi078 bash[14045]: audit 2024-01-15T23:08:09.228914+0000 mon.smithi078 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:10.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:10 smithi078 bash[14045]: cluster 2024-01-15T23:08:09.375345+0000 mgr.smithi078.bhchre (mgr.14116) 25 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:11.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-15T23:08:12.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:12 smithi078 bash[14045]: cluster 2024-01-15T23:08:11.375700+0000 mgr.smithi078.bhchre (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:12.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:12 smithi078 bash[14045]: audit 2024-01-15T23:08:11.478076+0000 mgr.smithi078.bhchre (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:12.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:12 smithi078 bash[14045]: cephadm 2024-01-15T23:08:11.480262+0000 mgr.smithi078.bhchre (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-15T23:08:12.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:12 smithi078 bash[14045]: audit 2024-01-15T23:08:11.483908+0000 mon.smithi078 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.78:0/4090889865' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:14.951 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:14 smithi078 bash[14045]: cluster 2024-01-15T23:08:13.376083+0000 mgr.smithi078.bhchre (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:14.952 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:14 smithi078 bash[14045]: audit 2024-01-15T23:08:13.677218+0000 mon.smithi078 (mon.0) 65 : audit [INF] from='client.? 172.21.15.78:0/1534866334' entity='client.admin' 2024-01-15T23:08:16.105 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling the dashboard module... 2024-01-15T23:08:16.787 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:16 smithi078 bash[14045]: cluster 2024-01-15T23:08:15.376475+0000 mgr.smithi078.bhchre (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:16.787 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:16 smithi078 bash[14045]: audit 2024-01-15T23:08:15.550588+0000 mon.smithi078 (mon.0) 66 : audit [INF] from='client.? 172.21.15.78:0/2702072734' entity='client.admin' 2024-01-15T23:08:17.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:17 smithi078 bash[14045]: audit 2024-01-15T23:08:17.437021+0000 mon.smithi078 (mon.0) 67 : audit [INF] from='client.? 172.21.15.78:0/3549212020' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-15T23:08:18.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:18 smithi078 bash[14045]: audit 2024-01-15T23:08:17.560940+0000 mon.smithi078 (mon.0) 68 : audit [INF] from='client.? 172.21.15.78:0/3549212020' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-15T23:08:18.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:18 smithi078 bash[14045]: cluster 2024-01-15T23:08:17.560983+0000 mon.smithi078 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi078.bhchre(active, since 32s) 2024-01-15T23:08:19.652 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-15T23:08:19.652 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-15T23:08:19.653 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2024-01-15T23:08:19.653 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "active_name": "smithi078.bhchre", 2024-01-15T23:08:19.653 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-15T23:08:19.653 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-15T23:08:20.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:19 smithi078 bash[14045]: audit 2024-01-15T23:08:19.663954+0000 mon.smithi078 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.78:0/1421291124' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-15T23:08:20.256 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for the mgr to restart... 2024-01-15T23:08:20.257 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr epoch 9... 2024-01-15T23:08:24.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: cluster 2024-01-15T23:08:24.191316+0000 mon.smithi078 (mon.0) 71 : cluster [INF] Active manager daemon smithi078.bhchre restarted 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: cluster 2024-01-15T23:08:24.191718+0000 mon.smithi078 (mon.0) 72 : cluster [INF] Activating manager daemon smithi078.bhchre 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: cluster 2024-01-15T23:08:24.198287+0000 mon.smithi078 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: cluster 2024-01-15T23:08:24.198440+0000 mon.smithi078 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi078.bhchre(active, starting, since 0.00688027s) 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: audit 2024-01-15T23:08:24.200396+0000 mon.smithi078 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: audit 2024-01-15T23:08:24.201573+0000 mon.smithi078 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr metadata", "who": "smithi078.bhchre", "id": "smithi078.bhchre"}]: dispatch 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: audit 2024-01-15T23:08:24.202734+0000 mon.smithi078 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: audit 2024-01-15T23:08:24.202990+0000 mon.smithi078 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: audit 2024-01-15T23:08:24.203181+0000 mon.smithi078 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-15T23:08:24.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:24 smithi078 bash[14045]: cluster 2024-01-15T23:08:24.206122+0000 mon.smithi078 (mon.0) 80 : cluster [INF] Manager daemon smithi078.bhchre is now available 2024-01-15T23:08:25.201 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-15T23:08:25.201 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-15T23:08:25.201 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "initialized": true 2024-01-15T23:08:25.201 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-15T23:08:25.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:25 smithi078 bash[14045]: audit 2024-01-15T23:08:24.346772+0000 mon.smithi078 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:08:25.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:25 smithi078 bash[14045]: audit 2024-01-15T23:08:24.350189+0000 mon.smithi078 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:08:25.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:25 smithi078 bash[14045]: audit 2024-01-15T23:08:24.399321+0000 mon.smithi078 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.bhchre/mirror_snapshot_schedule"}]: dispatch 2024-01-15T23:08:25.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:25 smithi078 bash[14045]: audit 2024-01-15T23:08:24.402772+0000 mon.smithi078 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.bhchre/trash_purge_schedule"}]: dispatch 2024-01-15T23:08:25.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:25 smithi078 bash[14045]: cluster 2024-01-15T23:08:25.202862+0000 mon.smithi078 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi078.bhchre(active, since 1.01128s) 2024-01-15T23:08:25.821 INFO:teuthology.orchestra.run.smithi078.stderr:mgr epoch 9 is available 2024-01-15T23:08:25.821 INFO:teuthology.orchestra.run.smithi078.stderr:Generating a dashboard self-signed certificate... 2024-01-15T23:08:26.495 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:26 smithi078 bash[14045]: audit 2024-01-15T23:08:25.200845+0000 mgr.smithi078.bhchre (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-15T23:08:26.495 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:26 smithi078 bash[14045]: audit 2024-01-15T23:08:25.213541+0000 mgr.smithi078.bhchre (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-15T23:08:27.152 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-15T23:08:27.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:27 smithi078 bash[14045]: cluster 2024-01-15T23:08:26.252433+0000 mon.smithi078 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi078.bhchre(active, since 2s) 2024-01-15T23:08:27.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:27 smithi078 bash[14045]: audit 2024-01-15T23:08:27.161592+0000 mon.smithi078 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:27.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:27 smithi078 bash[14045]: audit 2024-01-15T23:08:27.165433+0000 mon.smithi078 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:27.777 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial admin user... 2024-01-15T23:08:28.502 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:28 smithi078 bash[14045]: audit 2024-01-15T23:08:27.067511+0000 mgr.smithi078.bhchre (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:29.296 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$CMtDLWywv4Bty.mS184la.NQFjYvbpFhS7XQn9TjXAs3jJBPwkzWe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705360109, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-15T23:08:29.878 INFO:teuthology.orchestra.run.smithi078.stderr:Fetching dashboard port number... 2024-01-15T23:08:30.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:30 smithi078 bash[14045]: audit 2024-01-15T23:08:29.067904+0000 mgr.smithi078.bhchre (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:30.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:30 smithi078 bash[14045]: audit 2024-01-15T23:08:29.308645+0000 mon.smithi078 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:31.173 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 8443 2024-01-15T23:08:31.827 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld does not appear to be present 2024-01-15T23:08:31.828 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-15T23:08:31.829 INFO:teuthology.orchestra.run.smithi078.stderr:Ceph Dashboard is now available at: 2024-01-15T23:08:31.829 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:31.829 INFO:teuthology.orchestra.run.smithi078.stderr: URL: https://smithi078.front.sepia.ceph.com:8443/ 2024-01-15T23:08:31.829 INFO:teuthology.orchestra.run.smithi078.stderr: User: admin 2024-01-15T23:08:31.829 INFO:teuthology.orchestra.run.smithi078.stderr: Password: onvirnowcy 2024-01-15T23:08:31.829 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:31.830 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling autotune for osd_memory_target 2024-01-15T23:08:32.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:32 smithi078 bash[14045]: audit 2024-01-15T23:08:31.065281+0000 mon.smithi078 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:32.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:32 smithi078 bash[14045]: cluster 2024-01-15T23:08:31.130839+0000 mon.smithi078 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi078.bhchre(active, since 6s) 2024-01-15T23:08:32.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:32 smithi078 bash[14045]: audit 2024-01-15T23:08:31.186104+0000 mon.smithi078 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.78:0/737256838' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-15T23:08:35.271 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-15T23:08:35.924 INFO:teuthology.orchestra.run.smithi078.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr:Or, if you are only running a single cluster on this host: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: ceph telemetry on 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr:For more information see: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-15T23:08:35.925 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:08:35.926 INFO:teuthology.orchestra.run.smithi078.stderr:Bootstrap complete. 2024-01-15T23:08:35.959 INFO:tasks.cephadm:Fetching config... 2024-01-15T23:08:35.960 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:08:35.960 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-15T23:08:35.965 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-15T23:08:35.965 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:08:35.965 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-15T23:08:36.013 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-15T23:08:36.013 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:08:36.013 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/keyring of=/dev/stdout 2024-01-15T23:08:36.068 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-15T23:08:36.068 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:08:36.068 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-15T23:08:36.117 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-15T23:08:36.117 DEBUG:teuthology.orchestra.run.smithi078:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0/Y5ut5vGT7536ujfu91gKP0LxPxQiLgycclsp1GZXv9AKDPtJ+FZ2dgh10cv9giBNBJDGxPcM7oW2fXAP4wkJ/kH4o17sgxNJiFNwKuMQEZM7G9SZj11eH1WTZcPlDrvpNkiOCI5BDFO7O4+l3xviSthjOyHqXMjdHl806If9H8zGS3bTdkYGNYHAOiE21MetZRwa9qzRCMRgw9MmpBvh/x50zxRDUyCJGe4t5OQK1N5G27Ib6HPjaJbkexNTHLr7EcyCQ9XY9Hkm+keK8aXMM5n59zHzyTBU1GaF0/wBJsWgSqVSArDkkBpwdZ/GF/GI+XdXC0EHDUjJOIds4wsiRQY/zyP9wf7wUZs+H2qQeY94BPrYa+2CqtS0wH0AhK+/g7k7EdxX/BIlvQPArNQRgclutvMN6HI41kWgYhJlD8M7JjkNTsUQKlj9/RSy4jAPBtDlQyhHjJQMRamKpwspR9SHdAGNmQvECbqZMNbo4Zh0+wqamG21PLxLh3ElUU= ceph-b537cb80-b3fa-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-15T23:08:36.174 INFO:teuthology.orchestra.run.smithi078.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0/Y5ut5vGT7536ujfu91gKP0LxPxQiLgycclsp1GZXv9AKDPtJ+FZ2dgh10cv9giBNBJDGxPcM7oW2fXAP4wkJ/kH4o17sgxNJiFNwKuMQEZM7G9SZj11eH1WTZcPlDrvpNkiOCI5BDFO7O4+l3xviSthjOyHqXMjdHl806If9H8zGS3bTdkYGNYHAOiE21MetZRwa9qzRCMRgw9MmpBvh/x50zxRDUyCJGe4t5OQK1N5G27Ib6HPjaJbkexNTHLr7EcyCQ9XY9Hkm+keK8aXMM5n59zHzyTBU1GaF0/wBJsWgSqVSArDkkBpwdZ/GF/GI+XdXC0EHDUjJOIds4wsiRQY/zyP9wf7wUZs+H2qQeY94BPrYa+2CqtS0wH0AhK+/g7k7EdxX/BIlvQPArNQRgclutvMN6HI41kWgYhJlD8M7JjkNTsUQKlj9/RSy4jAPBtDlQyhHjJQMRamKpwspR9SHdAGNmQvECbqZMNbo4Zh0+wqamG21PLxLh3ElUU= ceph-b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:08:36.181 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0/Y5ut5vGT7536ujfu91gKP0LxPxQiLgycclsp1GZXv9AKDPtJ+FZ2dgh10cv9giBNBJDGxPcM7oW2fXAP4wkJ/kH4o17sgxNJiFNwKuMQEZM7G9SZj11eH1WTZcPlDrvpNkiOCI5BDFO7O4+l3xviSthjOyHqXMjdHl806If9H8zGS3bTdkYGNYHAOiE21MetZRwa9qzRCMRgw9MmpBvh/x50zxRDUyCJGe4t5OQK1N5G27Ib6HPjaJbkexNTHLr7EcyCQ9XY9Hkm+keK8aXMM5n59zHzyTBU1GaF0/wBJsWgSqVSArDkkBpwdZ/GF/GI+XdXC0EHDUjJOIds4wsiRQY/zyP9wf7wUZs+H2qQeY94BPrYa+2CqtS0wH0AhK+/g7k7EdxX/BIlvQPArNQRgclutvMN6HI41kWgYhJlD8M7JjkNTsUQKlj9/RSy4jAPBtDlQyhHjJQMRamKpwspR9SHdAGNmQvECbqZMNbo4Zh0+wqamG21PLxLh3ElUU= ceph-b537cb80-b3fa-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-15T23:08:36.204 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0/Y5ut5vGT7536ujfu91gKP0LxPxQiLgycclsp1GZXv9AKDPtJ+FZ2dgh10cv9giBNBJDGxPcM7oW2fXAP4wkJ/kH4o17sgxNJiFNwKuMQEZM7G9SZj11eH1WTZcPlDrvpNkiOCI5BDFO7O4+l3xviSthjOyHqXMjdHl806If9H8zGS3bTdkYGNYHAOiE21MetZRwa9qzRCMRgw9MmpBvh/x50zxRDUyCJGe4t5OQK1N5G27Ib6HPjaJbkexNTHLr7EcyCQ9XY9Hkm+keK8aXMM5n59zHzyTBU1GaF0/wBJsWgSqVSArDkkBpwdZ/GF/GI+XdXC0EHDUjJOIds4wsiRQY/zyP9wf7wUZs+H2qQeY94BPrYa+2CqtS0wH0AhK+/g7k7EdxX/BIlvQPArNQRgclutvMN6HI41kWgYhJlD8M7JjkNTsUQKlj9/RSy4jAPBtDlQyhHjJQMRamKpwspR9SHdAGNmQvECbqZMNbo4Zh0+wqamG21PLxLh3ElUU= ceph-b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:08:36.214 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-15T23:08:36.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:36 smithi078 bash[14045]: audit 2024-01-15T23:08:35.280892+0000 mon.smithi078 (mon.0) 93 : audit [INF] from='client.? 172.21.15.78:0/452442772' entity='client.admin' 2024-01-15T23:08:41.853 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-15T23:08:41.854 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-15T23:08:42.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:41 smithi078 bash[14045]: audit 2024-01-15T23:08:40.904466+0000 mon.smithi078 (mon.0) 94 : audit [INF] from='client.? 172.21.15.78:0/3020753020' entity='client.admin' 2024-01-15T23:08:45.690 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:45 smithi078 bash[14045]: cluster 2024-01-15T23:08:44.204451+0000 mgr.smithi078.bhchre (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:45.690 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:45 smithi078 bash[14045]: audit 2024-01-15T23:08:44.396823+0000 mon.smithi078 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:45.690 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:45 smithi078 bash[14045]: audit 2024-01-15T23:08:44.686150+0000 mon.smithi078 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-01-15T23:08:45.691 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:45 smithi078 bash[14045]: audit 2024-01-15T23:08:44.692763+0000 mon.smithi078 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:45.691 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:45 smithi078 bash[14045]: audit 2024-01-15T23:08:44.931440+0000 mon.smithi078 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:45.691 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi150 2024-01-15T23:08:45.692 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:08:45.692 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.conf 2024-01-15T23:08:45.699 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:08:45.699 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-15T23:08:45.749 INFO:tasks.cephadm:Adding host smithi150 to orchestrator... 2024-01-15T23:08:45.750 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph orch host add smithi150 2024-01-15T23:08:46.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:46 smithi078 bash[14045]: cephadm 2024-01-15T23:08:44.706681+0000 mgr.smithi078.bhchre (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi078 on smithi078 2024-01-15T23:08:46.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:46 smithi078 bash[14045]: audit 2024-01-15T23:08:44.928039+0000 mgr.smithi078.bhchre (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:08:47.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:47 smithi078 bash[14045]: cluster 2024-01-15T23:08:46.204938+0000 mgr.smithi078.bhchre (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:49.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:49 smithi078 bash[14045]: cluster 2024-01-15T23:08:48.205409+0000 mgr.smithi078.bhchre (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:51.375 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:51 smithi078 bash[14045]: cluster 2024-01-15T23:08:50.205707+0000 mgr.smithi078.bhchre (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:53.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:53 smithi078 bash[14045]: cluster 2024-01-15T23:08:52.206029+0000 mgr.smithi078.bhchre (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:53.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:53 smithi078 bash[14045]: audit 2024-01-15T23:08:52.389199+0000 mon.smithi078 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:53.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:53 smithi078 bash[14045]: audit 2024-01-15T23:08:52.393174+0000 mon.smithi078 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-15T23:08:53.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:53 smithi078 bash[14045]: audit 2024-01-15T23:08:52.396262+0000 mon.smithi078 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-15T23:08:53.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:53 smithi078 bash[14045]: audit 2024-01-15T23:08:52.397595+0000 mon.smithi078 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:08:53.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:53 smithi078 bash[14045]: cephadm 2024-01-15T23:08:52.398594+0000 mgr.smithi078.bhchre (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi078 on smithi078 2024-01-15T23:08:55.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:55 smithi078 bash[14045]: cluster 2024-01-15T23:08:54.206443+0000 mgr.smithi078.bhchre (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:55.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:55 smithi078 bash[14045]: audit 2024-01-15T23:08:54.399813+0000 mon.smithi078 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:55.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:55 smithi078 bash[14045]: audit 2024-01-15T23:08:54.998512+0000 mon.smithi078 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:55.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:55 smithi078 bash[14045]: audit 2024-01-15T23:08:55.106265+0000 mon.smithi078 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:55.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:55 smithi078 bash[14045]: audit 2024-01-15T23:08:55.110349+0000 mon.smithi078 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:55.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:55 smithi078 bash[14045]: audit 2024-01-15T23:08:55.112886+0000 mon.smithi078 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-15T23:08:55.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:55 smithi078 bash[14045]: audit 2024-01-15T23:08:55.120122+0000 mon.smithi078 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:08:56.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:56 smithi078 bash[14045]: audit 2024-01-15T23:08:55.113330+0000 mgr.smithi078.bhchre (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-15T23:08:56.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:56 smithi078 bash[14045]: cephadm 2024-01-15T23:08:55.128198+0000 mgr.smithi078.bhchre (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2024-01-15T23:08:57.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:57 smithi078 bash[14045]: cluster 2024-01-15T23:08:56.206934+0000 mgr.smithi078.bhchre (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:59.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:59 smithi078 bash[14045]: cluster 2024-01-15T23:08:58.207361+0000 mgr.smithi078.bhchre (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:08:59.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:08:59 smithi078 bash[14045]: audit 2024-01-15T23:08:59.405712+0000 mon.smithi078 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:01.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:01 smithi078 bash[14045]: cluster 2024-01-15T23:09:00.207754+0000 mgr.smithi078.bhchre (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:03.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:03 smithi078 bash[14045]: cluster 2024-01-15T23:09:02.208115+0000 mgr.smithi078.bhchre (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:05.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:05 smithi078 bash[14045]: cluster 2024-01-15T23:09:04.208421+0000 mgr.smithi078.bhchre (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:07.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:07 smithi078 bash[14045]: cluster 2024-01-15T23:09:06.208772+0000 mgr.smithi078.bhchre (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:09.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:09 smithi078 bash[14045]: cluster 2024-01-15T23:09:08.209155+0000 mgr.smithi078.bhchre (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:11.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:11 smithi078 bash[14045]: cluster 2024-01-15T23:09:10.209585+0000 mgr.smithi078.bhchre (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:13 smithi078 bash[14045]: cluster 2024-01-15T23:09:12.210080+0000 mgr.smithi078.bhchre (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:15.508 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:15 smithi078 bash[14045]: cluster 2024-01-15T23:09:14.210440+0000 mgr.smithi078.bhchre (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:17.256 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:17 smithi078 bash[14045]: cluster 2024-01-15T23:09:16.210939+0000 mgr.smithi078.bhchre (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:17.257 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:17 smithi078 bash[14045]: audit 2024-01-15T23:09:16.793234+0000 mon.smithi078 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:18.539 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:18 smithi078 bash[14045]: cephadm 2024-01-15T23:09:16.796154+0000 mgr.smithi078.bhchre (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2024-01-15T23:09:18.540 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:18 smithi078 bash[14045]: audit 2024-01-15T23:09:17.512051+0000 mon.smithi078 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:18.540 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:18 smithi078 bash[14045]: audit 2024-01-15T23:09:17.515574+0000 mon.smithi078 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-15T23:09:19.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:19 smithi078 bash[14045]: audit 2024-01-15T23:09:18.518277+0000 mon.smithi078 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.78:0/928798820' entity='mgr.smithi078.bhchre' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-15T23:09:19.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:19 smithi078 bash[14045]: cluster 2024-01-15T23:09:18.518359+0000 mon.smithi078 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi078.bhchre(active, since 54s) 2024-01-15T23:09:26.366 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: cluster 2024-01-15T23:09:25.254639+0000 mon.smithi078 (mon.0) 115 : cluster [INF] Active manager daemon smithi078.bhchre restarted 2024-01-15T23:09:26.366 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: cluster 2024-01-15T23:09:25.254869+0000 mon.smithi078 (mon.0) 116 : cluster [INF] Activating manager daemon smithi078.bhchre 2024-01-15T23:09:26.366 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: cluster 2024-01-15T23:09:25.260172+0000 mon.smithi078 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-15T23:09:26.366 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: cluster 2024-01-15T23:09:25.260254+0000 mon.smithi078 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi078.bhchre(active, starting, since 0.00547674s) 2024-01-15T23:09:26.366 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.262791+0000 mon.smithi078 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-15T23:09:26.366 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.263960+0000 mon.smithi078 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr metadata", "who": "smithi078.bhchre", "id": "smithi078.bhchre"}]: dispatch 2024-01-15T23:09:26.366 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.264700+0000 mon.smithi078 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-15T23:09:26.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.264886+0000 mon.smithi078 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-15T23:09:26.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.265079+0000 mon.smithi078 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-15T23:09:26.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: cluster 2024-01-15T23:09:25.288254+0000 mon.smithi078 (mon.0) 124 : cluster [INF] Manager daemon smithi078.bhchre is now available 2024-01-15T23:09:26.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.429010+0000 mon.smithi078 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:09:26.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.431384+0000 mon.smithi078 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:09:26.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.458442+0000 mon.smithi078 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:26.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.478789+0000 mon.smithi078 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.bhchre/mirror_snapshot_schedule"}]: dispatch 2024-01-15T23:09:26.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:26 smithi078 bash[14045]: audit 2024-01-15T23:09:25.484310+0000 mon.smithi078 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.bhchre/trash_purge_schedule"}]: dispatch 2024-01-15T23:09:27.391 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:27 smithi078 bash[14045]: cluster 2024-01-15T23:09:26.265936+0000 mon.smithi078 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi078.bhchre(active, since 1.01115s) 2024-01-15T23:09:29.488 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:29 smithi078 bash[14045]: cluster 2024-01-15T23:09:28.267464+0000 mon.smithi078 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi078.bhchre(active, since 3s) 2024-01-15T23:09:32.186 INFO:teuthology.orchestra.run.smithi150.stdout:Added host 'smithi150' with addr '172.21.15.150' 2024-01-15T23:09:32.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:32 smithi078 bash[14045]: audit 2024-01-15T23:09:31.276488+0000 mon.smithi078 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:32.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:32 smithi078 bash[14045]: audit 2024-01-15T23:09:31.370516+0000 mgr.smithi078.bhchre (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:09:32.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:32 smithi078 bash[14045]: audit 2024-01-15T23:09:31.583683+0000 mon.smithi078 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-01-15T23:09:32.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:32 smithi078 bash[14045]: audit 2024-01-15T23:09:31.585785+0000 mon.smithi078 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:09:32.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:32 smithi078 bash[14045]: audit 2024-01-15T23:09:31.587048+0000 mon.smithi078 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:09:32.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:32 smithi078 bash[14045]: audit 2024-01-15T23:09:31.687498+0000 mon.smithi078 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:32.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:32 smithi078 bash[14045]: audit 2024-01-15T23:09:31.693978+0000 mon.smithi078 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:32.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:32 smithi078 bash[14045]: audit 2024-01-15T23:09:32.198475+0000 mon.smithi078 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:32.902 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph orch host ls --format=json 2024-01-15T23:09:33.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:33 smithi078 bash[14045]: cephadm 2024-01-15T23:09:31.589398+0000 mgr.smithi078.bhchre (mgr.14180) 2 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-01-15T23:09:33.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:33 smithi078 bash[14045]: cephadm 2024-01-15T23:09:31.631244+0000 mgr.smithi078.bhchre (mgr.14180) 3 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-01-15T23:09:33.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:33 smithi078 bash[14045]: cephadm 2024-01-15T23:09:31.713859+0000 mgr.smithi078.bhchre (mgr.14180) 4 : cephadm [INF] Deploying daemon prometheus.smithi078 on smithi078 2024-01-15T23:09:33.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:33 smithi078 bash[14045]: cephadm 2024-01-15T23:09:32.199193+0000 mgr.smithi078.bhchre (mgr.14180) 5 : cephadm [INF] Added host smithi150 2024-01-15T23:09:35.497 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-15T23:09:35.497 INFO:teuthology.orchestra.run.smithi150.stdout:[{"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}] 2024-01-15T23:09:36.034 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-15T23:09:36.034 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd crush tunables default 2024-01-15T23:09:36.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:36 smithi078 bash[14045]: audit 2024-01-15T23:09:35.509620+0000 mgr.smithi078.bhchre (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-15T23:09:42.230 INFO:teuthology.orchestra.run.smithi078.stderr:adjusted tunables profile to default 2024-01-15T23:09:42.524 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:42 smithi078 bash[14045]: audit 2024-01-15T23:09:42.183459+0000 mon.smithi078 (mon.0) 139 : audit [INF] from='client.? 172.21.15.78:0/1724805806' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-15T23:09:43.272 INFO:tasks.cephadm:Adding mon.smithi078 on smithi078 2024-01-15T23:09:43.273 INFO:tasks.cephadm:Adding mon.smithi150 on smithi150 2024-01-15T23:09:43.273 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph orch apply mon '2;smithi078:172.21.15.78=smithi078;smithi150:172.21.15.150=smithi150' 2024-01-15T23:09:43.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:43 smithi078 bash[14045]: audit 2024-01-15T23:09:42.238357+0000 mon.smithi078 (mon.0) 140 : audit [INF] from='client.? 172.21.15.78:0/1724805806' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-15T23:09:43.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:43 smithi078 bash[14045]: cluster 2024-01-15T23:09:42.238496+0000 mon.smithi078 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-15T23:09:45.974 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mon update... 2024-01-15T23:09:46.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:46 smithi078 bash[14045]: cluster 2024-01-15T23:09:45.266488+0000 mgr.smithi078.bhchre (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:46.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:46 smithi078 bash[14045]: audit 2024-01-15T23:09:45.388529+0000 mon.smithi078 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:46.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:46 smithi078 bash[14045]: audit 2024-01-15T23:09:45.390478+0000 mon.smithi078 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:09:46.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:46 smithi078 bash[14045]: audit 2024-01-15T23:09:45.454980+0000 mon.smithi078 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:46.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:46 smithi078 bash[14045]: audit 2024-01-15T23:09:45.922483+0000 mon.smithi078 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:46.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:46 smithi078 bash[14045]: audit 2024-01-15T23:09:45.987104+0000 mon.smithi078 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:46.590 DEBUG:teuthology.orchestra.run.smithi150:mon.smithi150> sudo journalctl -f -n 0 -u ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi150.service 2024-01-15T23:09:46.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-15T23:09:46.592 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-15T23:09:46.764 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-15T23:09:47.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:47 smithi078 bash[14045]: audit 2024-01-15T23:09:45.976143+0000 mgr.smithi078.bhchre (mgr.14180) 8 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi078:172.21.15.78=smithi078;smithi150:172.21.15.150=smithi150", "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:09:47.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:47 smithi078 bash[14045]: cephadm 2024-01-15T23:09:45.982090+0000 mgr.smithi078.bhchre (mgr.14180) 9 : cephadm [INF] Saving service mon spec with placement smithi078:172.21.15.78=smithi078;smithi150:172.21.15.150=smithi150;count:2 2024-01-15T23:09:48.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:48 smithi078 bash[14045]: cluster 2024-01-15T23:09:47.266904+0000 mgr.smithi078.bhchre (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:48.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:48 smithi078 bash[14045]: audit 2024-01-15T23:09:47.638943+0000 mon.smithi078 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:49.329 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-15T23:09:49.329 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"b537cb80-b3fa-11ee-95ad-87774f69a715","modified":"2024-01-15T23:07:14.977840Z","created":"2024-01-15T23:07:14.977840Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-15T23:09:49.331 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-01-15T23:09:49.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:49 smithi078 bash[14045]: audit 2024-01-15T23:09:49.341902+0000 mon.smithi078 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.150:0/1439403965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-15T23:09:50.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:50 smithi078 bash[14045]: cluster 2024-01-15T23:09:49.267399+0000 mgr.smithi078.bhchre (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:51.228 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-15T23:09:51.228 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-15T23:09:52.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:52 smithi078 bash[14045]: audit 2024-01-15T23:09:51.176479+0000 mon.smithi078 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:52.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:52 smithi078 bash[14045]: cluster 2024-01-15T23:09:51.267853+0000 mgr.smithi078.bhchre (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:54 smithi078 bash[14045]: cluster 2024-01-15T23:09:53.268326+0000 mgr.smithi078.bhchre (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:54.811 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-15T23:09:54.811 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"b537cb80-b3fa-11ee-95ad-87774f69a715","modified":"2024-01-15T23:07:14.977840Z","created":"2024-01-15T23:07:14.977840Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-15T23:09:54.814 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-01-15T23:09:56.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:54.653864+0000 mon.smithi078 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:56.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:54.824650+0000 mon.smithi078 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.150:0/1695045001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-15T23:09:56.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.006381+0000 mon.smithi078 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:56.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.007802+0000 mon.smithi078 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.009691+0000 mon.smithi078 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.010994+0000 mon.smithi078 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: cephadm 2024-01-15T23:09:55.012756+0000 mgr.smithi078.bhchre (mgr.14180) 14 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: cephadm 2024-01-15T23:09:55.065549+0000 mgr.smithi078.bhchre (mgr.14180) 15 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.177575+0000 mon.smithi078 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.183587+0000 mon.smithi078 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.186781+0000 mon.smithi078 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.189012+0000 mon.smithi078 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: audit 2024-01-15T23:09:55.190194+0000 mon.smithi078 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: cephadm 2024-01-15T23:09:55.191176+0000 mgr.smithi078.bhchre (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi150 on smithi150 2024-01-15T23:09:56.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:55 smithi078 bash[14045]: cluster 2024-01-15T23:09:55.268749+0000 mgr.smithi078.bhchre (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:56.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-15T23:09:56.502 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-15T23:09:58.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:58 smithi078 bash[14045]: cluster 2024-01-15T23:09:57.269182+0000 mgr.smithi078.bhchre (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:09:58.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:58 smithi078 bash[14045]: audit 2024-01-15T23:09:57.814565+0000 mon.smithi078 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:09:58.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:58 smithi078 bash[14045]: audit 2024-01-15T23:09:57.818138+0000 mon.smithi078 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.xwmtuk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-15T23:09:58.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:58 smithi078 bash[14045]: audit 2024-01-15T23:09:57.823195+0000 mon.smithi078 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.xwmtuk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-15T23:09:58.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:58 smithi078 bash[14045]: audit 2024-01-15T23:09:57.824437+0000 mon.smithi078 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-15T23:09:58.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:58 smithi078 bash[14045]: audit 2024-01-15T23:09:57.825839+0000 mon.smithi078 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:09:59.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:09:59 smithi078 bash[14045]: cephadm 2024-01-15T23:09:57.826832+0000 mgr.smithi078.bhchre (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi150.xwmtuk on smithi150 2024-01-15T23:10:00.337 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-15T23:10:00.337 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"b537cb80-b3fa-11ee-95ad-87774f69a715","modified":"2024-01-15T23:07:14.977840Z","created":"2024-01-15T23:07:14.977840Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-15T23:10:00.340 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-01-15T23:10:00.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:00 smithi078 bash[14045]: cluster 2024-01-15T23:09:59.269603+0000 mgr.smithi078.bhchre (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:01.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:01 smithi078 bash[14045]: audit 2024-01-15T23:10:00.350721+0000 mon.smithi078 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.150:0/2955776657' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-15T23:10:01.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:01 smithi078 bash[14045]: audit 2024-01-15T23:10:00.462536+0000 mon.smithi078 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:01.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:01 smithi078 bash[14045]: audit 2024-01-15T23:10:01.098450+0000 mon.smithi078 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:01.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:01 smithi078 bash[14045]: audit 2024-01-15T23:10:01.102896+0000 mon.smithi078 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-15T23:10:01.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:01 smithi078 bash[14045]: audit 2024-01-15T23:10:01.104323+0000 mon.smithi078 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:01.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-15T23:10:01.983 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-15T23:10:02.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:02 smithi078 bash[14045]: cephadm 2024-01-15T23:10:01.105727+0000 mgr.smithi078.bhchre (mgr.14180) 21 : cephadm [INF] Deploying daemon mon.smithi150 on smithi150 2024-01-15T23:10:02.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:02 smithi078 bash[14045]: cluster 2024-01-15T23:10:01.269968+0000 mgr.smithi078.bhchre (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:04.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:04 smithi078 bash[14045]: cluster 2024-01-15T23:10:03.270410+0000 mgr.smithi078.bhchre (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:06.572 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-15T23:10:06.572 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"b537cb80-b3fa-11ee-95ad-87774f69a715","modified":"2024-01-15T23:07:14.977840Z","created":"2024-01-15T23:07:14.977840Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-15T23:10:06.575 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-01-15T23:10:06.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:06 smithi078 bash[14045]: cluster 2024-01-15T23:10:05.270817+0000 mgr.smithi078.bhchre (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:06.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:06 smithi078 bash[14045]: audit 2024-01-15T23:10:05.469568+0000 mon.smithi078 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:07 smithi078 bash[14045]: audit 2024-01-15T23:10:06.523278+0000 mon.smithi078 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:07 smithi078 bash[14045]: cephadm 2024-01-15T23:10:06.526642+0000 mgr.smithi078.bhchre (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2024-01-15T23:10:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:07 smithi078 bash[14045]: audit 2024-01-15T23:10:06.586315+0000 mon.smithi078 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.150:0/491043191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-15T23:10:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:07 smithi078 bash[14045]: audit 2024-01-15T23:10:07.267920+0000 mon.smithi078 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:07 smithi078 bash[14045]: audit 2024-01-15T23:10:07.271184+0000 mon.smithi078 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:10:08.243 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:08 smithi150 bash[17564]: debug 2024-01-15T23:10:08.067+0000 7f9cc3896700 1 mon.smithi150@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-15T23:10:08.731 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-15T23:10:08.731 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-15T23:10:13.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:08.080283+0000 mon.smithi078 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:08.080613+0000 mon.smithi078 (mon.0) 178 : cluster [INF] mon.smithi078 calling monitor election 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:08.102256+0000 mon.smithi078 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:08.977160+0000 mon.smithi078 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.150:0/1876596213' entity='mgr.smithi150.xwmtuk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.xwmtuk/crt"}]: dispatch 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:09.075535+0000 mon.smithi078 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:09.271651+0000 mgr.smithi078.bhchre (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:10.075987+0000 mon.smithi078 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:10.078615+0000 mon.smithi150 (mon.1) 1 : cluster [INF] mon.smithi150 calling monitor election 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:11.076151+0000 mon.smithi078 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:11.272091+0000 mgr.smithi078.bhchre (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:12.076414+0000 mon.smithi078 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.076870+0000 mon.smithi078 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.124199+0000 mon.smithi078 (mon.0) 186 : cluster [INF] mon.smithi078 is new leader, mons smithi078,smithi150 in quorum (ranks 0,1) 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.133351+0000 mon.smithi078 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2024-01-15T23:10:13.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.153920+0000 mon.smithi078 (mon.0) 188 : cluster [DBG] fsmap 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.153980+0000 mon.smithi078 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.154365+0000 mon.smithi078 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi078.bhchre(active, since 47s) 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.155417+0000 mon.smithi078 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi150.xwmtuk started 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.158823+0000 mon.smithi078 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.150:0/1876596213' entity='mgr.smithi150.xwmtuk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.161785+0000 mon.smithi078 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.162390+0000 mon.smithi078 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.150:0/1876596213' entity='mgr.smithi150.xwmtuk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.xwmtuk/key"}]: dispatch 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.162965+0000 mon.smithi078 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.150:0/1876596213' entity='mgr.smithi150.xwmtuk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.165526+0000 mon.smithi078 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.169862+0000 mon.smithi078 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.171076+0000 mon.smithi078 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.172395+0000 mon.smithi078 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.197230+0000 mon.smithi078 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:13.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:13 smithi150 bash[17564]: audit 2024-01-15T23:10:13.201363+0000 mon.smithi078 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:13.459 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-15T23:10:13.459 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":2,"fsid":"b537cb80-b3fa-11ee-95ad-87774f69a715","modified":"2024-01-15T23:10:08.075619Z","created":"2024-01-15T23:07:14.977840Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-15T23:10:13.462 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 2 2024-01-15T23:10:13.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:08.080283+0000 mon.smithi078 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-15T23:10:13.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:08.080613+0000 mon.smithi078 (mon.0) 178 : cluster [INF] mon.smithi078 calling monitor election 2024-01-15T23:10:13.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:08.102256+0000 mon.smithi078 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:08.977160+0000 mon.smithi078 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.150:0/1876596213' entity='mgr.smithi150.xwmtuk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.xwmtuk/crt"}]: dispatch 2024-01-15T23:10:13.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:09.075535+0000 mon.smithi078 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:09.271651+0000 mgr.smithi078.bhchre (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:10.075987+0000 mon.smithi078 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:10.078615+0000 mon.smithi150 (mon.1) 1 : cluster [INF] mon.smithi150 calling monitor election 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:11.076151+0000 mon.smithi078 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:11.272091+0000 mgr.smithi078.bhchre (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:12.076414+0000 mon.smithi078 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.076870+0000 mon.smithi078 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.124199+0000 mon.smithi078 (mon.0) 186 : cluster [INF] mon.smithi078 is new leader, mons smithi078,smithi150 in quorum (ranks 0,1) 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.133351+0000 mon.smithi078 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.153920+0000 mon.smithi078 (mon.0) 188 : cluster [DBG] fsmap 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.153980+0000 mon.smithi078 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.154365+0000 mon.smithi078 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi078.bhchre(active, since 47s) 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.155417+0000 mon.smithi078 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi150.xwmtuk started 2024-01-15T23:10:13.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.158823+0000 mon.smithi078 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.150:0/1876596213' entity='mgr.smithi150.xwmtuk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.161785+0000 mon.smithi078 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.162390+0000 mon.smithi078 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.150:0/1876596213' entity='mgr.smithi150.xwmtuk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.xwmtuk/key"}]: dispatch 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.162965+0000 mon.smithi078 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.150:0/1876596213' entity='mgr.smithi150.xwmtuk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.165526+0000 mon.smithi078 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.169862+0000 mon.smithi078 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.171076+0000 mon.smithi078 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.172395+0000 mon.smithi078 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.197230+0000 mon.smithi078 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:13 smithi078 bash[14045]: audit 2024-01-15T23:10:13.201363+0000 mon.smithi078 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:14.143 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-15T23:10:14.143 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph config generate-minimal-conf 2024-01-15T23:10:14.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: cephadm 2024-01-15T23:10:13.174319+0000 mgr.smithi078.bhchre (mgr.14180) 29 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-01-15T23:10:14.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: cephadm 2024-01-15T23:10:13.174893+0000 mgr.smithi078.bhchre (mgr.14180) 30 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-01-15T23:10:14.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: audit 2024-01-15T23:10:13.215816+0000 mon.smithi078 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:14.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: cephadm 2024-01-15T23:10:13.223469+0000 mgr.smithi078.bhchre (mgr.14180) 31 : cephadm [INF] Reconfiguring mon.smithi078 (unknown last config time)... 2024-01-15T23:10:14.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.228270+0000 mon.smithi078 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi078.bhchre(active, since 47s), standbys: smithi150.xwmtuk 2024-01-15T23:10:14.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: audit 2024-01-15T23:10:13.228444+0000 mon.smithi078 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-15T23:10:14.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: audit 2024-01-15T23:10:13.229177+0000 mon.smithi078 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr metadata", "who": "smithi150.xwmtuk", "id": "smithi150.xwmtuk"}]: dispatch 2024-01-15T23:10:14.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: audit 2024-01-15T23:10:13.230026+0000 mon.smithi078 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-15T23:10:14.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: audit 2024-01-15T23:10:13.230803+0000 mon.smithi078 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:14.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: cephadm 2024-01-15T23:10:13.231550+0000 mgr.smithi078.bhchre (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mon.smithi078 on smithi078 2024-01-15T23:10:14.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: cluster 2024-01-15T23:10:13.272548+0000 mgr.smithi078.bhchre (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:14.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: audit 2024-01-15T23:10:13.472709+0000 mon.smithi078 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.150:0/3802227024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-15T23:10:14.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:14 smithi150 bash[17564]: audit 2024-01-15T23:10:14.076865+0000 mon.smithi078 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:14.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: cephadm 2024-01-15T23:10:13.174319+0000 mgr.smithi078.bhchre (mgr.14180) 29 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-01-15T23:10:14.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: cephadm 2024-01-15T23:10:13.174893+0000 mgr.smithi078.bhchre (mgr.14180) 30 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-01-15T23:10:14.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: audit 2024-01-15T23:10:13.215816+0000 mon.smithi078 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:14.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: cephadm 2024-01-15T23:10:13.223469+0000 mgr.smithi078.bhchre (mgr.14180) 31 : cephadm [INF] Reconfiguring mon.smithi078 (unknown last config time)... 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.228270+0000 mon.smithi078 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi078.bhchre(active, since 47s), standbys: smithi150.xwmtuk 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: audit 2024-01-15T23:10:13.228444+0000 mon.smithi078 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: audit 2024-01-15T23:10:13.229177+0000 mon.smithi078 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr metadata", "who": "smithi150.xwmtuk", "id": "smithi150.xwmtuk"}]: dispatch 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: audit 2024-01-15T23:10:13.230026+0000 mon.smithi078 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: audit 2024-01-15T23:10:13.230803+0000 mon.smithi078 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: cephadm 2024-01-15T23:10:13.231550+0000 mgr.smithi078.bhchre (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mon.smithi078 on smithi078 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: cluster 2024-01-15T23:10:13.272548+0000 mgr.smithi078.bhchre (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: audit 2024-01-15T23:10:13.472709+0000 mon.smithi078 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.150:0/3802227024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-15T23:10:14.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:14 smithi078 bash[14045]: audit 2024-01-15T23:10:14.076865+0000 mon.smithi078 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-15T23:10:16.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:16 smithi150 bash[17564]: cluster 2024-01-15T23:10:15.272895+0000 mgr.smithi078.bhchre (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:16.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:16 smithi150 bash[17564]: audit 2024-01-15T23:10:15.714163+0000 mon.smithi078 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:16.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:16 smithi150 bash[17564]: audit 2024-01-15T23:10:15.715668+0000 mon.smithi078 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.bhchre", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-15T23:10:16.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:16 smithi150 bash[17564]: audit 2024-01-15T23:10:15.716580+0000 mon.smithi078 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-15T23:10:16.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:16 smithi150 bash[17564]: audit 2024-01-15T23:10:15.717535+0000 mon.smithi078 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:16.454 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:16 smithi078 bash[14045]: cluster 2024-01-15T23:10:15.272895+0000 mgr.smithi078.bhchre (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:16.454 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:16 smithi078 bash[14045]: audit 2024-01-15T23:10:15.714163+0000 mon.smithi078 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:16.454 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:16 smithi078 bash[14045]: audit 2024-01-15T23:10:15.715668+0000 mon.smithi078 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.bhchre", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-15T23:10:16.454 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:16 smithi078 bash[14045]: audit 2024-01-15T23:10:15.716580+0000 mon.smithi078 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-15T23:10:16.455 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:16 smithi078 bash[14045]: audit 2024-01-15T23:10:15.717535+0000 mon.smithi078 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:17.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:17 smithi078 bash[14045]: cephadm 2024-01-15T23:10:15.715289+0000 mgr.smithi078.bhchre (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi078.bhchre (unknown last config time)... 2024-01-15T23:10:17.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:17 smithi078 bash[14045]: cephadm 2024-01-15T23:10:15.718400+0000 mgr.smithi078.bhchre (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi078.bhchre on smithi078 2024-01-15T23:10:17.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:17 smithi150 bash[17564]: cephadm 2024-01-15T23:10:15.715289+0000 mgr.smithi078.bhchre (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi078.bhchre (unknown last config time)... 2024-01-15T23:10:17.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:17 smithi150 bash[17564]: cephadm 2024-01-15T23:10:15.718400+0000 mgr.smithi078.bhchre (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi078.bhchre on smithi078 2024-01-15T23:10:18.483 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:18 smithi078 bash[14045]: cluster 2024-01-15T23:10:17.273270+0000 mgr.smithi078.bhchre (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:18.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:18 smithi150 bash[17564]: cluster 2024-01-15T23:10:17.273270+0000 mgr.smithi078.bhchre (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:18.840 INFO:teuthology.orchestra.run.smithi078.stdout:# minimal ceph.conf for b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:10:18.841 INFO:teuthology.orchestra.run.smithi078.stdout:[global] 2024-01-15T23:10:18.841 INFO:teuthology.orchestra.run.smithi078.stdout: fsid = b537cb80-b3fa-11ee-95ad-87774f69a715 2024-01-15T23:10:18.841 INFO:teuthology.orchestra.run.smithi078.stdout: mon_host = [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2024-01-15T23:10:19.863 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-15T23:10:19.864 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:10:19.864 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.conf 2024-01-15T23:10:19.879 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:10:19.879 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-15T23:10:19.940 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:10:19.940 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2024-01-15T23:10:19.955 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:10:19.955 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-15T23:10:20.009 INFO:tasks.cephadm:Deploying OSDs... 2024-01-15T23:10:20.010 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:10:20.010 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2024-01-15T23:10:20.017 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-15T23:10:20.017 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme1n1 2024-01-15T23:10:20.054 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:19 smithi078 bash[14045]: audit 2024-01-15T23:10:18.775290+0000 mon.smithi078 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:20.054 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:19 smithi078 bash[14045]: cephadm 2024-01-15T23:10:18.776732+0000 mgr.smithi078.bhchre (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi078 (dependencies changed)... 2024-01-15T23:10:20.054 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:19 smithi078 bash[14045]: cephadm 2024-01-15T23:10:18.788547+0000 mgr.smithi078.bhchre (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi078 on smithi078 2024-01-15T23:10:20.054 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:19 smithi078 bash[14045]: audit 2024-01-15T23:10:18.855017+0000 mon.smithi078 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.78:0/3095207039' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:20.055 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:19 smithi078 bash[14045]: cluster 2024-01-15T23:10:19.273627+0000 mgr.smithi078.bhchre (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:20.060 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme1n1 2024-01-15T23:10:20.060 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-15T23:10:20.060 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-01-15T23:10:20.060 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-15T23:10:20.060 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-15 23:08:38.547150675 +0000 2024-01-15T23:10:20.060 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-15 23:06:23.784806215 +0000 2024-01-15T23:10:20.060 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-15 23:06:23.784806215 +0000 2024-01-15T23:10:20.061 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-15T23:10:20.063 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-15T23:10:20.114 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-15T23:10:20.115 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-15T23:10:20.115 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000336007 s, 1.5 MB/s 2024-01-15T23:10:20.116 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-15T23:10:20.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:19 smithi150 bash[17564]: audit 2024-01-15T23:10:18.775290+0000 mon.smithi078 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:20.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:19 smithi150 bash[17564]: cephadm 2024-01-15T23:10:18.776732+0000 mgr.smithi078.bhchre (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi078 (dependencies changed)... 2024-01-15T23:10:20.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:19 smithi150 bash[17564]: cephadm 2024-01-15T23:10:18.788547+0000 mgr.smithi078.bhchre (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi078 on smithi078 2024-01-15T23:10:20.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:19 smithi150 bash[17564]: audit 2024-01-15T23:10:18.855017+0000 mon.smithi078 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.78:0/3095207039' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:20.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:19 smithi150 bash[17564]: cluster 2024-01-15T23:10:19.273627+0000 mgr.smithi078.bhchre (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:20.164 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme2n1 2024-01-15T23:10:20.217 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme2n1 2024-01-15T23:10:20.218 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-15T23:10:20.218 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-01-15T23:10:20.218 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-15T23:10:20.218 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-15 23:08:38.563150307 +0000 2024-01-15T23:10:20.218 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-15 23:06:23.896859638 +0000 2024-01-15T23:10:20.218 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-15 23:06:23.896859638 +0000 2024-01-15T23:10:20.218 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-15T23:10:20.218 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-15T23:10:20.275 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-15T23:10:20.275 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-15T23:10:20.275 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.0004839 s, 1.1 MB/s 2024-01-15T23:10:20.276 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-15T23:10:20.325 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme3n1 2024-01-15T23:10:20.373 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme3n1 2024-01-15T23:10:20.373 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-15T23:10:20.373 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-01-15T23:10:20.373 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-15T23:10:20.373 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-15 23:08:38.579149938 +0000 2024-01-15T23:10:20.373 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-15 23:06:24.012914967 +0000 2024-01-15T23:10:20.373 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-15 23:06:24.012914967 +0000 2024-01-15T23:10:20.374 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-15T23:10:20.374 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-15T23:10:20.428 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-15T23:10:20.428 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-15T23:10:20.428 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000309458 s, 1.7 MB/s 2024-01-15T23:10:20.429 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-15T23:10:20.481 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme4n1 2024-01-15T23:10:20.529 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme4n1 2024-01-15T23:10:20.529 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-15T23:10:20.529 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-01-15T23:10:20.529 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-15T23:10:20.529 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-15 23:08:38.595149571 +0000 2024-01-15T23:10:20.529 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-15 23:06:24.136974114 +0000 2024-01-15T23:10:20.529 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-15 23:06:24.136974114 +0000 2024-01-15T23:10:20.529 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-15T23:10:20.530 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-15T23:10:20.583 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-15T23:10:20.583 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-15T23:10:20.583 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000287067 s, 1.8 MB/s 2024-01-15T23:10:20.584 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-15T23:10:20.634 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:10:20.634 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-01-15T23:10:20.642 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-15T23:10:20.642 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme1n1 2024-01-15T23:10:20.691 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme1n1 2024-01-15T23:10:20.691 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-15T23:10:20.691 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-01-15T23:10:20.691 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-15T23:10:20.691 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-15 23:09:53.056149479 +0000 2024-01-15T23:10:20.691 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-15 23:06:25.293077275 +0000 2024-01-15T23:10:20.691 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-15 23:06:25.293077275 +0000 2024-01-15T23:10:20.691 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-15T23:10:20.691 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-15T23:10:20.744 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-15T23:10:20.745 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-15T23:10:20.745 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000504822 s, 1.0 MB/s 2024-01-15T23:10:20.746 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-15T23:10:20.796 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme2n1 2024-01-15T23:10:20.846 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme2n1 2024-01-15T23:10:20.846 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-15T23:10:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-01-15T23:10:20.847 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-15T23:10:20.847 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-15 23:09:53.076148979 +0000 2024-01-15T23:10:20.847 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-15 23:06:25.409074606 +0000 2024-01-15T23:10:20.847 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-15 23:06:25.409074606 +0000 2024-01-15T23:10:20.847 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-15T23:10:20.847 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-15T23:10:20.902 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-15T23:10:20.902 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-15T23:10:20.902 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.00046601 s, 1.1 MB/s 2024-01-15T23:10:20.903 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-15T23:10:20.956 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme3n1 2024-01-15T23:10:21.006 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme3n1 2024-01-15T23:10:21.006 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-15T23:10:21.006 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-01-15T23:10:21.007 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-15T23:10:21.007 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-15 23:09:53.092148582 +0000 2024-01-15T23:10:21.007 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-15 23:06:25.521072030 +0000 2024-01-15T23:10:21.007 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-15 23:06:25.521072030 +0000 2024-01-15T23:10:21.007 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-15T23:10:21.007 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-15T23:10:21.064 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-15T23:10:21.064 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-15T23:10:21.064 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000419384 s, 1.2 MB/s 2024-01-15T23:10:21.065 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-15T23:10:21.116 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme4n1 2024-01-15T23:10:21.166 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme4n1 2024-01-15T23:10:21.166 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-15T23:10:21.166 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-01-15T23:10:21.166 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-15T23:10:21.166 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-15 23:09:53.108148182 +0000 2024-01-15T23:10:21.167 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-15 23:06:25.637069360 +0000 2024-01-15T23:10:21.167 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-15 23:06:25.637069360 +0000 2024-01-15T23:10:21.167 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-15T23:10:21.167 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-15T23:10:21.222 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-15T23:10:21.222 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-15T23:10:21.222 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000436097 s, 1.2 MB/s 2024-01-15T23:10:21.224 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-15T23:10:21.276 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-15T23:10:22.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:22 smithi078 bash[14045]: cluster 2024-01-15T23:10:21.274075+0000 mgr.smithi078.bhchre (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:22.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:22 smithi150 bash[17564]: cluster 2024-01-15T23:10:21.274075+0000 mgr.smithi078.bhchre (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:24.238 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled osd.all-available-devices update... 2024-01-15T23:10:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:24 smithi150 bash[17564]: cluster 2024-01-15T23:10:23.274563+0000 mgr.smithi078.bhchre (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:24 smithi150 bash[17564]: audit 2024-01-15T23:10:23.454351+0000 mon.smithi078 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:24 smithi150 bash[17564]: cephadm 2024-01-15T23:10:23.455350+0000 mgr.smithi078.bhchre (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi078 (monmap changed)... 2024-01-15T23:10:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:24 smithi150 bash[17564]: audit 2024-01-15T23:10:23.455685+0000 mon.smithi078 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-15T23:10:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:24 smithi150 bash[17564]: audit 2024-01-15T23:10:23.456744+0000 mon.smithi078 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:24 smithi150 bash[17564]: cephadm 2024-01-15T23:10:23.457540+0000 mgr.smithi078.bhchre (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi078 on smithi078 2024-01-15T23:10:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:24 smithi150 bash[17564]: audit 2024-01-15T23:10:24.251495+0000 mon.smithi078 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:24 smithi078 bash[14045]: cluster 2024-01-15T23:10:23.274563+0000 mgr.smithi078.bhchre (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:24 smithi078 bash[14045]: audit 2024-01-15T23:10:23.454351+0000 mon.smithi078 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:24 smithi078 bash[14045]: cephadm 2024-01-15T23:10:23.455350+0000 mgr.smithi078.bhchre (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi078 (monmap changed)... 2024-01-15T23:10:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:24 smithi078 bash[14045]: audit 2024-01-15T23:10:23.455685+0000 mon.smithi078 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-15T23:10:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:24 smithi078 bash[14045]: audit 2024-01-15T23:10:23.456744+0000 mon.smithi078 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:24 smithi078 bash[14045]: cephadm 2024-01-15T23:10:23.457540+0000 mgr.smithi078.bhchre (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi078 on smithi078 2024-01-15T23:10:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:24 smithi078 bash[14045]: audit 2024-01-15T23:10:24.251495+0000 mon.smithi078 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:24.869 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-15T23:10:24.869 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:10:25.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:25 smithi078 bash[14045]: audit 2024-01-15T23:10:24.244361+0000 mgr.smithi078.bhchre (mgr.14180) 45 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:10:25.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:25 smithi078 bash[14045]: cephadm 2024-01-15T23:10:24.246412+0000 mgr.smithi078.bhchre (mgr.14180) 46 : cephadm [INF] Marking host: smithi078 for OSDSpec preview refresh. 2024-01-15T23:10:25.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:25 smithi078 bash[14045]: cephadm 2024-01-15T23:10:24.246500+0000 mgr.smithi078.bhchre (mgr.14180) 47 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2024-01-15T23:10:25.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:25 smithi078 bash[14045]: cephadm 2024-01-15T23:10:24.246849+0000 mgr.smithi078.bhchre (mgr.14180) 48 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-15T23:10:25.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:25 smithi150 bash[17564]: audit 2024-01-15T23:10:24.244361+0000 mgr.smithi078.bhchre (mgr.14180) 45 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-15T23:10:25.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:25 smithi150 bash[17564]: cephadm 2024-01-15T23:10:24.246412+0000 mgr.smithi078.bhchre (mgr.14180) 46 : cephadm [INF] Marking host: smithi078 for OSDSpec preview refresh. 2024-01-15T23:10:25.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:25 smithi150 bash[17564]: cephadm 2024-01-15T23:10:24.246500+0000 mgr.smithi078.bhchre (mgr.14180) 47 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2024-01-15T23:10:25.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:25 smithi150 bash[17564]: cephadm 2024-01-15T23:10:24.246849+0000 mgr.smithi078.bhchre (mgr.14180) 48 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-15T23:10:26.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:26 smithi078 bash[14045]: cluster 2024-01-15T23:10:25.274980+0000 mgr.smithi078.bhchre (mgr.14180) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:26.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:26 smithi078 bash[14045]: audit 2024-01-15T23:10:26.321418+0000 mon.smithi078 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:26.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:26 smithi150 bash[17564]: cluster 2024-01-15T23:10:25.274980+0000 mgr.smithi078.bhchre (mgr.14180) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:26.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:26 smithi150 bash[17564]: audit 2024-01-15T23:10:26.321418+0000 mon.smithi078 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:27.758 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:27 smithi078 bash[14045]: cephadm 2024-01-15T23:10:26.322545+0000 mgr.smithi078.bhchre (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-01-15T23:10:27.758 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:27 smithi078 bash[14045]: cephadm 2024-01-15T23:10:26.366906+0000 mgr.smithi078.bhchre (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-01-15T23:10:27.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:27 smithi150 bash[17564]: cephadm 2024-01-15T23:10:26.322545+0000 mgr.smithi078.bhchre (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-01-15T23:10:27.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:27 smithi150 bash[17564]: cephadm 2024-01-15T23:10:26.366906+0000 mgr.smithi078.bhchre (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-01-15T23:10:28.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:28 smithi078 bash[14045]: cluster 2024-01-15T23:10:27.275456+0000 mgr.smithi078.bhchre (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:28.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:28 smithi150 bash[17564]: cluster 2024-01-15T23:10:27.275456+0000 mgr.smithi078.bhchre (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:29.725 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:10:30.682 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-15T23:10:30.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:30 smithi078 bash[14045]: cluster 2024-01-15T23:10:29.275991+0000 mgr.smithi078.bhchre (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:30.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:30 smithi078 bash[14045]: audit 2024-01-15T23:10:29.739427+0000 mon.smithi078 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.78:0/2941880275' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:30.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:30 smithi150 bash[17564]: cluster 2024-01-15T23:10:29.275991+0000 mgr.smithi078.bhchre (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:30.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:30 smithi150 bash[17564]: audit 2024-01-15T23:10:29.739427+0000 mon.smithi078 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.78:0/2941880275' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:31.683 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:10:32.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:32 smithi078 bash[14045]: cluster 2024-01-15T23:10:31.276500+0000 mgr.smithi078.bhchre (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:32.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:32 smithi150 bash[17564]: cluster 2024-01-15T23:10:31.276500+0000 mgr.smithi078.bhchre (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:34.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:34 smithi078 bash[14045]: audit 2024-01-15T23:10:33.260043+0000 mon.smithi078 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:34.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:34 smithi078 bash[14045]: cephadm 2024-01-15T23:10:33.261354+0000 mgr.smithi078.bhchre (mgr.14180) 55 : cephadm [INF] Reconfiguring prometheus.smithi078 (dependencies changed)... 2024-01-15T23:10:34.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:34 smithi078 bash[14045]: cephadm 2024-01-15T23:10:33.266245+0000 mgr.smithi078.bhchre (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi078 on smithi078 2024-01-15T23:10:34.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:34 smithi078 bash[14045]: cluster 2024-01-15T23:10:33.276900+0000 mgr.smithi078.bhchre (mgr.14180) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:34.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:34 smithi150 bash[17564]: audit 2024-01-15T23:10:33.260043+0000 mon.smithi078 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:34.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:34 smithi150 bash[17564]: cephadm 2024-01-15T23:10:33.261354+0000 mgr.smithi078.bhchre (mgr.14180) 55 : cephadm [INF] Reconfiguring prometheus.smithi078 (dependencies changed)... 2024-01-15T23:10:34.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:34 smithi150 bash[17564]: cephadm 2024-01-15T23:10:33.266245+0000 mgr.smithi078.bhchre (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi078 on smithi078 2024-01-15T23:10:34.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:34 smithi150 bash[17564]: cluster 2024-01-15T23:10:33.276900+0000 mgr.smithi078.bhchre (mgr.14180) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:36.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:36 smithi078 bash[14045]: cluster 2024-01-15T23:10:35.277272+0000 mgr.smithi078.bhchre (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:36.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:36 smithi150 bash[17564]: cluster 2024-01-15T23:10:35.277272+0000 mgr.smithi078.bhchre (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:36.985 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:10:37.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:37 smithi078 bash[14045]: audit 2024-01-15T23:10:36.999820+0000 mon.smithi078 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.78:0/4036243542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:37.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:37 smithi150 bash[17564]: audit 2024-01-15T23:10:36.999820+0000 mon.smithi078 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.78:0/4036243542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:38.142 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-15T23:10:38.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:38 smithi078 bash[14045]: cluster 2024-01-15T23:10:37.277764+0000 mgr.smithi078.bhchre (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:38.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:38 smithi150 bash[17564]: cluster 2024-01-15T23:10:37.277764+0000 mgr.smithi078.bhchre (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:39.143 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:10:40.548 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:40 smithi078 bash[14045]: cluster 2024-01-15T23:10:39.278175+0000 mgr.smithi078.bhchre (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:40.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:40 smithi150 bash[17564]: cluster 2024-01-15T23:10:39.278175+0000 mgr.smithi078.bhchre (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:42 smithi078 bash[14045]: cluster 2024-01-15T23:10:41.278600+0000 mgr.smithi078.bhchre (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:42 smithi078 bash[14045]: audit 2024-01-15T23:10:41.480376+0000 mon.smithi078 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:42 smithi078 bash[14045]: cephadm 2024-01-15T23:10:41.481359+0000 mgr.smithi078.bhchre (mgr.14180) 62 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2024-01-15T23:10:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:42 smithi078 bash[14045]: audit 2024-01-15T23:10:41.481787+0000 mon.smithi078 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-15T23:10:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:42 smithi078 bash[14045]: audit 2024-01-15T23:10:41.482811+0000 mon.smithi078 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:42 smithi078 bash[14045]: cephadm 2024-01-15T23:10:41.483507+0000 mgr.smithi078.bhchre (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2024-01-15T23:10:42.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:42 smithi150 bash[17564]: cluster 2024-01-15T23:10:41.278600+0000 mgr.smithi078.bhchre (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:42.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:42 smithi150 bash[17564]: audit 2024-01-15T23:10:41.480376+0000 mon.smithi078 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:42.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:42 smithi150 bash[17564]: cephadm 2024-01-15T23:10:41.481359+0000 mgr.smithi078.bhchre (mgr.14180) 62 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2024-01-15T23:10:42.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:42 smithi150 bash[17564]: audit 2024-01-15T23:10:41.481787+0000 mon.smithi078 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-15T23:10:42.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:42 smithi150 bash[17564]: audit 2024-01-15T23:10:41.482811+0000 mon.smithi078 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:42.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:42 smithi150 bash[17564]: cephadm 2024-01-15T23:10:41.483507+0000 mgr.smithi078.bhchre (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2024-01-15T23:10:43.377 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:10:44.154 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-15T23:10:44.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:44 smithi078 bash[14045]: cluster 2024-01-15T23:10:43.278999+0000 mgr.smithi078.bhchre (mgr.14180) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:44.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:44 smithi078 bash[14045]: audit 2024-01-15T23:10:43.300295+0000 mon.smithi078 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:44.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:44 smithi078 bash[14045]: cephadm 2024-01-15T23:10:43.301353+0000 mgr.smithi078.bhchre (mgr.14180) 65 : cephadm [INF] Reconfiguring mgr.smithi150.xwmtuk (monmap changed)... 2024-01-15T23:10:44.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:44 smithi078 bash[14045]: audit 2024-01-15T23:10:43.301742+0000 mon.smithi078 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.xwmtuk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-15T23:10:44.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:44 smithi078 bash[14045]: audit 2024-01-15T23:10:43.302918+0000 mon.smithi078 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-15T23:10:44.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:44 smithi078 bash[14045]: audit 2024-01-15T23:10:43.303929+0000 mon.smithi078 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:44.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:44 smithi078 bash[14045]: cephadm 2024-01-15T23:10:43.304829+0000 mgr.smithi078.bhchre (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon mgr.smithi150.xwmtuk on smithi150 2024-01-15T23:10:44.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:44 smithi078 bash[14045]: audit 2024-01-15T23:10:43.391952+0000 mon.smithi078 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.78:0/193386957' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:44.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:44 smithi150 bash[17564]: cluster 2024-01-15T23:10:43.278999+0000 mgr.smithi078.bhchre (mgr.14180) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:44.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:44 smithi150 bash[17564]: audit 2024-01-15T23:10:43.300295+0000 mon.smithi078 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:44.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:44 smithi150 bash[17564]: cephadm 2024-01-15T23:10:43.301353+0000 mgr.smithi078.bhchre (mgr.14180) 65 : cephadm [INF] Reconfiguring mgr.smithi150.xwmtuk (monmap changed)... 2024-01-15T23:10:44.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:44 smithi150 bash[17564]: audit 2024-01-15T23:10:43.301742+0000 mon.smithi078 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.xwmtuk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-15T23:10:44.581 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:44 smithi150 bash[17564]: audit 2024-01-15T23:10:43.302918+0000 mon.smithi078 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-15T23:10:44.581 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:44 smithi150 bash[17564]: audit 2024-01-15T23:10:43.303929+0000 mon.smithi078 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:44.581 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:44 smithi150 bash[17564]: cephadm 2024-01-15T23:10:43.304829+0000 mgr.smithi078.bhchre (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon mgr.smithi150.xwmtuk on smithi150 2024-01-15T23:10:44.581 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:44 smithi150 bash[17564]: audit 2024-01-15T23:10:43.391952+0000 mon.smithi078 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.78:0/193386957' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:45.156 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:10:46.304 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:46 smithi150 bash[17564]: audit 2024-01-15T23:10:45.093298+0000 mon.smithi078 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:46.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:46 smithi150 bash[17564]: cephadm 2024-01-15T23:10:45.094317+0000 mgr.smithi078.bhchre (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi150 (monmap changed)... 2024-01-15T23:10:46.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:46 smithi150 bash[17564]: audit 2024-01-15T23:10:45.094676+0000 mon.smithi078 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-15T23:10:46.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:46 smithi150 bash[17564]: audit 2024-01-15T23:10:45.095796+0000 mon.smithi078 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-15T23:10:46.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:46 smithi150 bash[17564]: audit 2024-01-15T23:10:45.096891+0000 mon.smithi078 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:46.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:46 smithi150 bash[17564]: cephadm 2024-01-15T23:10:45.097872+0000 mgr.smithi078.bhchre (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2024-01-15T23:10:46.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:46 smithi150 bash[17564]: cluster 2024-01-15T23:10:45.279505+0000 mgr.smithi078.bhchre (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:46.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:46 smithi078 bash[14045]: audit 2024-01-15T23:10:45.093298+0000 mon.smithi078 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:46.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:46 smithi078 bash[14045]: cephadm 2024-01-15T23:10:45.094317+0000 mgr.smithi078.bhchre (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi150 (monmap changed)... 2024-01-15T23:10:46.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:46 smithi078 bash[14045]: audit 2024-01-15T23:10:45.094676+0000 mon.smithi078 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-15T23:10:46.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:46 smithi078 bash[14045]: audit 2024-01-15T23:10:45.095796+0000 mon.smithi078 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-15T23:10:46.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:46 smithi078 bash[14045]: audit 2024-01-15T23:10:45.096891+0000 mon.smithi078 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:46.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:46 smithi078 bash[14045]: cephadm 2024-01-15T23:10:45.097872+0000 mgr.smithi078.bhchre (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2024-01-15T23:10:46.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:46 smithi078 bash[14045]: cluster 2024-01-15T23:10:45.279505+0000 mgr.smithi078.bhchre (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:48.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.764991+0000 mon.smithi078 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:48.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.768777+0000 mon.smithi078 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-15T23:10:48.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.769636+0000 mgr.smithi078.bhchre (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-15T23:10:48.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.771235+0000 mon.smithi078 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078.front.sepia.ceph.com:9093"}]: dispatch 2024-01-15T23:10:48.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.771922+0000 mgr.smithi078.bhchre (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078.front.sepia.ceph.com:9093"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.777664+0000 mon.smithi078 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.787098+0000 mon.smithi078 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.787707+0000 mgr.smithi078.bhchre (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.793454+0000 mon.smithi078 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.794164+0000 mgr.smithi078.bhchre (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.801400+0000 mon.smithi078 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.810935+0000 mon.smithi078 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.811685+0000 mgr.smithi078.bhchre (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.817617+0000 mon.smithi078 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078.front.sepia.ceph.com:9095"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.818277+0000 mgr.smithi078.bhchre (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078.front.sepia.ceph.com:9095"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.826189+0000 mon.smithi078 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: audit 2024-01-15T23:10:46.831812+0000 mon.smithi078 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:10:48.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:47 smithi078 bash[14045]: cluster 2024-01-15T23:10:47.279980+0000 mgr.smithi078.bhchre (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:48.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.764991+0000 mon.smithi078 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:48.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.768777+0000 mon.smithi078 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-15T23:10:48.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.769636+0000 mgr.smithi078.bhchre (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.771235+0000 mon.smithi078 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078.front.sepia.ceph.com:9093"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.771922+0000 mgr.smithi078.bhchre (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078.front.sepia.ceph.com:9093"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.777664+0000 mon.smithi078 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.787098+0000 mon.smithi078 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.787707+0000 mgr.smithi078.bhchre (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.793454+0000 mon.smithi078 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.794164+0000 mgr.smithi078.bhchre (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.801400+0000 mon.smithi078 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.810935+0000 mon.smithi078 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.811685+0000 mgr.smithi078.bhchre (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.817617+0000 mon.smithi078 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078.front.sepia.ceph.com:9095"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.818277+0000 mgr.smithi078.bhchre (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078.front.sepia.ceph.com:9095"}]: dispatch 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.826189+0000 mon.smithi078 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:48.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: audit 2024-01-15T23:10:46.831812+0000 mon.smithi078 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:10:48.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:47 smithi150 bash[17564]: cluster 2024-01-15T23:10:47.279980+0000 mgr.smithi078.bhchre (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:48.282 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:10:48.980 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-15T23:10:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:48 smithi150 bash[17564]: audit 2024-01-15T23:10:48.296824+0000 mon.smithi078 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.78:0/1102657717' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:49.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:48 smithi078 bash[14045]: audit 2024-01-15T23:10:48.296824+0000 mon.smithi078 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.78:0/1102657717' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:49.980 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:10:50.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:49 smithi150 bash[17564]: cluster 2024-01-15T23:10:49.280431+0000 mgr.smithi078.bhchre (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:50.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:49 smithi078 bash[14045]: cluster 2024-01-15T23:10:49.280431+0000 mgr.smithi078.bhchre (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:52.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:52 smithi078 bash[14045]: cluster 2024-01-15T23:10:51.280790+0000 mgr.smithi078.bhchre (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:52.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:52 smithi078 bash[14045]: audit 2024-01-15T23:10:52.083460+0000 mon.smithi078 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:52.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:52 smithi078 bash[14045]: audit 2024-01-15T23:10:52.091716+0000 mon.smithi078 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:52.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:52 smithi150 bash[17564]: cluster 2024-01-15T23:10:51.280790+0000 mgr.smithi078.bhchre (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:52.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:52 smithi150 bash[17564]: audit 2024-01-15T23:10:52.083460+0000 mon.smithi078 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:52.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:52 smithi150 bash[17564]: audit 2024-01-15T23:10:52.091716+0000 mon.smithi078 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:52.937 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:10:53.658 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.490943+0000 mon.smithi078 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.771533+0000 mon.smithi078 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.773194+0000 mon.smithi078 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.774470+0000 mon.smithi078 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.779325+0000 mon.smithi078 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.786792+0000 mon.smithi078 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.791025+0000 mon.smithi078 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.794022+0000 mon.smithi078 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.794458+0000 mon.smithi078 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.795342+0000 mon.smithi078 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:53.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:53 smithi078 bash[14045]: audit 2024-01-15T23:10:52.951628+0000 mon.smithi078 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.78:0/1946183906' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:53.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.490943+0000 mon.smithi078 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:53.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.771533+0000 mon.smithi078 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:53.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.773194+0000 mon.smithi078 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:53.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.774470+0000 mon.smithi078 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:10:53.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.779325+0000 mon.smithi078 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:10:53.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.786792+0000 mon.smithi078 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:10:53.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.791025+0000 mon.smithi078 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:10:53.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.794022+0000 mon.smithi078 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:10:53.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.794458+0000 mon.smithi078 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:53.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.795342+0000 mon.smithi078 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:10:53.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:53 smithi150 bash[17564]: audit 2024-01-15T23:10:52.951628+0000 mon.smithi078 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.78:0/1946183906' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:54.659 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:10:54.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:54 smithi078 bash[14045]: cluster 2024-01-15T23:10:53.281282+0000 mgr.smithi078.bhchre (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:54.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:54 smithi150 bash[17564]: cluster 2024-01-15T23:10:53.281282+0000 mgr.smithi078.bhchre (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:56 smithi078 bash[14045]: cluster 2024-01-15T23:10:55.281664+0000 mgr.smithi078.bhchre (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:56.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:56 smithi150 bash[17564]: cluster 2024-01-15T23:10:55.281664+0000 mgr.smithi078.bhchre (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:57.658 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:10:58.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:58 smithi150 bash[17564]: cluster 2024-01-15T23:10:57.282135+0000 mgr.smithi078.bhchre (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:58.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:10:58 smithi150 bash[17564]: audit 2024-01-15T23:10:57.673213+0000 mon.smithi078 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.78:0/220860459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:58.726 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:58 smithi078 bash[14045]: cluster 2024-01-15T23:10:57.282135+0000 mgr.smithi078.bhchre (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:10:58.726 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:10:58 smithi078 bash[14045]: audit 2024-01-15T23:10:57.673213+0000 mon.smithi078 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.78:0/220860459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:10:58.727 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-15T23:10:59.728 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:00.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:00 smithi150 bash[17564]: cluster 2024-01-15T23:10:59.282595+0000 mgr.smithi078.bhchre (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:00.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:00 smithi078 bash[14045]: cluster 2024-01-15T23:10:59.282595+0000 mgr.smithi078.bhchre (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:02.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: cluster 2024-01-15T23:11:01.282960+0000 mgr.smithi078.bhchre (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:02.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: audit 2024-01-15T23:11:01.531591+0000 mon.smithi150 (mon.1) 2 : audit [INF] from='client.? 172.21.15.150:0/3422813742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba36cd2-36d5-4911-9966-3506e6b57393"}]: dispatch 2024-01-15T23:11:02.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: audit 2024-01-15T23:11:01.532521+0000 mon.smithi078 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba36cd2-36d5-4911-9966-3506e6b57393"}]: dispatch 2024-01-15T23:11:02.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: audit 2024-01-15T23:11:01.537507+0000 mon.smithi078 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ba36cd2-36d5-4911-9966-3506e6b57393"}]': finished 2024-01-15T23:11:02.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: cluster 2024-01-15T23:11:01.537579+0000 mon.smithi078 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-15T23:11:02.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: audit 2024-01-15T23:11:01.537683+0000 mon.smithi078 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:11:02.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: audit 2024-01-15T23:11:01.890645+0000 mon.smithi078 (mon.0) 266 : audit [INF] from='client.? 172.21.15.150:0/3748367785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:02.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: audit 2024-01-15T23:11:01.898639+0000 mon.smithi078 (mon.0) 267 : audit [INF] from='client.? 172.21.15.150:0/3748367785' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:11:02.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:02 smithi150 bash[17564]: cluster 2024-01-15T23:11:01.898760+0000 mon.smithi078 (mon.0) 268 : cluster [DBG] osdmap e7: 0 total, 0 up, 0 in 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: cluster 2024-01-15T23:11:01.282960+0000 mgr.smithi078.bhchre (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: audit 2024-01-15T23:11:01.531591+0000 mon.smithi150 (mon.1) 2 : audit [INF] from='client.? 172.21.15.150:0/3422813742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba36cd2-36d5-4911-9966-3506e6b57393"}]: dispatch 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: audit 2024-01-15T23:11:01.532521+0000 mon.smithi078 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ba36cd2-36d5-4911-9966-3506e6b57393"}]: dispatch 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: audit 2024-01-15T23:11:01.537507+0000 mon.smithi078 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ba36cd2-36d5-4911-9966-3506e6b57393"}]': finished 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: cluster 2024-01-15T23:11:01.537579+0000 mon.smithi078 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: audit 2024-01-15T23:11:01.537683+0000 mon.smithi078 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: audit 2024-01-15T23:11:01.890645+0000 mon.smithi078 (mon.0) 266 : audit [INF] from='client.? 172.21.15.150:0/3748367785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: audit 2024-01-15T23:11:01.898639+0000 mon.smithi078 (mon.0) 267 : audit [INF] from='client.? 172.21.15.150:0/3748367785' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:11:02.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:02 smithi078 bash[14045]: cluster 2024-01-15T23:11:01.898760+0000 mon.smithi078 (mon.0) 268 : cluster [DBG] osdmap e7: 0 total, 0 up, 0 in 2024-01-15T23:11:03.138 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:03.439 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:03 smithi078 bash[14045]: audit 2024-01-15T23:11:02.675873+0000 mon.smithi078 (mon.0) 269 : audit [INF] from='client.? 172.21.15.78:0/488944790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a13005a3-4463-40f0-be2f-8b793b1886b8"}]: dispatch 2024-01-15T23:11:03.439 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:03 smithi078 bash[14045]: audit 2024-01-15T23:11:02.683246+0000 mon.smithi078 (mon.0) 270 : audit [INF] from='client.? 172.21.15.78:0/488944790' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a13005a3-4463-40f0-be2f-8b793b1886b8"}]': finished 2024-01-15T23:11:03.439 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:03 smithi078 bash[14045]: cluster 2024-01-15T23:11:02.683318+0000 mon.smithi078 (mon.0) 271 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-01-15T23:11:03.439 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:03 smithi078 bash[14045]: audit 2024-01-15T23:11:02.683535+0000 mon.smithi078 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:11:03.439 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:03 smithi078 bash[14045]: audit 2024-01-15T23:11:03.054653+0000 mon.smithi078 (mon.0) 273 : audit [INF] from='client.? 172.21.15.78:0/2708202122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:03.439 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:03 smithi078 bash[14045]: audit 2024-01-15T23:11:03.062184+0000 mon.smithi078 (mon.0) 274 : audit [INF] from='client.? 172.21.15.78:0/2708202122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:11:03.439 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:03 smithi078 bash[14045]: cluster 2024-01-15T23:11:03.062328+0000 mon.smithi078 (mon.0) 275 : cluster [DBG] osdmap e9: 0 total, 0 up, 0 in 2024-01-15T23:11:03.439 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:03 smithi078 bash[14045]: audit 2024-01-15T23:11:03.152631+0000 mon.smithi078 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.78:0/54187895' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:03.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:03 smithi150 bash[17564]: audit 2024-01-15T23:11:02.675873+0000 mon.smithi078 (mon.0) 269 : audit [INF] from='client.? 172.21.15.78:0/488944790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a13005a3-4463-40f0-be2f-8b793b1886b8"}]: dispatch 2024-01-15T23:11:03.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:03 smithi150 bash[17564]: audit 2024-01-15T23:11:02.683246+0000 mon.smithi078 (mon.0) 270 : audit [INF] from='client.? 172.21.15.78:0/488944790' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a13005a3-4463-40f0-be2f-8b793b1886b8"}]': finished 2024-01-15T23:11:03.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:03 smithi150 bash[17564]: cluster 2024-01-15T23:11:02.683318+0000 mon.smithi078 (mon.0) 271 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-01-15T23:11:03.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:03 smithi150 bash[17564]: audit 2024-01-15T23:11:02.683535+0000 mon.smithi078 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:11:03.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:03 smithi150 bash[17564]: audit 2024-01-15T23:11:03.054653+0000 mon.smithi078 (mon.0) 273 : audit [INF] from='client.? 172.21.15.78:0/2708202122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:03.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:03 smithi150 bash[17564]: audit 2024-01-15T23:11:03.062184+0000 mon.smithi078 (mon.0) 274 : audit [INF] from='client.? 172.21.15.78:0/2708202122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:11:03.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:03 smithi150 bash[17564]: cluster 2024-01-15T23:11:03.062328+0000 mon.smithi078 (mon.0) 275 : cluster [DBG] osdmap e9: 0 total, 0 up, 0 in 2024-01-15T23:11:03.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:03 smithi150 bash[17564]: audit 2024-01-15T23:11:03.152631+0000 mon.smithi078 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.78:0/54187895' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:04.305 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":9,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:04.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: cephadm 2024-01-15T23:11:02.768623+0000 mgr.smithi078.bhchre (mgr.14180) 84 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:04.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0ba36cd2-36d5-4911-9966-3506e6b57393 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:04.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:04.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:04.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:04.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: main() 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:04.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:04.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:04 smithi078 bash[14045]: cluster 2024-01-15T23:11:03.283363+0000 mgr.smithi078.bhchre (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:04.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: cephadm 2024-01-15T23:11:02.768623+0000 mgr.smithi078.bhchre (mgr.14180) 84 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:11:04.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0ba36cd2-36d5-4911-9966-3506e6b57393 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:04.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:04.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:04.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:04.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:04.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:04.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:04.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:04.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:04.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:04.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:04.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: main() 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:04.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:04.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:04.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:04.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:04.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:04.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:04.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:04.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:04.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:04 smithi150 bash[17564]: cluster 2024-01-15T23:11:03.283363+0000 mgr.smithi078.bhchre (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:05.307 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:05.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: cephadm 2024-01-15T23:11:04.343628+0000 mgr.smithi078.bhchre (mgr.14180) 86 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:11:05.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp90_2t1rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpeox876ce:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a13005a3-4463-40f0-be2f-8b793b1886b8 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:05.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:05.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:05.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:05.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:05.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:05.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:05.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: main() 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:05.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp90_2t1rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpeox876ce:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: cephadm 2024-01-15T23:11:04.349170+0000 mgr.smithi078.bhchre (mgr.14180) 87 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:11:05.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: placement: 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: spec: 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: data_devices: 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: all: true 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0ba36cd2-36d5-4911-9966-3506e6b57393 2024-01-15T23:11:05.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:05.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:05.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: main() 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:11:05.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: raise self._value 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:11:05.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0ba36cd2-36d5-4911-9966-3506e6b57393 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:05.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:05.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: main() 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: cluster 2024-01-15T23:11:04.350380+0000 mgr.smithi078.bhchre (mgr.14180) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: audit 2024-01-15T23:11:04.354581+0000 mon.smithi078 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:11:05.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:05 smithi150 bash[17564]: cluster 2024-01-15T23:11:05.059870+0000 mon.smithi078 (mon.0) 278 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:11:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: cephadm 2024-01-15T23:11:04.343628+0000 mgr.smithi078.bhchre (mgr.14180) 86 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:11:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:11:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp90_2t1rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpeox876ce:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a13005a3-4463-40f0-be2f-8b793b1886b8 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: main() 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp90_2t1rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpeox876ce:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: cephadm 2024-01-15T23:11:04.349170+0000 mgr.smithi078.bhchre (mgr.14180) 87 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: placement: 2024-01-15T23:11:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: spec: 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: data_devices: 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: all: true 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0ba36cd2-36d5-4911-9966-3506e6b57393 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:05.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:05.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: main() 2024-01-15T23:11:05.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:05.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: raise self._value 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:11:05.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0ba36cd2-36d5-4911-9966-3506e6b57393 2024-01-15T23:11:05.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:05.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: main() 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:05.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:05.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:05.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:05.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmphod51so8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp803wz1ll:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:05.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: cluster 2024-01-15T23:11:04.350380+0000 mgr.smithi078.bhchre (mgr.14180) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:05.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: audit 2024-01-15T23:11:04.354581+0000 mon.smithi078 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:11:05.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:05 smithi078 bash[14045]: cluster 2024-01-15T23:11:05.059870+0000 mon.smithi078 (mon.0) 278 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:11:07.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:07 smithi150 bash[17564]: cluster 2024-01-15T23:11:06.351076+0000 mgr.smithi078.bhchre (mgr.14180) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:07.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:07 smithi078 bash[14045]: cluster 2024-01-15T23:11:06.351076+0000 mgr.smithi078.bhchre (mgr.14180) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:08.229 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:08.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:08 smithi078 bash[14045]: audit 2024-01-15T23:11:08.243888+0000 mon.smithi078 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.78:0/1245991410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:08.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:08 smithi150 bash[17564]: audit 2024-01-15T23:11:08.243888+0000 mon.smithi078 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.78:0/1245991410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:08.953 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":9,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:09.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:09 smithi150 bash[17564]: cluster 2024-01-15T23:11:08.352107+0000 mgr.smithi078.bhchre (mgr.14180) 90 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:09.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:09 smithi078 bash[14045]: cluster 2024-01-15T23:11:08.352107+0000 mgr.smithi078.bhchre (mgr.14180) 90 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:09.955 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:10.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:10 smithi150 bash[17564]: audit 2024-01-15T23:11:09.636782+0000 mon.smithi078 (mon.0) 280 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:11:10.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:10 smithi150 bash[17564]: cluster 2024-01-15T23:11:10.353189+0000 mgr.smithi078.bhchre (mgr.14180) 91 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:10.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:10 smithi150 bash[17564]: audit 2024-01-15T23:11:10.477872+0000 mon.smithi078 (mon.0) 281 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:11:10.929 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:10 smithi078 bash[14045]: audit 2024-01-15T23:11:09.636782+0000 mon.smithi078 (mon.0) 280 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:11:10.929 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:10 smithi078 bash[14045]: cluster 2024-01-15T23:11:10.353189+0000 mgr.smithi078.bhchre (mgr.14180) 91 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:10.929 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:10 smithi078 bash[14045]: audit 2024-01-15T23:11:10.477872+0000 mon.smithi078 (mon.0) 281 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:11:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.393002+0000 mon.smithi078 (mon.0) 282 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:11:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.394156+0000 mon.smithi078 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:11:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.395201+0000 mon.smithi078 (mon.0) 284 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:11:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.400160+0000 mon.smithi078 (mon.0) 285 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:11:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: cluster 2024-01-15T23:11:11.400621+0000 mgr.smithi078.bhchre (mgr.14180) 92 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.405261+0000 mon.smithi078 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:11:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.410494+0000 mon.smithi078 (mon.0) 287 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:11:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.412247+0000 mon.smithi078 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:11:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.412491+0000 mon.smithi078 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:11:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:12 smithi150 bash[17564]: audit 2024-01-15T23:11:11.413160+0000 mon.smithi078 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:11:12.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.393002+0000 mon.smithi078 (mon.0) 282 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.394156+0000 mon.smithi078 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.395201+0000 mon.smithi078 (mon.0) 284 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.400160+0000 mon.smithi078 (mon.0) 285 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: cluster 2024-01-15T23:11:11.400621+0000 mgr.smithi078.bhchre (mgr.14180) 92 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.405261+0000 mon.smithi078 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.410494+0000 mon.smithi078 (mon.0) 287 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.412247+0000 mon.smithi078 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.412491+0000 mon.smithi078 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:11:12.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:12 smithi078 bash[14045]: audit 2024-01-15T23:11:11.413160+0000 mon.smithi078 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:11:12.901 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:13.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:13 smithi078 bash[14045]: cluster 2024-01-15T23:11:12.400703+0000 mon.smithi078 (mon.0) 291 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:11:13.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:13 smithi078 bash[14045]: cluster 2024-01-15T23:11:12.400731+0000 mon.smithi078 (mon.0) 292 : cluster [INF] Cluster is now healthy 2024-01-15T23:11:13.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:13 smithi078 bash[14045]: audit 2024-01-15T23:11:12.915693+0000 mon.smithi078 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.78:0/3736556942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:13.644 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":9,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:13.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:13 smithi150 bash[17564]: cluster 2024-01-15T23:11:12.400703+0000 mon.smithi078 (mon.0) 291 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:11:13.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:13 smithi150 bash[17564]: cluster 2024-01-15T23:11:12.400731+0000 mon.smithi078 (mon.0) 292 : cluster [INF] Cluster is now healthy 2024-01-15T23:11:13.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:13 smithi150 bash[17564]: audit 2024-01-15T23:11:12.915693+0000 mon.smithi078 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.78:0/3736556942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:14.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:14 smithi150 bash[17564]: cluster 2024-01-15T23:11:13.400866+0000 mgr.smithi078.bhchre (mgr.14180) 93 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:14.645 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:14.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:14 smithi078 bash[14045]: cluster 2024-01-15T23:11:13.400866+0000 mgr.smithi078.bhchre (mgr.14180) 93 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:16.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:16 smithi078 bash[14045]: cluster 2024-01-15T23:11:15.401306+0000 mgr.smithi078.bhchre (mgr.14180) 94 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:16.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:16 smithi150 bash[17564]: cluster 2024-01-15T23:11:15.401306+0000 mgr.smithi078.bhchre (mgr.14180) 94 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:18.067 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:18.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:18 smithi078 bash[14045]: cluster 2024-01-15T23:11:17.401705+0000 mgr.smithi078.bhchre (mgr.14180) 95 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:18.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:18 smithi078 bash[14045]: audit 2024-01-15T23:11:18.082140+0000 mon.smithi078 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.78:0/2602363548' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:18.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:18 smithi150 bash[17564]: cluster 2024-01-15T23:11:17.401705+0000 mgr.smithi078.bhchre (mgr.14180) 95 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:18.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:18 smithi150 bash[17564]: audit 2024-01-15T23:11:18.082140+0000 mon.smithi078 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.78:0/2602363548' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:19.126 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":9,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:20.128 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:20.725 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: cluster 2024-01-15T23:11:19.402103+0000 mgr.smithi078.bhchre (mgr.14180) 96 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:20.725 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: audit 2024-01-15T23:11:20.007671+0000 mon.smithi150 (mon.1) 3 : audit [INF] from='client.? 172.21.15.150:0/1877088384' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18702c83-516d-4954-b2ea-932d76f35db9"}]: dispatch 2024-01-15T23:11:20.725 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: audit 2024-01-15T23:11:20.008849+0000 mon.smithi078 (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18702c83-516d-4954-b2ea-932d76f35db9"}]: dispatch 2024-01-15T23:11:20.725 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: audit 2024-01-15T23:11:20.016343+0000 mon.smithi078 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18702c83-516d-4954-b2ea-932d76f35db9"}]': finished 2024-01-15T23:11:20.725 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: cluster 2024-01-15T23:11:20.016483+0000 mon.smithi078 (mon.0) 297 : cluster [DBG] osdmap e10: 1 total, 0 up, 1 in 2024-01-15T23:11:20.725 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: audit 2024-01-15T23:11:20.016729+0000 mon.smithi078 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:11:20.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: audit 2024-01-15T23:11:20.364184+0000 mon.smithi150 (mon.1) 4 : audit [INF] from='client.? 172.21.15.150:0/2310575150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:20.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: audit 2024-01-15T23:11:20.365091+0000 mon.smithi078 (mon.0) 299 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:20.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: audit 2024-01-15T23:11:20.370022+0000 mon.smithi078 (mon.0) 300 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:11:20.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:20 smithi150 bash[17564]: cluster 2024-01-15T23:11:20.370091+0000 mon.smithi078 (mon.0) 301 : cluster [DBG] osdmap e11: 0 total, 0 up, 0 in 2024-01-15T23:11:20.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: cluster 2024-01-15T23:11:19.402103+0000 mgr.smithi078.bhchre (mgr.14180) 96 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:20.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: audit 2024-01-15T23:11:20.007671+0000 mon.smithi150 (mon.1) 3 : audit [INF] from='client.? 172.21.15.150:0/1877088384' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18702c83-516d-4954-b2ea-932d76f35db9"}]: dispatch 2024-01-15T23:11:20.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: audit 2024-01-15T23:11:20.008849+0000 mon.smithi078 (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18702c83-516d-4954-b2ea-932d76f35db9"}]: dispatch 2024-01-15T23:11:20.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: audit 2024-01-15T23:11:20.016343+0000 mon.smithi078 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18702c83-516d-4954-b2ea-932d76f35db9"}]': finished 2024-01-15T23:11:20.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: cluster 2024-01-15T23:11:20.016483+0000 mon.smithi078 (mon.0) 297 : cluster [DBG] osdmap e10: 1 total, 0 up, 1 in 2024-01-15T23:11:20.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: audit 2024-01-15T23:11:20.016729+0000 mon.smithi078 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:11:20.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: audit 2024-01-15T23:11:20.364184+0000 mon.smithi150 (mon.1) 4 : audit [INF] from='client.? 172.21.15.150:0/2310575150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:20.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: audit 2024-01-15T23:11:20.365091+0000 mon.smithi078 (mon.0) 299 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:20.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: audit 2024-01-15T23:11:20.370022+0000 mon.smithi078 (mon.0) 300 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:11:20.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:20 smithi078 bash[14045]: cluster 2024-01-15T23:11:20.370091+0000 mon.smithi078 (mon.0) 301 : cluster [DBG] osdmap e11: 0 total, 0 up, 0 in 2024-01-15T23:11:21.476 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:21 smithi078 bash[14045]: audit 2024-01-15T23:11:21.085137+0000 mon.smithi078 (mon.0) 302 : audit [INF] from='client.? 172.21.15.78:0/824902583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01b00a3f-ff1b-4754-9f3d-c6a49f2b4054"}]: dispatch 2024-01-15T23:11:21.477 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:21 smithi078 bash[14045]: audit 2024-01-15T23:11:21.092478+0000 mon.smithi078 (mon.0) 303 : audit [INF] from='client.? 172.21.15.78:0/824902583' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01b00a3f-ff1b-4754-9f3d-c6a49f2b4054"}]': finished 2024-01-15T23:11:21.477 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:21 smithi078 bash[14045]: cluster 2024-01-15T23:11:21.092523+0000 mon.smithi078 (mon.0) 304 : cluster [DBG] osdmap e12: 1 total, 0 up, 1 in 2024-01-15T23:11:21.477 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:21 smithi078 bash[14045]: audit 2024-01-15T23:11:21.092731+0000 mon.smithi078 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:11:21.477 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:21 smithi078 bash[14045]: audit 2024-01-15T23:11:21.432858+0000 mon.smithi078 (mon.0) 306 : audit [INF] from='client.? 172.21.15.78:0/3386454630' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:21.477 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:21 smithi078 bash[14045]: audit 2024-01-15T23:11:21.442734+0000 mon.smithi078 (mon.0) 307 : audit [INF] from='client.? 172.21.15.78:0/3386454630' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:11:21.477 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:21 smithi078 bash[14045]: cluster 2024-01-15T23:11:21.442798+0000 mon.smithi078 (mon.0) 308 : cluster [DBG] osdmap e13: 0 total, 0 up, 0 in 2024-01-15T23:11:21.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:21 smithi150 bash[17564]: audit 2024-01-15T23:11:21.085137+0000 mon.smithi078 (mon.0) 302 : audit [INF] from='client.? 172.21.15.78:0/824902583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01b00a3f-ff1b-4754-9f3d-c6a49f2b4054"}]: dispatch 2024-01-15T23:11:21.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:21 smithi150 bash[17564]: audit 2024-01-15T23:11:21.092478+0000 mon.smithi078 (mon.0) 303 : audit [INF] from='client.? 172.21.15.78:0/824902583' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01b00a3f-ff1b-4754-9f3d-c6a49f2b4054"}]': finished 2024-01-15T23:11:21.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:21 smithi150 bash[17564]: cluster 2024-01-15T23:11:21.092523+0000 mon.smithi078 (mon.0) 304 : cluster [DBG] osdmap e12: 1 total, 0 up, 1 in 2024-01-15T23:11:21.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:21 smithi150 bash[17564]: audit 2024-01-15T23:11:21.092731+0000 mon.smithi078 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:11:21.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:21 smithi150 bash[17564]: audit 2024-01-15T23:11:21.432858+0000 mon.smithi078 (mon.0) 306 : audit [INF] from='client.? 172.21.15.78:0/3386454630' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:11:21.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:21 smithi150 bash[17564]: audit 2024-01-15T23:11:21.442734+0000 mon.smithi078 (mon.0) 307 : audit [INF] from='client.? 172.21.15.78:0/3386454630' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:11:21.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:21 smithi150 bash[17564]: cluster 2024-01-15T23:11:21.442798+0000 mon.smithi078 (mon.0) 308 : cluster [DBG] osdmap e13: 0 total, 0 up, 0 in 2024-01-15T23:11:22.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: cephadm 2024-01-15T23:11:21.222224+0000 mgr.smithi078.bhchre (mgr.14180) 97 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:11:22.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:22.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 18702c83-516d-4954-b2ea-932d76f35db9 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:22.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:22.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:22.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:22.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:22.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:22.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:22.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:22.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: main() 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:22.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:22.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:22 smithi078 bash[14045]: cluster 2024-01-15T23:11:21.402528+0000 mgr.smithi078.bhchre (mgr.14180) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:22.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: cephadm 2024-01-15T23:11:21.222224+0000 mgr.smithi078.bhchre (mgr.14180) 97 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:11:22.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 18702c83-516d-4954-b2ea-932d76f35db9 2024-01-15T23:11:22.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:22.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:22.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:22.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:22.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:22.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:22.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:22.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:22.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:22.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:22.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: main() 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:22.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:22 smithi150 bash[17564]: cluster 2024-01-15T23:11:21.402528+0000 mgr.smithi078.bhchre (mgr.14180) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:23.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:23 smithi078 bash[14045]: cluster 2024-01-15T23:11:23.469869+0000 mon.smithi078 (mon.0) 309 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:11:23.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:23 smithi150 bash[17564]: cluster 2024-01-15T23:11:23.469869+0000 mon.smithi078 (mon.0) 309 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:11:24.059 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: cephadm 2024-01-15T23:11:22.930388+0000 mgr.smithi078.bhchre (mgr.14180) 99 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:11:24.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpln845kwx:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpu8htvz21:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 01b00a3f-ff1b-4754-9f3d-c6a49f2b4054 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:24.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:24.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:24.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: main() 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:24.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:24.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpln845kwx:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpu8htvz21:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: cephadm 2024-01-15T23:11:22.932129+0000 mgr.smithi078.bhchre (mgr.14180) 100 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: placement: 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: spec: 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: data_devices: 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: all: true 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:24.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 18702c83-516d-4954-b2ea-932d76f35db9 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:24.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:24.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:24.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: main() 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:24.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:24.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:24.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:24.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:24.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:24.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: raise self._value 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:11:24.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:24.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 18702c83-516d-4954-b2ea-932d76f35db9 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:24.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:11:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: main() 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:24.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:24.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: cluster 2024-01-15T23:11:22.934253+0000 mgr.smithi078.bhchre (mgr.14180) 101 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:24.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:24 smithi078 bash[14045]: audit 2024-01-15T23:11:24.073579+0000 mon.smithi078 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.78:0/203021671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:24.867 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:24.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: cephadm 2024-01-15T23:11:22.930388+0000 mgr.smithi078.bhchre (mgr.14180) 99 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:11:24.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:24.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:24.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:11:24.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:24.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpln845kwx:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpu8htvz21:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 01b00a3f-ff1b-4754-9f3d-c6a49f2b4054 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:24.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:24.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:24.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:24.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:24.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:24.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:24.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: main() 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:24.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpln845kwx:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpu8htvz21:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: cephadm 2024-01-15T23:11:22.932129+0000 mgr.smithi078.bhchre (mgr.14180) 100 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: placement: 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: spec: 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: data_devices: 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: all: true 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:24.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 18702c83-516d-4954-b2ea-932d76f35db9 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:24.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:24.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:24.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:24.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: main() 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:24.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: raise self._value 2024-01-15T23:11:24.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:11:24.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 18702c83-516d-4954-b2ea-932d76f35db9 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:11:24.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:11:24.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:11:24.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: main() 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:11:24.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:11:24.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:11:24.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:11:24.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:11:24.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplkn6cakb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_t7pb7ip:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:11:24.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: cluster 2024-01-15T23:11:22.934253+0000 mgr.smithi078.bhchre (mgr.14180) 101 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:24.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:24 smithi150 bash[17564]: audit 2024-01-15T23:11:24.073579+0000 mon.smithi078 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.78:0/203021671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:25.868 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:26.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:26 smithi078 bash[14045]: cluster 2024-01-15T23:11:24.935364+0000 mgr.smithi078.bhchre (mgr.14180) 102 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:26.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:26 smithi150 bash[17564]: cluster 2024-01-15T23:11:24.935364+0000 mgr.smithi078.bhchre (mgr.14180) 102 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:28.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:28 smithi078 bash[14045]: cluster 2024-01-15T23:11:26.936315+0000 mgr.smithi078.bhchre (mgr.14180) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:28.808 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:28.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:28 smithi150 bash[17564]: cluster 2024-01-15T23:11:26.936315+0000 mgr.smithi078.bhchre (mgr.14180) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:29.551 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:29.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:29 smithi078 bash[14045]: audit 2024-01-15T23:11:28.823080+0000 mon.smithi078 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.78:0/1557735170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:29.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:29 smithi150 bash[17564]: audit 2024-01-15T23:11:28.823080+0000 mon.smithi078 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.78:0/1557735170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:30.552 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:30.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:30 smithi078 bash[14045]: cluster 2024-01-15T23:11:28.937196+0000 mgr.smithi078.bhchre (mgr.14180) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:30.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:30 smithi150 bash[17564]: cluster 2024-01-15T23:11:28.937196+0000 mgr.smithi078.bhchre (mgr.14180) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:32.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:32 smithi078 bash[14045]: cluster 2024-01-15T23:11:30.937696+0000 mgr.smithi078.bhchre (mgr.14180) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:32.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:32 smithi150 bash[17564]: cluster 2024-01-15T23:11:30.937696+0000 mgr.smithi078.bhchre (mgr.14180) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:33.478 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:33.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:33 smithi078 bash[14045]: audit 2024-01-15T23:11:33.492776+0000 mon.smithi078 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.78:0/2437324418' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:33.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:33 smithi150 bash[17564]: audit 2024-01-15T23:11:33.492776+0000 mon.smithi078 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.78:0/2437324418' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:34.140 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:34.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:34 smithi078 bash[14045]: cluster 2024-01-15T23:11:32.938587+0000 mgr.smithi078.bhchre (mgr.14180) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:34.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:34 smithi150 bash[17564]: cluster 2024-01-15T23:11:32.938587+0000 mgr.smithi078.bhchre (mgr.14180) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:35.142 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:36.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:36 smithi078 bash[14045]: cluster 2024-01-15T23:11:34.939593+0000 mgr.smithi078.bhchre (mgr.14180) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:36.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:36 smithi150 bash[17564]: cluster 2024-01-15T23:11:34.939593+0000 mgr.smithi078.bhchre (mgr.14180) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:38.224 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:38.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:38 smithi078 bash[14045]: cluster 2024-01-15T23:11:36.940144+0000 mgr.smithi078.bhchre (mgr.14180) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:38.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:38 smithi078 bash[14045]: audit 2024-01-15T23:11:38.239072+0000 mon.smithi078 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.78:0/2163582116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:38.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:38 smithi150 bash[17564]: cluster 2024-01-15T23:11:36.940144+0000 mgr.smithi078.bhchre (mgr.14180) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:38.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:38 smithi150 bash[17564]: audit 2024-01-15T23:11:38.239072+0000 mon.smithi078 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.78:0/2163582116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:38.903 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:39.904 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:40.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:40 smithi150 bash[17564]: cluster 2024-01-15T23:11:38.941180+0000 mgr.smithi078.bhchre (mgr.14180) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:40.935 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:40 smithi078 bash[14045]: cluster 2024-01-15T23:11:38.941180+0000 mgr.smithi078.bhchre (mgr.14180) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:42.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:42 smithi078 bash[14045]: cluster 2024-01-15T23:11:40.942189+0000 mgr.smithi078.bhchre (mgr.14180) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:42.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:42 smithi150 bash[17564]: cluster 2024-01-15T23:11:40.942189+0000 mgr.smithi078.bhchre (mgr.14180) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:42.916 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:43.666 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:43.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:43 smithi150 bash[17564]: audit 2024-01-15T23:11:42.931169+0000 mon.smithi078 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/3513467353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:44.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:43 smithi078 bash[14045]: audit 2024-01-15T23:11:42.931169+0000 mon.smithi078 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/3513467353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:44.667 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:44.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:44 smithi078 bash[14045]: cluster 2024-01-15T23:11:42.942941+0000 mgr.smithi078.bhchre (mgr.14180) 111 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:44.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:44 smithi150 bash[17564]: cluster 2024-01-15T23:11:42.942941+0000 mgr.smithi078.bhchre (mgr.14180) 111 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:46.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:46 smithi078 bash[14045]: cluster 2024-01-15T23:11:44.943920+0000 mgr.smithi078.bhchre (mgr.14180) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:46.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:46 smithi150 bash[17564]: cluster 2024-01-15T23:11:44.943920+0000 mgr.smithi078.bhchre (mgr.14180) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:47.741 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:48.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:48 smithi078 bash[14045]: cluster 2024-01-15T23:11:46.944976+0000 mgr.smithi078.bhchre (mgr.14180) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:48.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:48 smithi078 bash[14045]: audit 2024-01-15T23:11:47.756106+0000 mon.smithi078 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.78:0/4036957888' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:48.480 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:48.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:48 smithi150 bash[17564]: cluster 2024-01-15T23:11:46.944976+0000 mgr.smithi078.bhchre (mgr.14180) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:48.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:48 smithi150 bash[17564]: audit 2024-01-15T23:11:47.756106+0000 mon.smithi078 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.78:0/4036957888' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:49.481 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:50.458 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:50 smithi078 bash[14045]: cluster 2024-01-15T23:11:48.946102+0000 mgr.smithi078.bhchre (mgr.14180) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:50.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:50 smithi150 bash[17564]: cluster 2024-01-15T23:11:48.946102+0000 mgr.smithi078.bhchre (mgr.14180) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:52.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:52 smithi078 bash[14045]: cluster 2024-01-15T23:11:50.947207+0000 mgr.smithi078.bhchre (mgr.14180) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:52.386 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:52.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:52 smithi150 bash[17564]: cluster 2024-01-15T23:11:50.947207+0000 mgr.smithi078.bhchre (mgr.14180) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:53.186 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:53.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:53 smithi078 bash[14045]: audit 2024-01-15T23:11:52.401030+0000 mon.smithi078 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.78:0/752869045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:53.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:53 smithi150 bash[17564]: audit 2024-01-15T23:11:52.401030+0000 mon.smithi078 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.78:0/752869045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:54.187 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:11:54.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:54 smithi078 bash[14045]: cluster 2024-01-15T23:11:52.948283+0000 mgr.smithi078.bhchre (mgr.14180) 116 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:54.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:54 smithi150 bash[17564]: cluster 2024-01-15T23:11:52.948283+0000 mgr.smithi078.bhchre (mgr.14180) 116 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:56.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:56 smithi078 bash[14045]: cluster 2024-01-15T23:11:54.949279+0000 mgr.smithi078.bhchre (mgr.14180) 117 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:56.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:56 smithi150 bash[17564]: cluster 2024-01-15T23:11:54.949279+0000 mgr.smithi078.bhchre (mgr.14180) 117 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:57.199 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:11:57.950 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:11:58.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:58 smithi078 bash[14045]: cluster 2024-01-15T23:11:56.949758+0000 mgr.smithi078.bhchre (mgr.14180) 118 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:58.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:11:58 smithi078 bash[14045]: audit 2024-01-15T23:11:57.213629+0000 mon.smithi078 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.78:0/3077017230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:58.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:58 smithi150 bash[17564]: cluster 2024-01-15T23:11:56.949758+0000 mgr.smithi078.bhchre (mgr.14180) 118 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:11:58.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:11:58 smithi150 bash[17564]: audit 2024-01-15T23:11:57.213629+0000 mon.smithi078 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.78:0/3077017230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:11:58.951 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:00.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:00 smithi078 bash[14045]: cluster 2024-01-15T23:11:58.950726+0000 mgr.smithi078.bhchre (mgr.14180) 119 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:00.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:00 smithi150 bash[17564]: cluster 2024-01-15T23:11:58.950726+0000 mgr.smithi078.bhchre (mgr.14180) 119 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:01.991 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:02.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:02 smithi078 bash[14045]: cluster 2024-01-15T23:12:00.951564+0000 mgr.smithi078.bhchre (mgr.14180) 120 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:02.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:02 smithi078 bash[14045]: audit 2024-01-15T23:12:02.005530+0000 mon.smithi078 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.78:0/2873881827' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:02.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:02 smithi150 bash[17564]: cluster 2024-01-15T23:12:00.951564+0000 mgr.smithi078.bhchre (mgr.14180) 120 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:02.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:02 smithi150 bash[17564]: audit 2024-01-15T23:12:02.005530+0000 mon.smithi078 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.78:0/2873881827' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:02.730 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:03.730 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:04.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:04 smithi078 bash[14045]: cluster 2024-01-15T23:12:02.952634+0000 mgr.smithi078.bhchre (mgr.14180) 121 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:04.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:04 smithi150 bash[17564]: cluster 2024-01-15T23:12:02.952634+0000 mgr.smithi078.bhchre (mgr.14180) 121 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:06.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:06 smithi078 bash[14045]: cluster 2024-01-15T23:12:04.953244+0000 mgr.smithi078.bhchre (mgr.14180) 122 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:06.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:06 smithi150 bash[17564]: cluster 2024-01-15T23:12:04.953244+0000 mgr.smithi078.bhchre (mgr.14180) 122 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:06.708 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:07.423 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:07.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:07 smithi078 bash[14045]: audit 2024-01-15T23:12:06.722856+0000 mon.smithi078 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.78:0/4216604656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:07.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:07 smithi150 bash[17564]: audit 2024-01-15T23:12:06.722856+0000 mon.smithi078 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.78:0/4216604656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:08.424 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:08.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:08 smithi078 bash[14045]: cluster 2024-01-15T23:12:06.953775+0000 mgr.smithi078.bhchre (mgr.14180) 123 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:08.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:08 smithi150 bash[17564]: cluster 2024-01-15T23:12:06.953775+0000 mgr.smithi078.bhchre (mgr.14180) 123 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:10 smithi078 bash[14045]: cluster 2024-01-15T23:12:08.954487+0000 mgr.smithi078.bhchre (mgr.14180) 124 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:10.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:10 smithi150 bash[17564]: cluster 2024-01-15T23:12:08.954487+0000 mgr.smithi078.bhchre (mgr.14180) 124 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:11.508 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:12.218 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:12.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:12 smithi078 bash[14045]: cluster 2024-01-15T23:12:10.955447+0000 mgr.smithi078.bhchre (mgr.14180) 125 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:12.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:12 smithi078 bash[14045]: audit 2024-01-15T23:12:11.522710+0000 mon.smithi078 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.78:0/1723046110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:12 smithi150 bash[17564]: cluster 2024-01-15T23:12:10.955447+0000 mgr.smithi078.bhchre (mgr.14180) 125 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:12 smithi150 bash[17564]: audit 2024-01-15T23:12:11.522710+0000 mon.smithi078 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.78:0/1723046110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:13.219 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:14.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:14 smithi078 bash[14045]: cluster 2024-01-15T23:12:12.956468+0000 mgr.smithi078.bhchre (mgr.14180) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:14.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:14 smithi150 bash[17564]: cluster 2024-01-15T23:12:12.956468+0000 mgr.smithi078.bhchre (mgr.14180) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:16.179 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:16.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:16 smithi078 bash[14045]: cluster 2024-01-15T23:12:14.957498+0000 mgr.smithi078.bhchre (mgr.14180) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:16.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:16 smithi078 bash[14045]: audit 2024-01-15T23:12:16.193967+0000 mon.smithi078 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.78:0/1375577612' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:16.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:16 smithi150 bash[17564]: cluster 2024-01-15T23:12:14.957498+0000 mgr.smithi078.bhchre (mgr.14180) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:16.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:16 smithi150 bash[17564]: audit 2024-01-15T23:12:16.193967+0000 mon.smithi078 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.78:0/1375577612' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:16.850 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:17.851 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:18.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:18 smithi078 bash[14045]: cluster 2024-01-15T23:12:16.958529+0000 mgr.smithi078.bhchre (mgr.14180) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:18.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:18 smithi150 bash[17564]: cluster 2024-01-15T23:12:16.958529+0000 mgr.smithi078.bhchre (mgr.14180) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:20.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:20 smithi078 bash[14045]: cluster 2024-01-15T23:12:18.959540+0000 mgr.smithi078.bhchre (mgr.14180) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:20 smithi150 bash[17564]: cluster 2024-01-15T23:12:18.959540+0000 mgr.smithi078.bhchre (mgr.14180) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:20.773 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:21.493 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:21.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:21 smithi078 bash[14045]: audit 2024-01-15T23:12:20.787831+0000 mon.smithi078 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.78:0/2085706826' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:21.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:21 smithi150 bash[17564]: audit 2024-01-15T23:12:20.787831+0000 mon.smithi078 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.78:0/2085706826' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:22.494 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:22.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:22 smithi078 bash[14045]: cluster 2024-01-15T23:12:20.960550+0000 mgr.smithi078.bhchre (mgr.14180) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:22.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:22 smithi150 bash[17564]: cluster 2024-01-15T23:12:20.960550+0000 mgr.smithi078.bhchre (mgr.14180) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:23.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:23 smithi078 bash[14045]: audit 2024-01-15T23:12:22.935105+0000 mon.smithi078 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:12:23.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:23 smithi150 bash[17564]: audit 2024-01-15T23:12:22.935105+0000 mon.smithi078 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:12:24.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:24 smithi078 bash[14045]: cluster 2024-01-15T23:12:22.961196+0000 mgr.smithi078.bhchre (mgr.14180) 131 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:24 smithi150 bash[17564]: cluster 2024-01-15T23:12:22.961196+0000 mgr.smithi078.bhchre (mgr.14180) 131 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:25.446 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:26.173 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:26.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:26 smithi078 bash[14045]: cluster 2024-01-15T23:12:24.962244+0000 mgr.smithi078.bhchre (mgr.14180) 132 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:26.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:26 smithi078 bash[14045]: audit 2024-01-15T23:12:25.461348+0000 mon.smithi078 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.78:0/3471705788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:26.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:26 smithi150 bash[17564]: cluster 2024-01-15T23:12:24.962244+0000 mgr.smithi078.bhchre (mgr.14180) 132 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:26.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:26 smithi150 bash[17564]: audit 2024-01-15T23:12:25.461348+0000 mon.smithi078 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.78:0/3471705788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:27.174 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:28.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:28 smithi078 bash[14045]: cluster 2024-01-15T23:12:26.963286+0000 mgr.smithi078.bhchre (mgr.14180) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:28.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:28 smithi078 bash[14045]: audit 2024-01-15T23:12:28.204715+0000 mon.smithi078 (mon.0) 325 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:28.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:28 smithi150 bash[17564]: cluster 2024-01-15T23:12:26.963286+0000 mgr.smithi078.bhchre (mgr.14180) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:28.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:28 smithi150 bash[17564]: audit 2024-01-15T23:12:28.204715+0000 mon.smithi078 (mon.0) 325 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:29.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.562057+0000 mon.smithi078 (mon.0) 326 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:29.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.817639+0000 mon.smithi078 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:12:29.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.818920+0000 mon.smithi078 (mon.0) 328 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:12:29.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.824709+0000 mon.smithi078 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:29.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.832354+0000 mon.smithi078 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:12:29.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.838412+0000 mon.smithi078 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:12:29.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.840501+0000 mon.smithi078 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:12:29.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.840960+0000 mon.smithi078 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:12:29.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:29 smithi078 bash[14045]: audit 2024-01-15T23:12:28.841759+0000 mon.smithi078 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:12:29.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.562057+0000 mon.smithi078 (mon.0) 326 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:29.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.817639+0000 mon.smithi078 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:12:29.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.818920+0000 mon.smithi078 (mon.0) 328 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:12:29.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.824709+0000 mon.smithi078 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:29.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.832354+0000 mon.smithi078 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:12:29.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.838412+0000 mon.smithi078 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:12:29.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.840501+0000 mon.smithi078 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:12:29.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.840960+0000 mon.smithi078 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:12:29.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:29 smithi150 bash[17564]: audit 2024-01-15T23:12:28.841759+0000 mon.smithi078 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:12:30.113 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:30.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:30 smithi078 bash[14045]: cluster 2024-01-15T23:12:28.825244+0000 mgr.smithi078.bhchre (mgr.14180) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:30.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:30 smithi078 bash[14045]: cluster 2024-01-15T23:12:29.822752+0000 mon.smithi078 (mon.0) 335 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:12:30.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:30 smithi078 bash[14045]: cluster 2024-01-15T23:12:29.822789+0000 mon.smithi078 (mon.0) 336 : cluster [INF] Cluster is now healthy 2024-01-15T23:12:30.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:30 smithi078 bash[14045]: audit 2024-01-15T23:12:30.128221+0000 mon.smithi078 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.78:0/3938797963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:30.816 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:30.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:30 smithi150 bash[17564]: cluster 2024-01-15T23:12:28.825244+0000 mgr.smithi078.bhchre (mgr.14180) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:30.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:30 smithi150 bash[17564]: cluster 2024-01-15T23:12:29.822752+0000 mon.smithi078 (mon.0) 335 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:12:30.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:30 smithi150 bash[17564]: cluster 2024-01-15T23:12:29.822789+0000 mon.smithi078 (mon.0) 336 : cluster [INF] Cluster is now healthy 2024-01-15T23:12:30.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:30 smithi150 bash[17564]: audit 2024-01-15T23:12:30.128221+0000 mon.smithi078 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.78:0/3938797963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:31.817 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:32.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:32 smithi078 bash[14045]: cluster 2024-01-15T23:12:30.825586+0000 mgr.smithi078.bhchre (mgr.14180) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:32.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:32 smithi150 bash[17564]: cluster 2024-01-15T23:12:30.825586+0000 mgr.smithi078.bhchre (mgr.14180) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:34.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:34 smithi150 bash[17564]: cluster 2024-01-15T23:12:32.825953+0000 mgr.smithi078.bhchre (mgr.14180) 136 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:34.959 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:34 smithi078 bash[14045]: cluster 2024-01-15T23:12:32.825953+0000 mgr.smithi078.bhchre (mgr.14180) 136 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:35.321 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:36.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:36 smithi078 bash[14045]: cluster 2024-01-15T23:12:34.826240+0000 mgr.smithi078.bhchre (mgr.14180) 137 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:36.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:36 smithi078 bash[14045]: audit 2024-01-15T23:12:35.335786+0000 mon.smithi078 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.78:0/539512020' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:36.399 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:36.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:36 smithi150 bash[17564]: cluster 2024-01-15T23:12:34.826240+0000 mgr.smithi078.bhchre (mgr.14180) 137 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:36.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:36 smithi150 bash[17564]: audit 2024-01-15T23:12:35.335786+0000 mon.smithi078 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.78:0/539512020' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:37.400 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:38.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: cluster 2024-01-15T23:12:36.826607+0000 mgr.smithi078.bhchre (mgr.14180) 138 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:38.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: audit 2024-01-15T23:12:37.539414+0000 mon.smithi150 (mon.1) 5 : audit [INF] from='client.? 172.21.15.150:0/3058590943' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50a10b62-3328-4784-b983-7ad3086f080a"}]: dispatch 2024-01-15T23:12:38.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: audit 2024-01-15T23:12:37.540404+0000 mon.smithi078 (mon.0) 339 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50a10b62-3328-4784-b983-7ad3086f080a"}]: dispatch 2024-01-15T23:12:38.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: audit 2024-01-15T23:12:37.546720+0000 mon.smithi078 (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50a10b62-3328-4784-b983-7ad3086f080a"}]': finished 2024-01-15T23:12:38.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: cluster 2024-01-15T23:12:37.546843+0000 mon.smithi078 (mon.0) 341 : cluster [DBG] osdmap e14: 1 total, 0 up, 1 in 2024-01-15T23:12:38.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: audit 2024-01-15T23:12:37.547065+0000 mon.smithi078 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:12:38.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: audit 2024-01-15T23:12:37.894407+0000 mon.smithi150 (mon.1) 6 : audit [INF] from='client.? 172.21.15.150:0/1727093703' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:12:38.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: audit 2024-01-15T23:12:37.895579+0000 mon.smithi078 (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:12:38.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: audit 2024-01-15T23:12:37.901501+0000 mon.smithi078 (mon.0) 344 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:12:38.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:38 smithi150 bash[17564]: cluster 2024-01-15T23:12:37.901576+0000 mon.smithi078 (mon.0) 345 : cluster [DBG] osdmap e15: 0 total, 0 up, 0 in 2024-01-15T23:12:38.484 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: cluster 2024-01-15T23:12:36.826607+0000 mgr.smithi078.bhchre (mgr.14180) 138 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: audit 2024-01-15T23:12:37.539414+0000 mon.smithi150 (mon.1) 5 : audit [INF] from='client.? 172.21.15.150:0/3058590943' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50a10b62-3328-4784-b983-7ad3086f080a"}]: dispatch 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: audit 2024-01-15T23:12:37.540404+0000 mon.smithi078 (mon.0) 339 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50a10b62-3328-4784-b983-7ad3086f080a"}]: dispatch 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: audit 2024-01-15T23:12:37.546720+0000 mon.smithi078 (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50a10b62-3328-4784-b983-7ad3086f080a"}]': finished 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: cluster 2024-01-15T23:12:37.546843+0000 mon.smithi078 (mon.0) 341 : cluster [DBG] osdmap e14: 1 total, 0 up, 1 in 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: audit 2024-01-15T23:12:37.547065+0000 mon.smithi078 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: audit 2024-01-15T23:12:37.894407+0000 mon.smithi150 (mon.1) 6 : audit [INF] from='client.? 172.21.15.150:0/1727093703' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: audit 2024-01-15T23:12:37.895579+0000 mon.smithi078 (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: audit 2024-01-15T23:12:37.901501+0000 mon.smithi078 (mon.0) 344 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:12:38.485 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:38 smithi078 bash[14045]: cluster 2024-01-15T23:12:37.901576+0000 mon.smithi078 (mon.0) 345 : cluster [DBG] osdmap e15: 0 total, 0 up, 0 in 2024-01-15T23:12:39.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:39 smithi078 bash[14045]: audit 2024-01-15T23:12:38.866140+0000 mon.smithi078 (mon.0) 346 : audit [INF] from='client.? 172.21.15.78:0/1664960510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5dbd517-2e8b-409b-b850-9c132ca9c393"}]: dispatch 2024-01-15T23:12:39.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:39 smithi078 bash[14045]: audit 2024-01-15T23:12:38.871307+0000 mon.smithi078 (mon.0) 347 : audit [INF] from='client.? 172.21.15.78:0/1664960510' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5dbd517-2e8b-409b-b850-9c132ca9c393"}]': finished 2024-01-15T23:12:39.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:39 smithi078 bash[14045]: cluster 2024-01-15T23:12:38.871363+0000 mon.smithi078 (mon.0) 348 : cluster [DBG] osdmap e16: 1 total, 0 up, 1 in 2024-01-15T23:12:39.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:39 smithi078 bash[14045]: audit 2024-01-15T23:12:38.871582+0000 mon.smithi078 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:12:39.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:39 smithi150 bash[17564]: audit 2024-01-15T23:12:38.866140+0000 mon.smithi078 (mon.0) 346 : audit [INF] from='client.? 172.21.15.78:0/1664960510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5dbd517-2e8b-409b-b850-9c132ca9c393"}]: dispatch 2024-01-15T23:12:39.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:39 smithi150 bash[17564]: audit 2024-01-15T23:12:38.871307+0000 mon.smithi078 (mon.0) 347 : audit [INF] from='client.? 172.21.15.78:0/1664960510' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5dbd517-2e8b-409b-b850-9c132ca9c393"}]': finished 2024-01-15T23:12:39.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:39 smithi150 bash[17564]: cluster 2024-01-15T23:12:38.871363+0000 mon.smithi078 (mon.0) 348 : cluster [DBG] osdmap e16: 1 total, 0 up, 1 in 2024-01-15T23:12:39.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:39 smithi150 bash[17564]: audit 2024-01-15T23:12:38.871582+0000 mon.smithi078 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:12:40.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: cephadm 2024-01-15T23:12:38.735059+0000 mgr.smithi078.bhchre (mgr.14180) 139 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:12:40.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:12:40.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:12:40.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:12:40.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:12:40.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:12:40.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:12:40.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 50a10b62-3328-4784-b983-7ad3086f080a 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:12:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:40.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:40.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:12:40.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:12:40.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:12:40.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:12:40.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:12:40.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:12:40.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:12:40.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: main() 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: cluster 2024-01-15T23:12:38.827026+0000 mgr.smithi078.bhchre (mgr.14180) 140 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: audit 2024-01-15T23:12:39.215109+0000 mon.smithi078 (mon.0) 350 : audit [INF] from='client.? 172.21.15.78:0/3140534985' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: audit 2024-01-15T23:12:39.222069+0000 mon.smithi078 (mon.0) 351 : audit [INF] from='client.? 172.21.15.78:0/3140534985' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:12:40.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:40 smithi078 bash[14045]: cluster 2024-01-15T23:12:39.222166+0000 mon.smithi078 (mon.0) 352 : cluster [DBG] osdmap e17: 0 total, 0 up, 0 in 2024-01-15T23:12:40.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: cephadm 2024-01-15T23:12:38.735059+0000 mgr.smithi078.bhchre (mgr.14180) 139 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:12:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 50a10b62-3328-4784-b983-7ad3086f080a 2024-01-15T23:12:40.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:12:40.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:12:40.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:12:40.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:40.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:12:40.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:12:40.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:40.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:40.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:12:40.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:12:40.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:12:40.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:12:40.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:12:40.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:12:40.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:12:40.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:12:40.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:12:40.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:12:40.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:40.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:12:40.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:12:40.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:12:40.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:12:40.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:40.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: main() 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: cluster 2024-01-15T23:12:38.827026+0000 mgr.smithi078.bhchre (mgr.14180) 140 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: audit 2024-01-15T23:12:39.215109+0000 mon.smithi078 (mon.0) 350 : audit [INF] from='client.? 172.21.15.78:0/3140534985' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: audit 2024-01-15T23:12:39.222069+0000 mon.smithi078 (mon.0) 351 : audit [INF] from='client.? 172.21.15.78:0/3140534985' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:12:40.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:40 smithi150 bash[17564]: cluster 2024-01-15T23:12:39.222166+0000 mon.smithi078 (mon.0) 352 : cluster [DBG] osdmap e17: 0 total, 0 up, 0 in 2024-01-15T23:12:41.179 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:41.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:41 smithi078 bash[14045]: audit 2024-01-15T23:12:40.478722+0000 mon.smithi078 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:41.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:41 smithi078 bash[14045]: audit 2024-01-15T23:12:41.193891+0000 mon.smithi078 (mon.0) 354 : audit [DBG] from='client.? 172.21.15.78:0/488212948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:41 smithi150 bash[17564]: audit 2024-01-15T23:12:40.478722+0000 mon.smithi078 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:41 smithi150 bash[17564]: audit 2024-01-15T23:12:41.193891+0000 mon.smithi078 (mon.0) 354 : audit [DBG] from='client.? 172.21.15.78:0/488212948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:42.022 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: cephadm 2024-01-15T23:12:40.712132+0000 mgr.smithi078.bhchre (mgr.14180) 141 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpksm8q9ld:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpe39b8w9h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:12:42.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:12:42.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a5dbd517-2e8b-409b-b850-9c132ca9c393 2024-01-15T23:12:42.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:12:42.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:12:42.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:12:42.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:12:42.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:12:42.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:12:42.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:12:42.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:12:42.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:12:42.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:12:42.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:12:42.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: main() 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:12:42.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpksm8q9ld:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpe39b8w9h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: cephadm 2024-01-15T23:12:40.714118+0000 mgr.smithi078.bhchre (mgr.14180) 142 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: placement: 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: spec: 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: data_devices: 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: all: true 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 50a10b62-3328-4784-b983-7ad3086f080a 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:12:42.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:12:42.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:12:42.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:12:42.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: main() 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:12:42.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: raise self._value 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:12:42.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 50a10b62-3328-4784-b983-7ad3086f080a 2024-01-15T23:12:42.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:12:42.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:12:42.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:12:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: main() 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:12:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: cluster 2024-01-15T23:12:40.715470+0000 mgr.smithi078.bhchre (mgr.14180) 143 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:42.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:42 smithi078 bash[14045]: cluster 2024-01-15T23:12:41.474804+0000 mon.smithi078 (mon.0) 355 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:12:42.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: cephadm 2024-01-15T23:12:40.712132+0000 mgr.smithi078.bhchre (mgr.14180) 141 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:12:42.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpksm8q9ld:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpe39b8w9h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:12:42.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a5dbd517-2e8b-409b-b850-9c132ca9c393 2024-01-15T23:12:42.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:12:42.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:12:42.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:12:42.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:12:42.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:12:42.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:12:42.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:12:42.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:12:42.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: main() 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:12:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpksm8q9ld:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpe39b8w9h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: cephadm 2024-01-15T23:12:40.714118+0000 mgr.smithi078.bhchre (mgr.14180) 142 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:12:42.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: placement: 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: spec: 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: data_devices: 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: all: true 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 50a10b62-3328-4784-b983-7ad3086f080a 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:12:42.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:12:42.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:12:42.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:12:42.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:12:42.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: main() 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:12:42.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:12:42.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: raise self._value 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:12:42.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 50a10b62-3328-4784-b983-7ad3086f080a 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:12:42.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:12:42.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: main() 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpuwe7vxaa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpbr37fqi7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: cluster 2024-01-15T23:12:40.715470+0000 mgr.smithi078.bhchre (mgr.14180) 143 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:42.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:42 smithi150 bash[17564]: cluster 2024-01-15T23:12:41.474804+0000 mon.smithi078 (mon.0) 355 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:12:43.024 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:44.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:44 smithi078 bash[14045]: cluster 2024-01-15T23:12:42.716504+0000 mgr.smithi078.bhchre (mgr.14180) 144 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:44.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:44 smithi150 bash[17564]: cluster 2024-01-15T23:12:42.716504+0000 mgr.smithi078.bhchre (mgr.14180) 144 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:46.124 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:46.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:46 smithi078 bash[14045]: cluster 2024-01-15T23:12:44.717556+0000 mgr.smithi078.bhchre (mgr.14180) 145 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:46.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:46 smithi078 bash[14045]: audit 2024-01-15T23:12:46.138964+0000 mon.smithi078 (mon.0) 356 : audit [DBG] from='client.? 172.21.15.78:0/532352805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:46.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:46 smithi150 bash[17564]: cluster 2024-01-15T23:12:44.717556+0000 mgr.smithi078.bhchre (mgr.14180) 145 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:46.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:46 smithi150 bash[17564]: audit 2024-01-15T23:12:46.138964+0000 mon.smithi078 (mon.0) 356 : audit [DBG] from='client.? 172.21.15.78:0/532352805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:46.901 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:47.902 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:48.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:48 smithi078 bash[14045]: cluster 2024-01-15T23:12:46.718611+0000 mgr.smithi078.bhchre (mgr.14180) 146 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:48.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:48 smithi150 bash[17564]: cluster 2024-01-15T23:12:46.718611+0000 mgr.smithi078.bhchre (mgr.14180) 146 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:50.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:50 smithi078 bash[14045]: cluster 2024-01-15T23:12:48.719628+0000 mgr.smithi078.bhchre (mgr.14180) 147 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:50.852 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:50.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:50 smithi150 bash[17564]: cluster 2024-01-15T23:12:48.719628+0000 mgr.smithi078.bhchre (mgr.14180) 147 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:51.622 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:51.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:51 smithi078 bash[14045]: audit 2024-01-15T23:12:50.866601+0000 mon.smithi078 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.78:0/2941860938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:51.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:51 smithi150 bash[17564]: audit 2024-01-15T23:12:50.866601+0000 mon.smithi078 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.78:0/2941860938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:52.623 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:52.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:52 smithi078 bash[14045]: cluster 2024-01-15T23:12:50.720225+0000 mgr.smithi078.bhchre (mgr.14180) 148 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:52.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:52 smithi150 bash[17564]: cluster 2024-01-15T23:12:50.720225+0000 mgr.smithi078.bhchre (mgr.14180) 148 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:54.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:54 smithi078 bash[14045]: cluster 2024-01-15T23:12:52.721230+0000 mgr.smithi078.bhchre (mgr.14180) 149 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:54.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:54 smithi150 bash[17564]: cluster 2024-01-15T23:12:52.721230+0000 mgr.smithi078.bhchre (mgr.14180) 149 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:55.701 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:12:56.397 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:12:56.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:56 smithi078 bash[14045]: cluster 2024-01-15T23:12:54.722126+0000 mgr.smithi078.bhchre (mgr.14180) 150 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:56.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:56 smithi078 bash[14045]: audit 2024-01-15T23:12:55.478898+0000 mon.smithi078 (mon.0) 358 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:56.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:56 smithi078 bash[14045]: audit 2024-01-15T23:12:55.716300+0000 mon.smithi078 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.78:0/363628212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:56.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:56 smithi150 bash[17564]: cluster 2024-01-15T23:12:54.722126+0000 mgr.smithi078.bhchre (mgr.14180) 150 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:56.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:56 smithi150 bash[17564]: audit 2024-01-15T23:12:55.478898+0000 mon.smithi078 (mon.0) 358 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:12:56.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:56 smithi150 bash[17564]: audit 2024-01-15T23:12:55.716300+0000 mon.smithi078 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.78:0/363628212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:12:57.398 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:12:58.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:12:58 smithi078 bash[14045]: cluster 2024-01-15T23:12:56.723139+0000 mgr.smithi078.bhchre (mgr.14180) 151 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:12:58.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:12:58 smithi150 bash[17564]: cluster 2024-01-15T23:12:56.723139+0000 mgr.smithi078.bhchre (mgr.14180) 151 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:00.507 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:00.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:00 smithi078 bash[14045]: cluster 2024-01-15T23:12:58.724042+0000 mgr.smithi078.bhchre (mgr.14180) 152 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:00.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:00 smithi150 bash[17564]: cluster 2024-01-15T23:12:58.724042+0000 mgr.smithi078.bhchre (mgr.14180) 152 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:01.196 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:01.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:01 smithi078 bash[14045]: audit 2024-01-15T23:13:00.521786+0000 mon.smithi078 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.78:0/1111149492' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:01.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:01 smithi150 bash[17564]: audit 2024-01-15T23:13:00.521786+0000 mon.smithi078 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.78:0/1111149492' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:02.197 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:02.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:02 smithi078 bash[14045]: cluster 2024-01-15T23:13:00.725128+0000 mgr.smithi078.bhchre (mgr.14180) 153 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:02.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:02 smithi150 bash[17564]: cluster 2024-01-15T23:13:00.725128+0000 mgr.smithi078.bhchre (mgr.14180) 153 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:04.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:04 smithi078 bash[14045]: cluster 2024-01-15T23:13:02.726141+0000 mgr.smithi078.bhchre (mgr.14180) 154 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:04.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:04 smithi150 bash[17564]: cluster 2024-01-15T23:13:02.726141+0000 mgr.smithi078.bhchre (mgr.14180) 154 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:05.314 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:06.102 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:06.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:06 smithi078 bash[14045]: cluster 2024-01-15T23:13:04.727173+0000 mgr.smithi078.bhchre (mgr.14180) 155 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:06.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:06 smithi078 bash[14045]: audit 2024-01-15T23:13:05.329291+0000 mon.smithi078 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.78:0/3165945775' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:06.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:06 smithi150 bash[17564]: cluster 2024-01-15T23:13:04.727173+0000 mgr.smithi078.bhchre (mgr.14180) 155 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:06.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:06 smithi150 bash[17564]: audit 2024-01-15T23:13:05.329291+0000 mon.smithi078 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.78:0/3165945775' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:07.103 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:08.528 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:08 smithi078 bash[14045]: cluster 2024-01-15T23:13:06.728101+0000 mgr.smithi078.bhchre (mgr.14180) 156 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:08.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:08 smithi150 bash[17564]: cluster 2024-01-15T23:13:06.728101+0000 mgr.smithi078.bhchre (mgr.14180) 156 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:10.193 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:10.461 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:10 smithi078 bash[14045]: cluster 2024-01-15T23:13:08.729138+0000 mgr.smithi078.bhchre (mgr.14180) 157 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:10.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:10 smithi150 bash[17564]: cluster 2024-01-15T23:13:08.729138+0000 mgr.smithi078.bhchre (mgr.14180) 157 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:10.948 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:11.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:11 smithi078 bash[14045]: audit 2024-01-15T23:13:10.207667+0000 mon.smithi078 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.78:0/3004467636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:11 smithi150 bash[17564]: audit 2024-01-15T23:13:10.207667+0000 mon.smithi078 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.78:0/3004467636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:11.949 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:12.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:12 smithi078 bash[14045]: cluster 2024-01-15T23:13:10.729977+0000 mgr.smithi078.bhchre (mgr.14180) 158 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:12 smithi150 bash[17564]: cluster 2024-01-15T23:13:10.729977+0000 mgr.smithi078.bhchre (mgr.14180) 158 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:14.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:14 smithi078 bash[14045]: cluster 2024-01-15T23:13:12.731029+0000 mgr.smithi078.bhchre (mgr.14180) 159 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:14.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:14 smithi150 bash[17564]: cluster 2024-01-15T23:13:12.731029+0000 mgr.smithi078.bhchre (mgr.14180) 159 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:15.067 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:15.377 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:15 smithi078 bash[14045]: audit 2024-01-15T23:13:15.081894+0000 mon.smithi078 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.78:0/1951252904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:15.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:15 smithi150 bash[17564]: audit 2024-01-15T23:13:15.081894+0000 mon.smithi078 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.78:0/1951252904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:15.835 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:16.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:16 smithi078 bash[14045]: cluster 2024-01-15T23:13:14.731974+0000 mgr.smithi078.bhchre (mgr.14180) 160 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:16.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:16 smithi150 bash[17564]: cluster 2024-01-15T23:13:14.731974+0000 mgr.smithi078.bhchre (mgr.14180) 160 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:16.836 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:18.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:18 smithi078 bash[14045]: cluster 2024-01-15T23:13:16.732937+0000 mgr.smithi078.bhchre (mgr.14180) 161 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:18.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:18 smithi150 bash[17564]: cluster 2024-01-15T23:13:16.732937+0000 mgr.smithi078.bhchre (mgr.14180) 161 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:19.901 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:20.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:20 smithi078 bash[14045]: cluster 2024-01-15T23:13:18.734003+0000 mgr.smithi078.bhchre (mgr.14180) 162 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:20.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:20 smithi078 bash[14045]: audit 2024-01-15T23:13:19.916299+0000 mon.smithi078 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.78:0/3911007547' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:20 smithi150 bash[17564]: cluster 2024-01-15T23:13:18.734003+0000 mgr.smithi078.bhchre (mgr.14180) 162 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:20 smithi150 bash[17564]: audit 2024-01-15T23:13:19.916299+0000 mon.smithi078 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.78:0/3911007547' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:20.655 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:21.662 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:22.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:22 smithi078 bash[14045]: cluster 2024-01-15T23:13:20.735040+0000 mgr.smithi078.bhchre (mgr.14180) 163 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:22.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:22 smithi150 bash[17564]: cluster 2024-01-15T23:13:20.735040+0000 mgr.smithi078.bhchre (mgr.14180) 163 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:24.537 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:24.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:24 smithi078 bash[14045]: cluster 2024-01-15T23:13:22.735886+0000 mgr.smithi078.bhchre (mgr.14180) 164 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:24 smithi150 bash[17564]: cluster 2024-01-15T23:13:22.735886+0000 mgr.smithi078.bhchre (mgr.14180) 164 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:25.260 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:25.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:25 smithi078 bash[14045]: audit 2024-01-15T23:13:24.552209+0000 mon.smithi078 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.78:0/1170151075' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:25.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:25 smithi150 bash[17564]: audit 2024-01-15T23:13:24.552209+0000 mon.smithi078 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.78:0/1170151075' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:26.261 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:26.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:26 smithi078 bash[14045]: cluster 2024-01-15T23:13:24.736852+0000 mgr.smithi078.bhchre (mgr.14180) 165 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:26.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:26 smithi150 bash[17564]: cluster 2024-01-15T23:13:24.736852+0000 mgr.smithi078.bhchre (mgr.14180) 165 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:28.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:28 smithi078 bash[14045]: cluster 2024-01-15T23:13:26.737692+0000 mgr.smithi078.bhchre (mgr.14180) 166 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:28.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:28 smithi150 bash[17564]: cluster 2024-01-15T23:13:26.737692+0000 mgr.smithi078.bhchre (mgr.14180) 166 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:29.451 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:30.175 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:30.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:30 smithi078 bash[14045]: cluster 2024-01-15T23:13:28.738328+0000 mgr.smithi078.bhchre (mgr.14180) 167 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:30.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:30 smithi078 bash[14045]: audit 2024-01-15T23:13:29.466447+0000 mon.smithi078 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.78:0/1378116267' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:30.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:30 smithi150 bash[17564]: cluster 2024-01-15T23:13:28.738328+0000 mgr.smithi078.bhchre (mgr.14180) 167 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:30.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:30 smithi150 bash[17564]: audit 2024-01-15T23:13:29.466447+0000 mon.smithi078 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.78:0/1378116267' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:31.176 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:32.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:32 smithi078 bash[14045]: cluster 2024-01-15T23:13:30.739315+0000 mgr.smithi078.bhchre (mgr.14180) 168 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:32.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:32 smithi150 bash[17564]: cluster 2024-01-15T23:13:30.739315+0000 mgr.smithi078.bhchre (mgr.14180) 168 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:34.194 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:34.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:34 smithi078 bash[14045]: cluster 2024-01-15T23:13:32.740435+0000 mgr.smithi078.bhchre (mgr.14180) 169 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:34.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:34 smithi078 bash[14045]: audit 2024-01-15T23:13:34.208868+0000 mon.smithi078 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.78:0/1609889615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:34.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:34 smithi150 bash[17564]: cluster 2024-01-15T23:13:32.740435+0000 mgr.smithi078.bhchre (mgr.14180) 169 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:34.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:34 smithi150 bash[17564]: audit 2024-01-15T23:13:34.208868+0000 mon.smithi078 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.78:0/1609889615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:34.966 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:35.966 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:36.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:36 smithi078 bash[14045]: cluster 2024-01-15T23:13:34.741136+0000 mgr.smithi078.bhchre (mgr.14180) 170 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:36.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:36 smithi150 bash[17564]: cluster 2024-01-15T23:13:34.741136+0000 mgr.smithi078.bhchre (mgr.14180) 170 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:38.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:38 smithi078 bash[14045]: cluster 2024-01-15T23:13:36.742039+0000 mgr.smithi078.bhchre (mgr.14180) 171 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:38.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:38 smithi150 bash[17564]: cluster 2024-01-15T23:13:36.742039+0000 mgr.smithi078.bhchre (mgr.14180) 171 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:39.200 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:39.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:39 smithi078 bash[14045]: audit 2024-01-15T23:13:39.215314+0000 mon.smithi078 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.78:0/2659514801' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:39.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:39 smithi150 bash[17564]: audit 2024-01-15T23:13:39.215314+0000 mon.smithi078 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.78:0/2659514801' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:39.968 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:40.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:40 smithi150 bash[17564]: cluster 2024-01-15T23:13:38.742592+0000 mgr.smithi078.bhchre (mgr.14180) 172 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:40.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:40 smithi078 bash[14045]: cluster 2024-01-15T23:13:38.742592+0000 mgr.smithi078.bhchre (mgr.14180) 172 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:40.970 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:40.716870+0000 mon.smithi078 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:41.019876+0000 mon.smithi078 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:41.021236+0000 mon.smithi078 (mon.0) 371 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:41.028148+0000 mon.smithi078 (mon.0) 372 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:41.036240+0000 mon.smithi078 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:41.043476+0000 mon.smithi078 (mon.0) 374 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:41.046499+0000 mon.smithi078 (mon.0) 375 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:41.046893+0000 mon.smithi078 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:13:41.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:41 smithi078 bash[14045]: audit 2024-01-15T23:13:41.047738+0000 mon.smithi078 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:13:41.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:40.716870+0000 mon.smithi078 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:13:41.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:41.019876+0000 mon.smithi078 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:13:41.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:41.021236+0000 mon.smithi078 (mon.0) 371 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:13:41.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:41.028148+0000 mon.smithi078 (mon.0) 372 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:13:41.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:41.036240+0000 mon.smithi078 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:13:41.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:41.043476+0000 mon.smithi078 (mon.0) 374 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:13:41.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:41.046499+0000 mon.smithi078 (mon.0) 375 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:13:41.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:41.046893+0000 mon.smithi078 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:13:41.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:41 smithi150 bash[17564]: audit 2024-01-15T23:13:41.047738+0000 mon.smithi078 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:13:42.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:42 smithi150 bash[17564]: cluster 2024-01-15T23:13:40.743447+0000 mgr.smithi078.bhchre (mgr.14180) 173 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:42.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:42 smithi150 bash[17564]: cluster 2024-01-15T23:13:41.029873+0000 mgr.smithi078.bhchre (mgr.14180) 174 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:42.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:42 smithi150 bash[17564]: cluster 2024-01-15T23:13:41.332229+0000 mon.smithi078 (mon.0) 378 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:13:42.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:42 smithi150 bash[17564]: cluster 2024-01-15T23:13:41.332288+0000 mon.smithi078 (mon.0) 379 : cluster [INF] Cluster is now healthy 2024-01-15T23:13:42.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:42 smithi078 bash[14045]: cluster 2024-01-15T23:13:40.743447+0000 mgr.smithi078.bhchre (mgr.14180) 173 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:42 smithi078 bash[14045]: cluster 2024-01-15T23:13:41.029873+0000 mgr.smithi078.bhchre (mgr.14180) 174 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:42 smithi078 bash[14045]: cluster 2024-01-15T23:13:41.332229+0000 mon.smithi078 (mon.0) 378 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:13:42.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:42 smithi078 bash[14045]: cluster 2024-01-15T23:13:41.332288+0000 mon.smithi078 (mon.0) 379 : cluster [INF] Cluster is now healthy 2024-01-15T23:13:44.117 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:44.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:44 smithi078 bash[14045]: cluster 2024-01-15T23:13:43.030299+0000 mgr.smithi078.bhchre (mgr.14180) 175 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:44.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:44 smithi078 bash[14045]: audit 2024-01-15T23:13:44.131757+0000 mon.smithi078 (mon.0) 380 : audit [DBG] from='client.? 172.21.15.78:0/514253294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:44.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:44 smithi150 bash[17564]: cluster 2024-01-15T23:13:43.030299+0000 mgr.smithi078.bhchre (mgr.14180) 175 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:44.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:44 smithi150 bash[17564]: audit 2024-01-15T23:13:44.131757+0000 mon.smithi078 (mon.0) 380 : audit [DBG] from='client.? 172.21.15.78:0/514253294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:44.852 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:45.854 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:46.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:46 smithi150 bash[17564]: cluster 2024-01-15T23:13:45.030723+0000 mgr.smithi078.bhchre (mgr.14180) 176 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:46.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:46 smithi078 bash[14045]: cluster 2024-01-15T23:13:45.030723+0000 mgr.smithi078.bhchre (mgr.14180) 176 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:48.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:48 smithi150 bash[17564]: cluster 2024-01-15T23:13:47.031201+0000 mgr.smithi078.bhchre (mgr.14180) 177 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:48.800 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:48 smithi078 bash[14045]: cluster 2024-01-15T23:13:47.031201+0000 mgr.smithi078.bhchre (mgr.14180) 177 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:50.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: cluster 2024-01-15T23:13:49.031686+0000 mgr.smithi078.bhchre (mgr.14180) 178 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:50.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: audit 2024-01-15T23:13:49.694213+0000 mon.smithi150 (mon.1) 7 : audit [INF] from='client.? 172.21.15.150:0/848197326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12bb7bcd-a986-43ff-946f-ecb5bad2791d"}]: dispatch 2024-01-15T23:13:50.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: audit 2024-01-15T23:13:49.694939+0000 mon.smithi078 (mon.0) 381 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12bb7bcd-a986-43ff-946f-ecb5bad2791d"}]: dispatch 2024-01-15T23:13:50.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: audit 2024-01-15T23:13:49.701663+0000 mon.smithi078 (mon.0) 382 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12bb7bcd-a986-43ff-946f-ecb5bad2791d"}]': finished 2024-01-15T23:13:50.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: cluster 2024-01-15T23:13:49.701760+0000 mon.smithi078 (mon.0) 383 : cluster [DBG] osdmap e18: 1 total, 0 up, 1 in 2024-01-15T23:13:50.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: audit 2024-01-15T23:13:49.701925+0000 mon.smithi078 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:13:50.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: audit 2024-01-15T23:13:50.116200+0000 mon.smithi150 (mon.1) 8 : audit [INF] from='client.? 172.21.15.150:0/2979864492' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:13:50.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: audit 2024-01-15T23:13:50.117589+0000 mon.smithi078 (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:13:50.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: audit 2024-01-15T23:13:50.125113+0000 mon.smithi078 (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:13:50.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:50 smithi150 bash[17564]: cluster 2024-01-15T23:13:50.125199+0000 mon.smithi078 (mon.0) 387 : cluster [DBG] osdmap e19: 0 total, 0 up, 0 in 2024-01-15T23:13:50.725 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: cluster 2024-01-15T23:13:49.031686+0000 mgr.smithi078.bhchre (mgr.14180) 178 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: audit 2024-01-15T23:13:49.694213+0000 mon.smithi150 (mon.1) 7 : audit [INF] from='client.? 172.21.15.150:0/848197326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12bb7bcd-a986-43ff-946f-ecb5bad2791d"}]: dispatch 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: audit 2024-01-15T23:13:49.694939+0000 mon.smithi078 (mon.0) 381 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12bb7bcd-a986-43ff-946f-ecb5bad2791d"}]: dispatch 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: audit 2024-01-15T23:13:49.701663+0000 mon.smithi078 (mon.0) 382 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12bb7bcd-a986-43ff-946f-ecb5bad2791d"}]': finished 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: cluster 2024-01-15T23:13:49.701760+0000 mon.smithi078 (mon.0) 383 : cluster [DBG] osdmap e18: 1 total, 0 up, 1 in 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: audit 2024-01-15T23:13:49.701925+0000 mon.smithi078 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: audit 2024-01-15T23:13:50.116200+0000 mon.smithi150 (mon.1) 8 : audit [INF] from='client.? 172.21.15.150:0/2979864492' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: audit 2024-01-15T23:13:50.117589+0000 mon.smithi078 (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: audit 2024-01-15T23:13:50.125113+0000 mon.smithi078 (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:13:50.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:50 smithi078 bash[14045]: cluster 2024-01-15T23:13:50.125199+0000 mon.smithi078 (mon.0) 387 : cluster [DBG] osdmap e19: 0 total, 0 up, 0 in 2024-01-15T23:13:51.441 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":19,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:51.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:51 smithi150 bash[17564]: audit 2024-01-15T23:13:50.739929+0000 mon.smithi078 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.78:0/758100558' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:51.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:51 smithi078 bash[14045]: audit 2024-01-15T23:13:50.739929+0000 mon.smithi078 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.78:0/758100558' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:52.442 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:52.632 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: cluster 2024-01-15T23:13:51.032029+0000 mgr.smithi078.bhchre (mgr.14180) 179 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: cephadm 2024-01-15T23:13:51.069770+0000 mgr.smithi078.bhchre (mgr.14180) 180 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:52.633 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 12bb7bcd-a986-43ff-946f-ecb5bad2791d 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:13:52.634 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:13:52.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:13:52.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:13:52.637 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: main() 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:52.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: audit 2024-01-15T23:13:52.015116+0000 mon.smithi078 (mon.0) 389 : audit [INF] from='client.? 172.21.15.78:0/1303303088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3cabf3fa-3c27-4976-af3e-8c7641e3636d"}]: dispatch 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: audit 2024-01-15T23:13:52.022429+0000 mon.smithi078 (mon.0) 390 : audit [INF] from='client.? 172.21.15.78:0/1303303088' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3cabf3fa-3c27-4976-af3e-8c7641e3636d"}]': finished 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: cluster 2024-01-15T23:13:52.022543+0000 mon.smithi078 (mon.0) 391 : cluster [DBG] osdmap e20: 1 total, 0 up, 1 in 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: audit 2024-01-15T23:13:52.022657+0000 mon.smithi078 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:13:52.639 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:52 smithi078 bash[14045]: audit 2024-01-15T23:13:52.374310+0000 mon.smithi078 (mon.0) 393 : audit [INF] from='client.? 172.21.15.78:0/639254696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: cluster 2024-01-15T23:13:51.032029+0000 mgr.smithi078.bhchre (mgr.14180) 179 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: cephadm 2024-01-15T23:13:51.069770+0000 mgr.smithi078.bhchre (mgr.14180) 180 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:52.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 12bb7bcd-a986-43ff-946f-ecb5bad2791d 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:13:52.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:13:52.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:13:52.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:13:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:13:52.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: main() 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:13:52.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:13:52.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:13:52.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:52.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: audit 2024-01-15T23:13:52.015116+0000 mon.smithi078 (mon.0) 389 : audit [INF] from='client.? 172.21.15.78:0/1303303088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3cabf3fa-3c27-4976-af3e-8c7641e3636d"}]: dispatch 2024-01-15T23:13:52.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: audit 2024-01-15T23:13:52.022429+0000 mon.smithi078 (mon.0) 390 : audit [INF] from='client.? 172.21.15.78:0/1303303088' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3cabf3fa-3c27-4976-af3e-8c7641e3636d"}]': finished 2024-01-15T23:13:52.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: cluster 2024-01-15T23:13:52.022543+0000 mon.smithi078 (mon.0) 391 : cluster [DBG] osdmap e20: 1 total, 0 up, 1 in 2024-01-15T23:13:52.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: audit 2024-01-15T23:13:52.022657+0000 mon.smithi078 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:13:52.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:52 smithi150 bash[17564]: audit 2024-01-15T23:13:52.374310+0000 mon.smithi078 (mon.0) 393 : audit [INF] from='client.? 172.21.15.78:0/639254696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:13:53.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:53 smithi078 bash[14045]: audit 2024-01-15T23:13:52.380437+0000 mon.smithi078 (mon.0) 394 : audit [INF] from='client.? 172.21.15.78:0/639254696' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:13:53.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:53 smithi078 bash[14045]: cluster 2024-01-15T23:13:52.380481+0000 mon.smithi078 (mon.0) 395 : cluster [DBG] osdmap e21: 0 total, 0 up, 0 in 2024-01-15T23:13:53.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:53 smithi150 bash[17564]: audit 2024-01-15T23:13:52.380437+0000 mon.smithi078 (mon.0) 394 : audit [INF] from='client.? 172.21.15.78:0/639254696' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:13:53.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:53 smithi150 bash[17564]: cluster 2024-01-15T23:13:52.380481+0000 mon.smithi078 (mon.0) 395 : cluster [DBG] osdmap e21: 0 total, 0 up, 0 in 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: cluster 2024-01-15T23:13:53.032441+0000 mgr.smithi078.bhchre (mgr.14180) 181 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: cephadm 2024-01-15T23:13:53.616472+0000 mgr.smithi078.bhchre (mgr.14180) 182 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:13:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpizv39crr:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmps49tsy9t:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 3cabf3fa-3c27-4976-af3e-8c7641e3636d 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:13:54.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:13:54.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:13:54.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:13:54.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: main() 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpizv39crr:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmps49tsy9t:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: cephadm 2024-01-15T23:13:53.618351+0000 mgr.smithi078.bhchre (mgr.14180) 183 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:13:54.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: placement: 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: spec: 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: data_devices: 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: all: true 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 12bb7bcd-a986-43ff-946f-ecb5bad2791d 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:13:54.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:13:54.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:13:54.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:13:54.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: main() 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:13:54.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:13:54.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:13:54.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:13:54.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: raise self._value 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:13:54.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 12bb7bcd-a986-43ff-946f-ecb5bad2791d 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:13:54.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:13:54.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:13:54.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:13:54.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: main() 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:13:54.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:13:54.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:13:54.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:54 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: cluster 2024-01-15T23:13:53.032441+0000 mgr.smithi078.bhchre (mgr.14180) 181 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:54.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: cephadm 2024-01-15T23:13:53.616472+0000 mgr.smithi078.bhchre (mgr.14180) 182 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:13:54.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:13:54.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:13:54.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:13:54.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:13:54.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpizv39crr:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmps49tsy9t:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 3cabf3fa-3c27-4976-af3e-8c7641e3636d 2024-01-15T23:13:54.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:13:54.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:13:54.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:13:54.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:13:54.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:13:54.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.737 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:13:54.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:13:54.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: main() 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:13:54.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpizv39crr:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmps49tsy9t:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: cephadm 2024-01-15T23:13:53.618351+0000 mgr.smithi078.bhchre (mgr.14180) 183 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: placement: 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: spec: 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: data_devices: 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: all: true 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:13:54.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 12bb7bcd-a986-43ff-946f-ecb5bad2791d 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:13:54.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:13:54.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:13:54.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:13:54.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:13:54.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:13:54.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:13:54.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:13:54.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:13:54.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:13:54.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:13:54.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:13:54.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: main() 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:13:54.747 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:13:54.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:13:54.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:13:54.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:13:54.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:13:54.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:13:54.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:13:54.749 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:13:54.749 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:13:54.749 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:13:54.749 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:13:54.749 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:13:54.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:13:54.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:13:54.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:13:54.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:13:54.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: raise self._value 2024-01-15T23:13:54.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:13:54.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:13:54.751 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 12bb7bcd-a986-43ff-946f-ecb5bad2791d 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:13:54.752 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:13:54.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:13:54.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:13:54.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: main() 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:13:54.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:13:54.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:13:54.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:13:54.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:13:54.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:13:54.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:54 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmplbx8l8rp:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt5rmo3n3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:13:55.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:55 smithi078 bash[14045]: cluster 2024-01-15T23:13:53.619303+0000 mgr.smithi078.bhchre (mgr.14180) 184 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:55.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:55 smithi078 bash[14045]: cluster 2024-01-15T23:13:54.392427+0000 mon.smithi078 (mon.0) 396 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:13:55.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:55 smithi150 bash[17564]: cluster 2024-01-15T23:13:53.619303+0000 mgr.smithi078.bhchre (mgr.14180) 184 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:55.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:55 smithi150 bash[17564]: cluster 2024-01-15T23:13:54.392427+0000 mon.smithi078 (mon.0) 396 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:13:55.979 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:13:56.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:56 smithi078 bash[14045]: audit 2024-01-15T23:13:55.993319+0000 mon.smithi078 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.78:0/3447922283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:56.707 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:13:56.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:56 smithi150 bash[17564]: audit 2024-01-15T23:13:55.993319+0000 mon.smithi078 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.78:0/3447922283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:13:57.708 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:13:57.722 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:57 smithi078 bash[14045]: cluster 2024-01-15T23:13:55.620221+0000 mgr.smithi078.bhchre (mgr.14180) 185 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:57.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:57 smithi150 bash[17564]: cluster 2024-01-15T23:13:55.620221+0000 mgr.smithi078.bhchre (mgr.14180) 185 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:59.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:13:59 smithi150 bash[17564]: cluster 2024-01-15T23:13:57.621317+0000 mgr.smithi078.bhchre (mgr.14180) 186 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:13:59.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:13:59 smithi078 bash[14045]: cluster 2024-01-15T23:13:57.621317+0000 mgr.smithi078.bhchre (mgr.14180) 186 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:00.787 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:01.511 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:01.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:01 smithi078 bash[14045]: cluster 2024-01-15T23:13:59.622383+0000 mgr.smithi078.bhchre (mgr.14180) 187 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:01.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:01 smithi078 bash[14045]: audit 2024-01-15T23:14:00.801337+0000 mon.smithi078 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.78:0/2301386568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:01.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:01 smithi150 bash[17564]: cluster 2024-01-15T23:13:59.622383+0000 mgr.smithi078.bhchre (mgr.14180) 187 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:01.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:01 smithi150 bash[17564]: audit 2024-01-15T23:14:00.801337+0000 mon.smithi078 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.78:0/2301386568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:02.512 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:03.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:03 smithi078 bash[14045]: cluster 2024-01-15T23:14:01.623602+0000 mgr.smithi078.bhchre (mgr.14180) 188 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:03.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:03 smithi150 bash[17564]: cluster 2024-01-15T23:14:01.623602+0000 mgr.smithi078.bhchre (mgr.14180) 188 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:05.542 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:05.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:05 smithi078 bash[14045]: cluster 2024-01-15T23:14:03.624182+0000 mgr.smithi078.bhchre (mgr.14180) 189 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:05.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:05 smithi150 bash[17564]: cluster 2024-01-15T23:14:03.624182+0000 mgr.smithi078.bhchre (mgr.14180) 189 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:06.258 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:06.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:06 smithi078 bash[14045]: audit 2024-01-15T23:14:05.556293+0000 mon.smithi078 (mon.0) 399 : audit [DBG] from='client.? 172.21.15.78:0/89900697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:06.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:06 smithi150 bash[17564]: audit 2024-01-15T23:14:05.556293+0000 mon.smithi078 (mon.0) 399 : audit [DBG] from='client.? 172.21.15.78:0/89900697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:07.259 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:07.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:07 smithi078 bash[14045]: cluster 2024-01-15T23:14:05.625293+0000 mgr.smithi078.bhchre (mgr.14180) 190 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:07.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:07 smithi150 bash[17564]: cluster 2024-01-15T23:14:05.625293+0000 mgr.smithi078.bhchre (mgr.14180) 190 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:09.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:09 smithi150 bash[17564]: cluster 2024-01-15T23:14:07.625843+0000 mgr.smithi078.bhchre (mgr.14180) 191 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:09.775 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:09 smithi078 bash[14045]: cluster 2024-01-15T23:14:07.625843+0000 mgr.smithi078.bhchre (mgr.14180) 191 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:10.177 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:10 smithi078 bash[14045]: audit 2024-01-15T23:14:10.192079+0000 mon.smithi078 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.78:0/4239255697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:10.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:10 smithi150 bash[17564]: audit 2024-01-15T23:14:10.192079+0000 mon.smithi078 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.78:0/4239255697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:10.914 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:11.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:11 smithi078 bash[14045]: cluster 2024-01-15T23:14:09.626390+0000 mgr.smithi078.bhchre (mgr.14180) 192 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:11.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:11 smithi150 bash[17564]: cluster 2024-01-15T23:14:09.626390+0000 mgr.smithi078.bhchre (mgr.14180) 192 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:11.915 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:13.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:13 smithi078 bash[14045]: cluster 2024-01-15T23:14:11.627433+0000 mgr.smithi078.bhchre (mgr.14180) 193 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:13.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:13 smithi150 bash[17564]: cluster 2024-01-15T23:14:11.627433+0000 mgr.smithi078.bhchre (mgr.14180) 193 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:15.059 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:15.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:15 smithi078 bash[14045]: cluster 2024-01-15T23:14:13.628559+0000 mgr.smithi078.bhchre (mgr.14180) 194 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:15.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:15 smithi078 bash[14045]: audit 2024-01-15T23:14:15.074389+0000 mon.smithi078 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.78:0/1842633442' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:15.782 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:15.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:15 smithi150 bash[17564]: cluster 2024-01-15T23:14:13.628559+0000 mgr.smithi078.bhchre (mgr.14180) 194 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:15.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:15 smithi150 bash[17564]: audit 2024-01-15T23:14:15.074389+0000 mon.smithi078 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.78:0/1842633442' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:16.784 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:17.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:17 smithi078 bash[14045]: cluster 2024-01-15T23:14:15.629663+0000 mgr.smithi078.bhchre (mgr.14180) 195 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:17.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:17 smithi150 bash[17564]: cluster 2024-01-15T23:14:15.629663+0000 mgr.smithi078.bhchre (mgr.14180) 195 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:19.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:19 smithi078 bash[14045]: cluster 2024-01-15T23:14:17.630275+0000 mgr.smithi078.bhchre (mgr.14180) 196 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:19.809 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:19.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:19 smithi150 bash[17564]: cluster 2024-01-15T23:14:17.630275+0000 mgr.smithi078.bhchre (mgr.14180) 196 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:20.545 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:20.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:20 smithi078 bash[14045]: audit 2024-01-15T23:14:19.824209+0000 mon.smithi078 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.78:0/2307770882' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:20.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:20 smithi150 bash[17564]: audit 2024-01-15T23:14:19.824209+0000 mon.smithi078 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.78:0/2307770882' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:21.546 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:21.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:21 smithi078 bash[14045]: cluster 2024-01-15T23:14:19.630886+0000 mgr.smithi078.bhchre (mgr.14180) 197 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:21.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:21 smithi150 bash[17564]: cluster 2024-01-15T23:14:19.630886+0000 mgr.smithi078.bhchre (mgr.14180) 197 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:23.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:23 smithi078 bash[14045]: cluster 2024-01-15T23:14:21.631964+0000 mgr.smithi078.bhchre (mgr.14180) 198 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:23.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:23 smithi150 bash[17564]: cluster 2024-01-15T23:14:21.631964+0000 mgr.smithi078.bhchre (mgr.14180) 198 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:24.631 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:25.401 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:25.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:25 smithi078 bash[14045]: cluster 2024-01-15T23:14:23.632796+0000 mgr.smithi078.bhchre (mgr.14180) 199 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:25.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:25 smithi078 bash[14045]: audit 2024-01-15T23:14:24.645535+0000 mon.smithi078 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.78:0/1719419560' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:25.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:25 smithi150 bash[17564]: cluster 2024-01-15T23:14:23.632796+0000 mgr.smithi078.bhchre (mgr.14180) 199 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:25.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:25 smithi150 bash[17564]: audit 2024-01-15T23:14:24.645535+0000 mon.smithi078 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.78:0/1719419560' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:26.402 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:27.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:27 smithi078 bash[14045]: cluster 2024-01-15T23:14:25.633851+0000 mgr.smithi078.bhchre (mgr.14180) 200 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:27.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:27 smithi150 bash[17564]: cluster 2024-01-15T23:14:25.633851+0000 mgr.smithi078.bhchre (mgr.14180) 200 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:29.565 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:29.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:29 smithi078 bash[14045]: cluster 2024-01-15T23:14:27.634816+0000 mgr.smithi078.bhchre (mgr.14180) 201 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:29.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:29 smithi150 bash[17564]: cluster 2024-01-15T23:14:27.634816+0000 mgr.smithi078.bhchre (mgr.14180) 201 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:30.303 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:30.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:30 smithi078 bash[14045]: audit 2024-01-15T23:14:29.580016+0000 mon.smithi078 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.78:0/2751633386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:30.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:30 smithi150 bash[17564]: audit 2024-01-15T23:14:29.580016+0000 mon.smithi078 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.78:0/2751633386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:31.304 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:31.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:31 smithi078 bash[14045]: cluster 2024-01-15T23:14:29.636077+0000 mgr.smithi078.bhchre (mgr.14180) 202 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:31.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:31 smithi150 bash[17564]: cluster 2024-01-15T23:14:29.636077+0000 mgr.smithi078.bhchre (mgr.14180) 202 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:33.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:33 smithi150 bash[17564]: cluster 2024-01-15T23:14:31.637116+0000 mgr.smithi078.bhchre (mgr.14180) 203 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:34.028 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:33 smithi078 bash[14045]: cluster 2024-01-15T23:14:31.637116+0000 mgr.smithi078.bhchre (mgr.14180) 203 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:34.406 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:34.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:34 smithi078 bash[14045]: audit 2024-01-15T23:14:34.421393+0000 mon.smithi078 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.78:0/265657294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:34.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:34 smithi150 bash[17564]: audit 2024-01-15T23:14:34.421393+0000 mon.smithi078 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.78:0/265657294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:35.116 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:35.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:35 smithi150 bash[17564]: cluster 2024-01-15T23:14:33.637773+0000 mgr.smithi078.bhchre (mgr.14180) 204 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:36.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:35 smithi078 bash[14045]: cluster 2024-01-15T23:14:33.637773+0000 mgr.smithi078.bhchre (mgr.14180) 204 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:36.117 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:37.866 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:37 smithi078 bash[14045]: cluster 2024-01-15T23:14:35.638718+0000 mgr.smithi078.bhchre (mgr.14180) 205 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:37.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:37 smithi150 bash[17564]: cluster 2024-01-15T23:14:35.638718+0000 mgr.smithi078.bhchre (mgr.14180) 205 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:39.293 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:39.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:39 smithi078 bash[14045]: cluster 2024-01-15T23:14:37.639677+0000 mgr.smithi078.bhchre (mgr.14180) 206 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:39.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:39 smithi078 bash[14045]: audit 2024-01-15T23:14:39.307411+0000 mon.smithi078 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.78:0/2797027892' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:39.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:39 smithi150 bash[17564]: cluster 2024-01-15T23:14:37.639677+0000 mgr.smithi078.bhchre (mgr.14180) 206 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:39.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:39 smithi150 bash[17564]: audit 2024-01-15T23:14:39.307411+0000 mon.smithi078 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.78:0/2797027892' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:40.027 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:41.028 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:41 smithi150 bash[17564]: cluster 2024-01-15T23:14:39.640680+0000 mgr.smithi078.bhchre (mgr.14180) 207 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:42.032 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:41 smithi078 bash[14045]: cluster 2024-01-15T23:14:39.640680+0000 mgr.smithi078.bhchre (mgr.14180) 207 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:43.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:43 smithi150 bash[17564]: cluster 2024-01-15T23:14:41.641695+0000 mgr.smithi078.bhchre (mgr.14180) 208 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:44.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:43 smithi078 bash[14045]: cluster 2024-01-15T23:14:41.641695+0000 mgr.smithi078.bhchre (mgr.14180) 208 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:44.160 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:44.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:44 smithi078 bash[14045]: audit 2024-01-15T23:14:44.174500+0000 mon.smithi078 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.78:0/1522614563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:44.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:44 smithi150 bash[17564]: audit 2024-01-15T23:14:44.174500+0000 mon.smithi078 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.78:0/1522614563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:44.941 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:45 smithi150 bash[17564]: cluster 2024-01-15T23:14:43.642160+0000 mgr.smithi078.bhchre (mgr.14180) 209 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:45.942 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:45.954 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:45 smithi078 bash[14045]: cluster 2024-01-15T23:14:43.642160+0000 mgr.smithi078.bhchre (mgr.14180) 209 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:46.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:46 smithi150 bash[17564]: cluster 2024-01-15T23:14:45.642916+0000 mgr.smithi078.bhchre (mgr.14180) 210 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:47.016 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:46 smithi078 bash[14045]: cluster 2024-01-15T23:14:45.642916+0000 mgr.smithi078.bhchre (mgr.14180) 210 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:49.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:48 smithi078 bash[14045]: cluster 2024-01-15T23:14:47.643455+0000 mgr.smithi078.bhchre (mgr.14180) 211 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:48 smithi150 bash[17564]: cluster 2024-01-15T23:14:47.643455+0000 mgr.smithi078.bhchre (mgr.14180) 211 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:49.172 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:49.911 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:50.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:49 smithi078 bash[14045]: audit 2024-01-15T23:14:49.186845+0000 mon.smithi078 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.78:0/196021046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:50.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:49 smithi150 bash[17564]: audit 2024-01-15T23:14:49.186845+0000 mon.smithi078 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.78:0/196021046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:50.912 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:51.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:51 smithi078 bash[14045]: cluster 2024-01-15T23:14:49.643883+0000 mgr.smithi078.bhchre (mgr.14180) 212 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:51.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:51 smithi150 bash[17564]: cluster 2024-01-15T23:14:49.643883+0000 mgr.smithi078.bhchre (mgr.14180) 212 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:53.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:53 smithi078 bash[14045]: cluster 2024-01-15T23:14:51.644682+0000 mgr.smithi078.bhchre (mgr.14180) 213 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:53.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:53 smithi150 bash[17564]: cluster 2024-01-15T23:14:51.644682+0000 mgr.smithi078.bhchre (mgr.14180) 213 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:54.057 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.621356+0000 mon.smithi078 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:14:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.902561+0000 mon.smithi078 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:14:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.903657+0000 mon.smithi078 (mon.0) 411 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:14:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.909959+0000 mon.smithi078 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:14:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.917740+0000 mon.smithi078 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:14:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.921892+0000 mon.smithi078 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:14:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.924685+0000 mon.smithi078 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:14:54.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.925092+0000 mon.smithi078 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:14:54.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:53.925793+0000 mon.smithi078 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:14:54.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:54 smithi078 bash[14045]: audit 2024-01-15T23:14:54.071896+0000 mon.smithi078 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.78:0/4053590142' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:54.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.621356+0000 mon.smithi078 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.902561+0000 mon.smithi078 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.903657+0000 mon.smithi078 (mon.0) 411 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.909959+0000 mon.smithi078 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.917740+0000 mon.smithi078 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.921892+0000 mon.smithi078 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.924685+0000 mon.smithi078 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.925092+0000 mon.smithi078 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:53.925793+0000 mon.smithi078 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:14:54.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:54 smithi150 bash[17564]: audit 2024-01-15T23:14:54.071896+0000 mon.smithi078 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.78:0/4053590142' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:54.801 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:14:55.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:55 smithi078 bash[14045]: cluster 2024-01-15T23:14:53.645663+0000 mgr.smithi078.bhchre (mgr.14180) 214 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:55.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:55 smithi078 bash[14045]: cluster 2024-01-15T23:14:53.910537+0000 mgr.smithi078.bhchre (mgr.14180) 215 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:55.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:55 smithi078 bash[14045]: cluster 2024-01-15T23:14:54.237834+0000 mon.smithi078 (mon.0) 419 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:14:55.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:55 smithi078 bash[14045]: cluster 2024-01-15T23:14:54.237893+0000 mon.smithi078 (mon.0) 420 : cluster [INF] Cluster is now healthy 2024-01-15T23:14:55.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:55 smithi150 bash[17564]: cluster 2024-01-15T23:14:53.645663+0000 mgr.smithi078.bhchre (mgr.14180) 214 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:55.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:55 smithi150 bash[17564]: cluster 2024-01-15T23:14:53.910537+0000 mgr.smithi078.bhchre (mgr.14180) 215 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:55.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:55 smithi150 bash[17564]: cluster 2024-01-15T23:14:54.237834+0000 mon.smithi078 (mon.0) 419 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:14:55.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:55 smithi150 bash[17564]: cluster 2024-01-15T23:14:54.237893+0000 mon.smithi078 (mon.0) 420 : cluster [INF] Cluster is now healthy 2024-01-15T23:14:55.802 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:14:56.806 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:56 smithi078 bash[14045]: audit 2024-01-15T23:14:55.482469+0000 mon.smithi078 (mon.0) 421 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:14:56.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:56 smithi150 bash[17564]: audit 2024-01-15T23:14:55.482469+0000 mon.smithi078 (mon.0) 421 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:14:57.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:57 smithi078 bash[14045]: cluster 2024-01-15T23:14:55.910873+0000 mgr.smithi078.bhchre (mgr.14180) 216 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:57.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:57 smithi150 bash[17564]: cluster 2024-01-15T23:14:55.910873+0000 mgr.smithi078.bhchre (mgr.14180) 216 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:58.859 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:14:59.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:59 smithi150 bash[17564]: cluster 2024-01-15T23:14:57.911170+0000 mgr.smithi078.bhchre (mgr.14180) 217 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:59.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:14:59 smithi150 bash[17564]: audit 2024-01-15T23:14:58.873866+0000 mon.smithi078 (mon.0) 422 : audit [DBG] from='client.? 172.21.15.78:0/1587570660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:59.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:59 smithi078 bash[14045]: cluster 2024-01-15T23:14:57.911170+0000 mgr.smithi078.bhchre (mgr.14180) 217 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:14:59.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:14:59 smithi078 bash[14045]: audit 2024-01-15T23:14:58.873866+0000 mon.smithi078 (mon.0) 422 : audit [DBG] from='client.? 172.21.15.78:0/1587570660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:14:59.921 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:00.923 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:01.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:01 smithi078 bash[14045]: cluster 2024-01-15T23:14:59.911543+0000 mgr.smithi078.bhchre (mgr.14180) 218 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:01.853 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:01 smithi150 bash[17564]: cluster 2024-01-15T23:14:59.911543+0000 mgr.smithi078.bhchre (mgr.14180) 218 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:02.789 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:02 smithi078 bash[14045]: audit 2024-01-15T23:15:02.481306+0000 mon.smithi150 (mon.1) 9 : audit [INF] from='client.? 172.21.15.150:0/2518355568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9ec5c23-1795-46a3-ba32-7b01c85d140a"}]: dispatch 2024-01-15T23:15:02.789 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:02 smithi078 bash[14045]: audit 2024-01-15T23:15:02.482245+0000 mon.smithi078 (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9ec5c23-1795-46a3-ba32-7b01c85d140a"}]: dispatch 2024-01-15T23:15:02.789 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:02 smithi078 bash[14045]: audit 2024-01-15T23:15:02.487624+0000 mon.smithi078 (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9ec5c23-1795-46a3-ba32-7b01c85d140a"}]': finished 2024-01-15T23:15:02.789 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:02 smithi078 bash[14045]: cluster 2024-01-15T23:15:02.487684+0000 mon.smithi078 (mon.0) 425 : cluster [DBG] osdmap e22: 1 total, 0 up, 1 in 2024-01-15T23:15:02.789 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:02 smithi078 bash[14045]: audit 2024-01-15T23:15:02.488009+0000 mon.smithi078 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:15:02.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:02 smithi150 bash[17564]: audit 2024-01-15T23:15:02.481306+0000 mon.smithi150 (mon.1) 9 : audit [INF] from='client.? 172.21.15.150:0/2518355568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9ec5c23-1795-46a3-ba32-7b01c85d140a"}]: dispatch 2024-01-15T23:15:02.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:02 smithi150 bash[17564]: audit 2024-01-15T23:15:02.482245+0000 mon.smithi078 (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9ec5c23-1795-46a3-ba32-7b01c85d140a"}]: dispatch 2024-01-15T23:15:02.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:02 smithi150 bash[17564]: audit 2024-01-15T23:15:02.487624+0000 mon.smithi078 (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9ec5c23-1795-46a3-ba32-7b01c85d140a"}]': finished 2024-01-15T23:15:02.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:02 smithi150 bash[17564]: cluster 2024-01-15T23:15:02.487684+0000 mon.smithi078 (mon.0) 425 : cluster [DBG] osdmap e22: 1 total, 0 up, 1 in 2024-01-15T23:15:02.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:02 smithi150 bash[17564]: audit 2024-01-15T23:15:02.488009+0000 mon.smithi078 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:15:03.773 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:03 smithi078 bash[14045]: cluster 2024-01-15T23:15:01.911984+0000 mgr.smithi078.bhchre (mgr.14180) 219 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:03.774 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:03 smithi078 bash[14045]: audit 2024-01-15T23:15:02.839646+0000 mon.smithi078 (mon.0) 427 : audit [INF] from='client.? 172.21.15.150:0/3176656031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:15:03.774 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:03 smithi078 bash[14045]: audit 2024-01-15T23:15:02.846534+0000 mon.smithi078 (mon.0) 428 : audit [INF] from='client.? 172.21.15.150:0/3176656031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:15:03.774 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:03 smithi078 bash[14045]: cluster 2024-01-15T23:15:02.846605+0000 mon.smithi078 (mon.0) 429 : cluster [DBG] osdmap e23: 0 total, 0 up, 0 in 2024-01-15T23:15:03.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:03 smithi150 bash[17564]: cluster 2024-01-15T23:15:01.911984+0000 mgr.smithi078.bhchre (mgr.14180) 219 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:03.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:03 smithi150 bash[17564]: audit 2024-01-15T23:15:02.839646+0000 mon.smithi078 (mon.0) 427 : audit [INF] from='client.? 172.21.15.150:0/3176656031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:15:03.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:03 smithi150 bash[17564]: audit 2024-01-15T23:15:02.846534+0000 mon.smithi078 (mon.0) 428 : audit [INF] from='client.? 172.21.15.150:0/3176656031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:15:03.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:03 smithi150 bash[17564]: cluster 2024-01-15T23:15:02.846605+0000 mon.smithi078 (mon.0) 429 : cluster [DBG] osdmap e23: 0 total, 0 up, 0 in 2024-01-15T23:15:04.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:04 smithi078 bash[14045]: audit 2024-01-15T23:15:04.172639+0000 mon.smithi150 (mon.1) 10 : audit [INF] from='client.? 172.21.15.78:0/2144564992' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1b84872-0193-4db1-aaf6-852c50cc1492"}]: dispatch 2024-01-15T23:15:04.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:04 smithi078 bash[14045]: audit 2024-01-15T23:15:04.173399+0000 mon.smithi078 (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1b84872-0193-4db1-aaf6-852c50cc1492"}]: dispatch 2024-01-15T23:15:04.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:04 smithi078 bash[14045]: audit 2024-01-15T23:15:04.179672+0000 mon.smithi078 (mon.0) 431 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1b84872-0193-4db1-aaf6-852c50cc1492"}]': finished 2024-01-15T23:15:04.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:04 smithi078 bash[14045]: cluster 2024-01-15T23:15:04.179769+0000 mon.smithi078 (mon.0) 432 : cluster [DBG] osdmap e24: 1 total, 0 up, 1 in 2024-01-15T23:15:04.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:04 smithi078 bash[14045]: audit 2024-01-15T23:15:04.179905+0000 mon.smithi078 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:15:04.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:04 smithi150 bash[17564]: audit 2024-01-15T23:15:04.172639+0000 mon.smithi150 (mon.1) 10 : audit [INF] from='client.? 172.21.15.78:0/2144564992' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1b84872-0193-4db1-aaf6-852c50cc1492"}]: dispatch 2024-01-15T23:15:04.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:04 smithi150 bash[17564]: audit 2024-01-15T23:15:04.173399+0000 mon.smithi078 (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1b84872-0193-4db1-aaf6-852c50cc1492"}]: dispatch 2024-01-15T23:15:04.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:04 smithi150 bash[17564]: audit 2024-01-15T23:15:04.179672+0000 mon.smithi078 (mon.0) 431 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1b84872-0193-4db1-aaf6-852c50cc1492"}]': finished 2024-01-15T23:15:04.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:04 smithi150 bash[17564]: cluster 2024-01-15T23:15:04.179769+0000 mon.smithi078 (mon.0) 432 : cluster [DBG] osdmap e24: 1 total, 0 up, 1 in 2024-01-15T23:15:04.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:04 smithi150 bash[17564]: audit 2024-01-15T23:15:04.179905+0000 mon.smithi078 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:15:04.979 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: cephadm 2024-01-15T23:15:03.703679+0000 mgr.smithi078.bhchre (mgr.14180) 220 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:15:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:15:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new c9ec5c23-1795-46a3-ba32-7b01c85d140a 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:15:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:15:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:15:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:15:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:15:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:15:05.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:15:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:15:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:15:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:15:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:15:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:15:05.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:15:05.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:05.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: main() 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:15:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: cluster 2024-01-15T23:15:03.912343+0000 mgr.smithi078.bhchre (mgr.14180) 221 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: audit 2024-01-15T23:15:04.528694+0000 mon.smithi078 (mon.0) 434 : audit [INF] from='client.? 172.21.15.78:0/2537369372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: audit 2024-01-15T23:15:04.533406+0000 mon.smithi078 (mon.0) 435 : audit [INF] from='client.? 172.21.15.78:0/2537369372' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: cluster 2024-01-15T23:15:04.533449+0000 mon.smithi078 (mon.0) 436 : cluster [DBG] osdmap e25: 0 total, 0 up, 0 in 2024-01-15T23:15:05.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:05 smithi078 bash[14045]: audit 2024-01-15T23:15:04.993643+0000 mon.smithi078 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.78:0/1000347468' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: cephadm 2024-01-15T23:15:03.703679+0000 mgr.smithi078.bhchre (mgr.14180) 220 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:15:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new c9ec5c23-1795-46a3-ba32-7b01c85d140a 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:15:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:15:05.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:05.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:15:05.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:15:05.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: main() 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:15:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:15:05.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:05.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: cluster 2024-01-15T23:15:03.912343+0000 mgr.smithi078.bhchre (mgr.14180) 221 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:05.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: audit 2024-01-15T23:15:04.528694+0000 mon.smithi078 (mon.0) 434 : audit [INF] from='client.? 172.21.15.78:0/2537369372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:15:05.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: audit 2024-01-15T23:15:04.533406+0000 mon.smithi078 (mon.0) 435 : audit [INF] from='client.? 172.21.15.78:0/2537369372' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:15:05.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: cluster 2024-01-15T23:15:04.533449+0000 mon.smithi078 (mon.0) 436 : cluster [DBG] osdmap e25: 0 total, 0 up, 0 in 2024-01-15T23:15:05.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:05 smithi150 bash[17564]: audit 2024-01-15T23:15:04.993643+0000 mon.smithi078 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.78:0/1000347468' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:06.121 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:06.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:06 smithi150 bash[17564]: cluster 2024-01-15T23:15:06.531365+0000 mon.smithi078 (mon.0) 438 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:15:07.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:06 smithi078 bash[14045]: cluster 2024-01-15T23:15:06.531365+0000 mon.smithi078 (mon.0) 438 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:15:07.121 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:07.867 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: cephadm 2024-01-15T23:15:05.687967+0000 mgr.smithi078.bhchre (mgr.14180) 222 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:15:07.867 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:15:07.867 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:15:07.867 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:15:07.867 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:15:07.867 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:15:07.867 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:15:07.867 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp72avgt46:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_9u21jg4:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new b1b84872-0193-4db1-aaf6-852c50cc1492 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.868 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:15:07.869 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:15:07.870 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: main() 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:15:07.872 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp72avgt46:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_9u21jg4:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: cephadm 2024-01-15T23:15:05.690681+0000 mgr.smithi078.bhchre (mgr.14180) 223 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: placement: 2024-01-15T23:15:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: spec: 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: data_devices: 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: all: true 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new c9ec5c23-1795-46a3-ba32-7b01c85d140a 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:15:07.874 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:15:07.875 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.877 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.877 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.878 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: main() 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:15:07.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: raise self._value 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:15:07.881 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new c9ec5c23-1795-46a3-ba32-7b01c85d140a 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.882 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:15:07.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:15:07.885 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: main() 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:15:07.886 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.887 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:07 smithi078 bash[14045]: cluster 2024-01-15T23:15:05.692111+0000 mgr.smithi078.bhchre (mgr.14180) 224 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:07.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: cephadm 2024-01-15T23:15:05.687967+0000 mgr.smithi078.bhchre (mgr.14180) 222 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp72avgt46:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_9u21jg4:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:15:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new b1b84872-0193-4db1-aaf6-852c50cc1492 2024-01-15T23:15:07.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:15:07.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:15:07.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:15:07.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:15:07.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:15:07.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:15:07.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:15:07.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: main() 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:15:07.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:15:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp72avgt46:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_9u21jg4:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: cephadm 2024-01-15T23:15:05.690681+0000 mgr.smithi078.bhchre (mgr.14180) 223 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: placement: 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: spec: 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: data_devices: 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: all: true 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:15:07.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new c9ec5c23-1795-46a3-ba32-7b01c85d140a 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:15:07.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:15:07.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:15:07.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:15:07.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:15:07.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:15:07.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:15:07.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: main() 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:15:07.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: raise self._value 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new c9ec5c23-1795-46a3-ba32-7b01c85d140a 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:15:07.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:15:07.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:15:07.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:15:07.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: main() 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:15:07.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:15:07.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:15:07.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:15:07.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:15:07.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:15:07.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp3vdjb2bi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp35_z_erc:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:15:07.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:07 smithi150 bash[17564]: cluster 2024-01-15T23:15:05.692111+0000 mgr.smithi078.bhchre (mgr.14180) 224 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:09.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:09 smithi150 bash[17564]: cluster 2024-01-15T23:15:07.692816+0000 mgr.smithi078.bhchre (mgr.14180) 225 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:10.023 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:09 smithi078 bash[14045]: cluster 2024-01-15T23:15:07.692816+0000 mgr.smithi078.bhchre (mgr.14180) 225 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:10.429 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:11.184 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:11.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:11 smithi078 bash[14045]: cluster 2024-01-15T23:15:09.694089+0000 mgr.smithi078.bhchre (mgr.14180) 226 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:11.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:11 smithi078 bash[14045]: audit 2024-01-15T23:15:10.443899+0000 mon.smithi078 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.78:0/1940128586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:11.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:11 smithi078 bash[14045]: audit 2024-01-15T23:15:10.482522+0000 mon.smithi078 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:15:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:11 smithi150 bash[17564]: cluster 2024-01-15T23:15:09.694089+0000 mgr.smithi078.bhchre (mgr.14180) 226 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:11 smithi150 bash[17564]: audit 2024-01-15T23:15:10.443899+0000 mon.smithi078 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.78:0/1940128586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:11 smithi150 bash[17564]: audit 2024-01-15T23:15:10.482522+0000 mon.smithi078 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:15:12.185 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:13.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:13 smithi078 bash[14045]: cluster 2024-01-15T23:15:11.695115+0000 mgr.smithi078.bhchre (mgr.14180) 227 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:13.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:13 smithi150 bash[17564]: cluster 2024-01-15T23:15:11.695115+0000 mgr.smithi078.bhchre (mgr.14180) 227 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:15.279 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:15.529 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:15 smithi078 bash[14045]: cluster 2024-01-15T23:15:13.696139+0000 mgr.smithi078.bhchre (mgr.14180) 228 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:15.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:15 smithi150 bash[17564]: cluster 2024-01-15T23:15:13.696139+0000 mgr.smithi078.bhchre (mgr.14180) 228 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:15.982 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:16.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:16 smithi078 bash[14045]: audit 2024-01-15T23:15:15.293952+0000 mon.smithi078 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.78:0/1039778448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:16.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:16 smithi150 bash[17564]: audit 2024-01-15T23:15:15.293952+0000 mon.smithi078 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.78:0/1039778448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:16.983 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:17.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:17 smithi078 bash[14045]: cluster 2024-01-15T23:15:15.696678+0000 mgr.smithi078.bhchre (mgr.14180) 229 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:17.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:17 smithi150 bash[17564]: cluster 2024-01-15T23:15:15.696678+0000 mgr.smithi078.bhchre (mgr.14180) 229 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:19.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:19 smithi078 bash[14045]: cluster 2024-01-15T23:15:17.697649+0000 mgr.smithi078.bhchre (mgr.14180) 230 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:19.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:19 smithi150 bash[17564]: cluster 2024-01-15T23:15:17.697649+0000 mgr.smithi078.bhchre (mgr.14180) 230 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:20.158 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:20.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:20 smithi078 bash[14045]: audit 2024-01-15T23:15:20.173079+0000 mon.smithi078 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.78:0/2403739828' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:20 smithi150 bash[17564]: audit 2024-01-15T23:15:20.173079+0000 mon.smithi078 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.78:0/2403739828' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:20.919 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:21.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:21 smithi078 bash[14045]: cluster 2024-01-15T23:15:19.698629+0000 mgr.smithi078.bhchre (mgr.14180) 231 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:21.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:21 smithi150 bash[17564]: cluster 2024-01-15T23:15:19.698629+0000 mgr.smithi078.bhchre (mgr.14180) 231 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:21.920 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:23.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:23 smithi078 bash[14045]: cluster 2024-01-15T23:15:21.699714+0000 mgr.smithi078.bhchre (mgr.14180) 232 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:23.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:23 smithi150 bash[17564]: cluster 2024-01-15T23:15:21.699714+0000 mgr.smithi078.bhchre (mgr.14180) 232 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:25.050 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:25.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:25 smithi078 bash[14045]: cluster 2024-01-15T23:15:23.700754+0000 mgr.smithi078.bhchre (mgr.14180) 233 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:25.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:25 smithi078 bash[14045]: audit 2024-01-15T23:15:25.064804+0000 mon.smithi078 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.78:0/1114944801' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:25.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:25 smithi150 bash[17564]: cluster 2024-01-15T23:15:23.700754+0000 mgr.smithi078.bhchre (mgr.14180) 233 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:25.672 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:25 smithi150 bash[17564]: audit 2024-01-15T23:15:25.064804+0000 mon.smithi078 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.78:0/1114944801' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:25.768 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:26.769 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:27.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:27 smithi078 bash[14045]: cluster 2024-01-15T23:15:25.701223+0000 mgr.smithi078.bhchre (mgr.14180) 234 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:27.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:27 smithi150 bash[17564]: cluster 2024-01-15T23:15:25.701223+0000 mgr.smithi078.bhchre (mgr.14180) 234 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:29.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:29 smithi078 bash[14045]: cluster 2024-01-15T23:15:27.702258+0000 mgr.smithi078.bhchre (mgr.14180) 235 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:29.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:29 smithi150 bash[17564]: cluster 2024-01-15T23:15:27.702258+0000 mgr.smithi078.bhchre (mgr.14180) 235 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:29.870 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:30.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:30 smithi078 bash[14045]: audit 2024-01-15T23:15:29.884982+0000 mon.smithi078 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.78:0/1360589802' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:30.610 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:30.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:30 smithi150 bash[17564]: audit 2024-01-15T23:15:29.884982+0000 mon.smithi078 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.78:0/1360589802' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:31.611 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:31.623 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:31 smithi078 bash[14045]: cluster 2024-01-15T23:15:29.703101+0000 mgr.smithi078.bhchre (mgr.14180) 236 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:31.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:31 smithi150 bash[17564]: cluster 2024-01-15T23:15:29.703101+0000 mgr.smithi078.bhchre (mgr.14180) 236 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:33 smithi150 bash[17564]: cluster 2024-01-15T23:15:31.703699+0000 mgr.smithi078.bhchre (mgr.14180) 237 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:33.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:33 smithi078 bash[14045]: cluster 2024-01-15T23:15:31.703699+0000 mgr.smithi078.bhchre (mgr.14180) 237 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:34.617 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:35.326 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:35 smithi150 bash[17564]: cluster 2024-01-15T23:15:33.704730+0000 mgr.smithi078.bhchre (mgr.14180) 238 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:35.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:35 smithi150 bash[17564]: audit 2024-01-15T23:15:34.631912+0000 mon.smithi078 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.78:0/1868919682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:35.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:35 smithi078 bash[14045]: cluster 2024-01-15T23:15:33.704730+0000 mgr.smithi078.bhchre (mgr.14180) 238 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:35.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:35 smithi078 bash[14045]: audit 2024-01-15T23:15:34.631912+0000 mon.smithi078 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.78:0/1868919682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:36.327 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:37.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:37 smithi078 bash[14045]: cluster 2024-01-15T23:15:35.705777+0000 mgr.smithi078.bhchre (mgr.14180) 239 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:37.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:37 smithi150 bash[17564]: cluster 2024-01-15T23:15:35.705777+0000 mgr.smithi078.bhchre (mgr.14180) 239 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:39.368 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:39.609 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:39 smithi078 bash[14045]: cluster 2024-01-15T23:15:37.706803+0000 mgr.smithi078.bhchre (mgr.14180) 240 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:39.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:39 smithi150 bash[17564]: cluster 2024-01-15T23:15:37.706803+0000 mgr.smithi078.bhchre (mgr.14180) 240 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:40.106 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:40.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:40 smithi150 bash[17564]: audit 2024-01-15T23:15:39.382376+0000 mon.smithi078 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/2578884682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:40.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:40 smithi078 bash[14045]: audit 2024-01-15T23:15:39.382376+0000 mon.smithi078 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/2578884682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:41.107 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:41.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:41 smithi078 bash[14045]: cluster 2024-01-15T23:15:39.707859+0000 mgr.smithi078.bhchre (mgr.14180) 241 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:41.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:41 smithi150 bash[17564]: cluster 2024-01-15T23:15:39.707859+0000 mgr.smithi078.bhchre (mgr.14180) 241 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:43.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:43 smithi078 bash[14045]: cluster 2024-01-15T23:15:41.708872+0000 mgr.smithi078.bhchre (mgr.14180) 242 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:43.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:43 smithi150 bash[17564]: cluster 2024-01-15T23:15:41.708872+0000 mgr.smithi078.bhchre (mgr.14180) 242 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:44.319 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:44.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:44 smithi150 bash[17564]: audit 2024-01-15T23:15:44.333871+0000 mon.smithi078 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.78:0/561104419' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:44.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:44 smithi078 bash[14045]: audit 2024-01-15T23:15:44.333871+0000 mon.smithi078 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.78:0/561104419' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:45.056 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:45.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:45 smithi150 bash[17564]: cluster 2024-01-15T23:15:43.709819+0000 mgr.smithi078.bhchre (mgr.14180) 243 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:45.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:45 smithi078 bash[14045]: cluster 2024-01-15T23:15:43.709819+0000 mgr.smithi078.bhchre (mgr.14180) 243 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:46.057 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:47.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:47 smithi078 bash[14045]: cluster 2024-01-15T23:15:45.710850+0000 mgr.smithi078.bhchre (mgr.14180) 244 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:47.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:47 smithi150 bash[17564]: cluster 2024-01-15T23:15:45.710850+0000 mgr.smithi078.bhchre (mgr.14180) 244 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:49.170 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:49.474 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:49 smithi078 bash[14045]: cluster 2024-01-15T23:15:47.711332+0000 mgr.smithi078.bhchre (mgr.14180) 245 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:49.474 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:49 smithi078 bash[14045]: audit 2024-01-15T23:15:49.184786+0000 mon.smithi078 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.78:0/4075932599' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:49.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:49 smithi150 bash[17564]: cluster 2024-01-15T23:15:47.711332+0000 mgr.smithi078.bhchre (mgr.14180) 245 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:49.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:49 smithi150 bash[17564]: audit 2024-01-15T23:15:49.184786+0000 mon.smithi078 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.78:0/4075932599' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:49.988 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:50.989 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:51.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:51 smithi078 bash[14045]: cluster 2024-01-15T23:15:49.712264+0000 mgr.smithi078.bhchre (mgr.14180) 246 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:51.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:51 smithi150 bash[17564]: cluster 2024-01-15T23:15:49.712264+0000 mgr.smithi078.bhchre (mgr.14180) 246 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:53.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:53 smithi078 bash[14045]: cluster 2024-01-15T23:15:51.712958+0000 mgr.smithi078.bhchre (mgr.14180) 247 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:53.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:53 smithi150 bash[17564]: cluster 2024-01-15T23:15:51.712958+0000 mgr.smithi078.bhchre (mgr.14180) 247 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:54.119 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:54.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:54 smithi078 bash[14045]: audit 2024-01-15T23:15:54.133599+0000 mon.smithi078 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.78:0/3567581034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:54.873 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:54.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:54 smithi150 bash[17564]: audit 2024-01-15T23:15:54.133599+0000 mon.smithi078 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.78:0/3567581034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:55.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:55 smithi078 bash[14045]: cluster 2024-01-15T23:15:53.713985+0000 mgr.smithi078.bhchre (mgr.14180) 248 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:55.874 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:15:55.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:55 smithi150 bash[17564]: cluster 2024-01-15T23:15:53.713985+0000 mgr.smithi078.bhchre (mgr.14180) 248 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:57.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:57 smithi078 bash[14045]: cluster 2024-01-15T23:15:55.715116+0000 mgr.smithi078.bhchre (mgr.14180) 249 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:57.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:57 smithi150 bash[17564]: cluster 2024-01-15T23:15:55.715116+0000 mgr.smithi078.bhchre (mgr.14180) 249 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:58.916 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:15:59.668 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:15:59.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:59 smithi150 bash[17564]: cluster 2024-01-15T23:15:57.715754+0000 mgr.smithi078.bhchre (mgr.14180) 250 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:59.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:15:59 smithi150 bash[17564]: audit 2024-01-15T23:15:58.930584+0000 mon.smithi078 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.78:0/2427376620' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:15:59.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:59 smithi078 bash[14045]: cluster 2024-01-15T23:15:57.715754+0000 mgr.smithi078.bhchre (mgr.14180) 250 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:15:59.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:15:59 smithi078 bash[14045]: audit 2024-01-15T23:15:58.930584+0000 mon.smithi078 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.78:0/2427376620' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:00.670 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:01.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:01 smithi078 bash[14045]: cluster 2024-01-15T23:15:59.716795+0000 mgr.smithi078.bhchre (mgr.14180) 251 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:01.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:01 smithi150 bash[17564]: cluster 2024-01-15T23:15:59.716795+0000 mgr.smithi078.bhchre (mgr.14180) 251 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:03.714 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:03.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:03 smithi078 bash[14045]: cluster 2024-01-15T23:16:01.717471+0000 mgr.smithi078.bhchre (mgr.14180) 252 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:03.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:03 smithi150 bash[17564]: cluster 2024-01-15T23:16:01.717471+0000 mgr.smithi078.bhchre (mgr.14180) 252 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:04.488 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:04.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:04 smithi078 bash[14045]: audit 2024-01-15T23:16:03.728861+0000 mon.smithi078 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.78:0/2097542146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:04.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:04 smithi150 bash[17564]: audit 2024-01-15T23:16:03.728861+0000 mon.smithi078 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.78:0/2097542146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:05.490 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:05.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:05 smithi078 bash[14045]: cluster 2024-01-15T23:16:03.718352+0000 mgr.smithi078.bhchre (mgr.14180) 253 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:05.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:05 smithi150 bash[17564]: cluster 2024-01-15T23:16:03.718352+0000 mgr.smithi078.bhchre (mgr.14180) 253 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:06.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:05.693687+0000 mon.smithi078 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:16:06.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:05.991972+0000 mon.smithi078 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:16:06.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:05.993012+0000 mon.smithi078 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:16:06.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:06.001635+0000 mon.smithi078 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:16:06.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:06.006771+0000 mon.smithi078 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:16:06.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:06.010942+0000 mon.smithi078 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:16:06.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:06.013979+0000 mon.smithi078 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:16:06.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:06.014144+0000 mon.smithi078 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:16:06.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:06 smithi078 bash[14045]: audit 2024-01-15T23:16:06.014854+0000 mon.smithi078 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:05.693687+0000 mon.smithi078 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:05.991972+0000 mon.smithi078 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:05.993012+0000 mon.smithi078 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:06.001635+0000 mon.smithi078 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:06.006771+0000 mon.smithi078 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:06.010942+0000 mon.smithi078 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:06.013979+0000 mon.smithi078 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:06.014144+0000 mon.smithi078 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:16:06.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:06 smithi150 bash[17564]: audit 2024-01-15T23:16:06.014854+0000 mon.smithi078 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:16:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:07 smithi078 bash[14045]: cluster 2024-01-15T23:16:05.718989+0000 mgr.smithi078.bhchre (mgr.14180) 254 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:07 smithi078 bash[14045]: cluster 2024-01-15T23:16:06.002261+0000 mgr.smithi078.bhchre (mgr.14180) 255 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:07 smithi078 bash[14045]: cluster 2024-01-15T23:16:06.493953+0000 mon.smithi078 (mon.0) 461 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:16:07.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:07 smithi078 bash[14045]: cluster 2024-01-15T23:16:06.493991+0000 mon.smithi078 (mon.0) 462 : cluster [INF] Cluster is now healthy 2024-01-15T23:16:07.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:07 smithi150 bash[17564]: cluster 2024-01-15T23:16:05.718989+0000 mgr.smithi078.bhchre (mgr.14180) 254 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:07 smithi150 bash[17564]: cluster 2024-01-15T23:16:06.002261+0000 mgr.smithi078.bhchre (mgr.14180) 255 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:07 smithi150 bash[17564]: cluster 2024-01-15T23:16:06.493953+0000 mon.smithi078 (mon.0) 461 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:16:07.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:07 smithi150 bash[17564]: cluster 2024-01-15T23:16:06.493991+0000 mon.smithi078 (mon.0) 462 : cluster [INF] Cluster is now healthy 2024-01-15T23:16:08.526 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:09.249 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:09.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:09 smithi078 bash[14045]: cluster 2024-01-15T23:16:08.002689+0000 mgr.smithi078.bhchre (mgr.14180) 256 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:09.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:09 smithi078 bash[14045]: audit 2024-01-15T23:16:08.540056+0000 mon.smithi078 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/3364595731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:09.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:09 smithi150 bash[17564]: cluster 2024-01-15T23:16:08.002689+0000 mgr.smithi078.bhchre (mgr.14180) 256 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:09.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:09 smithi150 bash[17564]: audit 2024-01-15T23:16:08.540056+0000 mon.smithi078 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/3364595731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:10.250 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:11.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:11 smithi078 bash[14045]: cluster 2024-01-15T23:16:10.003096+0000 mgr.smithi078.bhchre (mgr.14180) 257 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:11.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:11 smithi078 bash[14045]: audit 2024-01-15T23:16:10.482395+0000 mon.smithi078 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:16:11.867 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:11 smithi150 bash[17564]: cluster 2024-01-15T23:16:10.003096+0000 mgr.smithi078.bhchre (mgr.14180) 257 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:11.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:11 smithi150 bash[17564]: audit 2024-01-15T23:16:10.482395+0000 mon.smithi078 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:16:13.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:13 smithi150 bash[17564]: cluster 2024-01-15T23:16:12.003473+0000 mgr.smithi078.bhchre (mgr.14180) 258 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:13.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:13 smithi078 bash[14045]: cluster 2024-01-15T23:16:12.003473+0000 mgr.smithi078.bhchre (mgr.14180) 258 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:15.029 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:15.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: cluster 2024-01-15T23:16:14.003927+0000 mgr.smithi078.bhchre (mgr.14180) 259 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:15.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: audit 2024-01-15T23:16:14.865001+0000 mon.smithi150 (mon.1) 11 : audit [INF] from='client.? 172.21.15.150:0/1899688796' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "343e99df-f41d-4ff8-94f7-c05d6f6edee9"}]: dispatch 2024-01-15T23:16:15.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: audit 2024-01-15T23:16:14.865922+0000 mon.smithi078 (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "343e99df-f41d-4ff8-94f7-c05d6f6edee9"}]: dispatch 2024-01-15T23:16:15.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: audit 2024-01-15T23:16:14.871737+0000 mon.smithi078 (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "343e99df-f41d-4ff8-94f7-c05d6f6edee9"}]': finished 2024-01-15T23:16:15.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: cluster 2024-01-15T23:16:14.871823+0000 mon.smithi078 (mon.0) 467 : cluster [DBG] osdmap e26: 1 total, 0 up, 1 in 2024-01-15T23:16:15.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: audit 2024-01-15T23:16:14.872032+0000 mon.smithi078 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:16:15.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: audit 2024-01-15T23:16:15.043292+0000 mon.smithi078 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.78:0/3432397728' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:15.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: audit 2024-01-15T23:16:15.214520+0000 mon.smithi150 (mon.1) 12 : audit [INF] from='client.? 172.21.15.150:0/2949815541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:16:15.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: audit 2024-01-15T23:16:15.215690+0000 mon.smithi078 (mon.0) 470 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:16:15.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: audit 2024-01-15T23:16:15.223508+0000 mon.smithi078 (mon.0) 471 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:16:15.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:15 smithi078 bash[14045]: cluster 2024-01-15T23:16:15.223727+0000 mon.smithi078 (mon.0) 472 : cluster [DBG] osdmap e27: 0 total, 0 up, 0 in 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: cluster 2024-01-15T23:16:14.003927+0000 mgr.smithi078.bhchre (mgr.14180) 259 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: audit 2024-01-15T23:16:14.865001+0000 mon.smithi150 (mon.1) 11 : audit [INF] from='client.? 172.21.15.150:0/1899688796' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "343e99df-f41d-4ff8-94f7-c05d6f6edee9"}]: dispatch 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: audit 2024-01-15T23:16:14.865922+0000 mon.smithi078 (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "343e99df-f41d-4ff8-94f7-c05d6f6edee9"}]: dispatch 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: audit 2024-01-15T23:16:14.871737+0000 mon.smithi078 (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "343e99df-f41d-4ff8-94f7-c05d6f6edee9"}]': finished 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: cluster 2024-01-15T23:16:14.871823+0000 mon.smithi078 (mon.0) 467 : cluster [DBG] osdmap e26: 1 total, 0 up, 1 in 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: audit 2024-01-15T23:16:14.872032+0000 mon.smithi078 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: audit 2024-01-15T23:16:15.043292+0000 mon.smithi078 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.78:0/3432397728' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: audit 2024-01-15T23:16:15.214520+0000 mon.smithi150 (mon.1) 12 : audit [INF] from='client.? 172.21.15.150:0/2949815541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:16:15.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: audit 2024-01-15T23:16:15.215690+0000 mon.smithi078 (mon.0) 470 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:16:15.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: audit 2024-01-15T23:16:15.223508+0000 mon.smithi078 (mon.0) 471 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:16:15.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:15 smithi150 bash[17564]: cluster 2024-01-15T23:16:15.223727+0000 mon.smithi078 (mon.0) 472 : cluster [DBG] osdmap e27: 0 total, 0 up, 0 in 2024-01-15T23:16:15.754 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":26,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:16.755 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:16.768 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:16 smithi078 bash[14045]: audit 2024-01-15T23:16:16.312778+0000 mon.smithi078 (mon.0) 473 : audit [INF] from='client.? 172.21.15.78:0/60374042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd467534-957b-4e38-b5d5-9e4ddd7f7027"}]: dispatch 2024-01-15T23:16:16.768 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:16 smithi078 bash[14045]: audit 2024-01-15T23:16:16.318955+0000 mon.smithi078 (mon.0) 474 : audit [INF] from='client.? 172.21.15.78:0/60374042' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd467534-957b-4e38-b5d5-9e4ddd7f7027"}]': finished 2024-01-15T23:16:16.768 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:16 smithi078 bash[14045]: cluster 2024-01-15T23:16:16.319049+0000 mon.smithi078 (mon.0) 475 : cluster [DBG] osdmap e28: 1 total, 0 up, 1 in 2024-01-15T23:16:16.768 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:16 smithi078 bash[14045]: audit 2024-01-15T23:16:16.319168+0000 mon.smithi078 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:16:16.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:16 smithi150 bash[17564]: audit 2024-01-15T23:16:16.312778+0000 mon.smithi078 (mon.0) 473 : audit [INF] from='client.? 172.21.15.78:0/60374042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd467534-957b-4e38-b5d5-9e4ddd7f7027"}]: dispatch 2024-01-15T23:16:16.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:16 smithi150 bash[17564]: audit 2024-01-15T23:16:16.318955+0000 mon.smithi078 (mon.0) 474 : audit [INF] from='client.? 172.21.15.78:0/60374042' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd467534-957b-4e38-b5d5-9e4ddd7f7027"}]': finished 2024-01-15T23:16:16.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:16 smithi150 bash[17564]: cluster 2024-01-15T23:16:16.319049+0000 mon.smithi078 (mon.0) 475 : cluster [DBG] osdmap e28: 1 total, 0 up, 1 in 2024-01-15T23:16:16.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:16 smithi150 bash[17564]: audit 2024-01-15T23:16:16.319168+0000 mon.smithi078 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:16:17.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: cluster 2024-01-15T23:16:16.004381+0000 mgr.smithi078.bhchre (mgr.14180) 260 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:17.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: cephadm 2024-01-15T23:16:16.085813+0000 mgr.smithi078.bhchre (mgr.14180) 261 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:16:17.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:16:17.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:16:17.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:16:17.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:16:17.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 343e99df-f41d-4ff8-94f7-c05d6f6edee9 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:16:17.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:16:17.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:16:17.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:17.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:16:17.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: main() 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:16:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:17.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:16:17.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:16:17.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:16:17.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:16:17.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:17.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: audit 2024-01-15T23:16:16.677292+0000 mon.smithi078 (mon.0) 477 : audit [INF] from='client.? 172.21.15.78:0/770965065' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:16:17.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: audit 2024-01-15T23:16:16.684771+0000 mon.smithi078 (mon.0) 478 : audit [INF] from='client.? 172.21.15.78:0/770965065' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:16:17.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:17 smithi078 bash[14045]: cluster 2024-01-15T23:16:16.684878+0000 mon.smithi078 (mon.0) 479 : cluster [DBG] osdmap e29: 0 total, 0 up, 0 in 2024-01-15T23:16:17.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: cluster 2024-01-15T23:16:16.004381+0000 mgr.smithi078.bhchre (mgr.14180) 260 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:17.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: cephadm 2024-01-15T23:16:16.085813+0000 mgr.smithi078.bhchre (mgr.14180) 261 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:16:17.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:16:17.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 343e99df-f41d-4ff8-94f7-c05d6f6edee9 2024-01-15T23:16:17.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:16:17.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:16:17.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:16:17.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:17.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:16:17.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:16:17.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:17.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:17.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:16:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:16:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:16:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:16:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:16:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:16:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:16:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:16:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: main() 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:17.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:17.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: audit 2024-01-15T23:16:16.677292+0000 mon.smithi078 (mon.0) 477 : audit [INF] from='client.? 172.21.15.78:0/770965065' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:16:17.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: audit 2024-01-15T23:16:16.684771+0000 mon.smithi078 (mon.0) 478 : audit [INF] from='client.? 172.21.15.78:0/770965065' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:16:17.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:17 smithi150 bash[17564]: cluster 2024-01-15T23:16:16.684878+0000 mon.smithi078 (mon.0) 479 : cluster [DBG] osdmap e29: 0 total, 0 up, 0 in 2024-01-15T23:16:18.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:18 smithi078 bash[14045]: cluster 2024-01-15T23:16:18.516281+0000 mon.smithi078 (mon.0) 480 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:16:18.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:18 smithi150 bash[17564]: cluster 2024-01-15T23:16:18.516281+0000 mon.smithi078 (mon.0) 480 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:16:19.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: cephadm 2024-01-15T23:16:17.843082+0000 mgr.smithi078.bhchre (mgr.14180) 262 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:16:19.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp78i964fg:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp86afnvff:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:16:19.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:16:19.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new fd467534-957b-4e38-b5d5-9e4ddd7f7027 2024-01-15T23:16:19.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:16:19.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:16:19.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:16:19.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:16:19.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:16:19.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:16:19.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:16:19.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:16:19.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:16:19.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:16:19.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:16:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: main() 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:16:19.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp78i964fg:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp86afnvff:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: cephadm 2024-01-15T23:16:17.848123+0000 mgr.smithi078.bhchre (mgr.14180) 263 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: placement: 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: spec: 2024-01-15T23:16:19.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: data_devices: 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: all: true 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 343e99df-f41d-4ff8-94f7-c05d6f6edee9 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:16:19.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:16:19.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: main() 2024-01-15T23:16:19.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:16:19.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:16:19.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:16:19.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:16:19.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:16:19.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:16:19.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: raise self._value 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:16:19.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 343e99df-f41d-4ff8-94f7-c05d6f6edee9 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:16:19.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:16:19.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:16:19.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:16:19.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: main() 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:16:19.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:16:19.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:19 smithi150 bash[17564]: cluster 2024-01-15T23:16:17.849598+0000 mgr.smithi078.bhchre (mgr.14180) 264 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:19.982 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: cephadm 2024-01-15T23:16:17.843082+0000 mgr.smithi078.bhchre (mgr.14180) 262 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:16:19.982 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:16:19.982 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:16:19.982 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:16:19.982 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:16:19.982 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp78i964fg:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp86afnvff:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new fd467534-957b-4e38-b5d5-9e4ddd7f7027 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:16:19.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:16:19.984 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.985 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.986 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.986 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:16:19.986 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:16:19.986 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:16:19.986 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:16:19.986 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.986 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.987 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:16:19.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: main() 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:19.989 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp78i964fg:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp86afnvff:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: cephadm 2024-01-15T23:16:17.848123+0000 mgr.smithi078.bhchre (mgr.14180) 263 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: placement: 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: spec: 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: data_devices: 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: all: true 2024-01-15T23:16:19.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 343e99df-f41d-4ff8-94f7-c05d6f6edee9 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:16:19.991 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.992 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:19.993 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:16:19.994 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: main() 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:16:19.995 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: raise self._value 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:16:19.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 343e99df-f41d-4ff8-94f7-c05d6f6edee9 2024-01-15T23:16:19.998 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:16:19.999 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:16:20.000 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:20.001 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:16:20.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: main() 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:16:20.003 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:20.004 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:16:20.004 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:16:20.004 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:16:20.004 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:16:20.004 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:16:20.004 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:16:20.004 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnxf04tca:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsh1pim3f:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:16:20.004 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:19 smithi078 bash[14045]: cluster 2024-01-15T23:16:17.849598+0000 mgr.smithi078.bhchre (mgr.14180) 264 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:20.360 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:21.246 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:21.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:21 smithi078 bash[14045]: cluster 2024-01-15T23:16:19.850613+0000 mgr.smithi078.bhchre (mgr.14180) 265 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:21.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:21 smithi078 bash[14045]: audit 2024-01-15T23:16:20.374539+0000 mon.smithi078 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.78:0/2858991987' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:21.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:21 smithi150 bash[17564]: cluster 2024-01-15T23:16:19.850613+0000 mgr.smithi078.bhchre (mgr.14180) 265 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:21.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:21 smithi150 bash[17564]: audit 2024-01-15T23:16:20.374539+0000 mon.smithi078 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.78:0/2858991987' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:22.248 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:23.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:23 smithi078 bash[14045]: cluster 2024-01-15T23:16:21.851611+0000 mgr.smithi078.bhchre (mgr.14180) 266 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:23.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:23 smithi150 bash[17564]: cluster 2024-01-15T23:16:21.851611+0000 mgr.smithi078.bhchre (mgr.14180) 266 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:25.315 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:25.544 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:25 smithi078 bash[14045]: cluster 2024-01-15T23:16:23.852670+0000 mgr.smithi078.bhchre (mgr.14180) 267 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:25.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:25 smithi150 bash[17564]: cluster 2024-01-15T23:16:23.852670+0000 mgr.smithi078.bhchre (mgr.14180) 267 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:26.062 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:26.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:26 smithi078 bash[14045]: audit 2024-01-15T23:16:25.328531+0000 mon.smithi078 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.78:0/1133458737' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:26.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:26 smithi078 bash[14045]: audit 2024-01-15T23:16:25.485119+0000 mon.smithi078 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:16:26.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:26 smithi150 bash[17564]: audit 2024-01-15T23:16:25.328531+0000 mon.smithi078 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.78:0/1133458737' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:26.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:26 smithi150 bash[17564]: audit 2024-01-15T23:16:25.485119+0000 mon.smithi078 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:16:27.063 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:27.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:27 smithi078 bash[14045]: cluster 2024-01-15T23:16:25.853291+0000 mgr.smithi078.bhchre (mgr.14180) 268 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:27.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:27 smithi150 bash[17564]: cluster 2024-01-15T23:16:25.853291+0000 mgr.smithi078.bhchre (mgr.14180) 268 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:29.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:29 smithi150 bash[17564]: cluster 2024-01-15T23:16:27.854000+0000 mgr.smithi078.bhchre (mgr.14180) 269 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:29.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:29 smithi078 bash[14045]: cluster 2024-01-15T23:16:27.854000+0000 mgr.smithi078.bhchre (mgr.14180) 269 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:30.320 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:31.060 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:31.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:31 smithi078 bash[14045]: cluster 2024-01-15T23:16:29.854991+0000 mgr.smithi078.bhchre (mgr.14180) 270 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:31.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:31 smithi078 bash[14045]: audit 2024-01-15T23:16:30.333152+0000 mon.smithi078 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.78:0/3735614492' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:31.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:31 smithi150 bash[17564]: cluster 2024-01-15T23:16:29.854991+0000 mgr.smithi078.bhchre (mgr.14180) 270 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:31.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:31 smithi150 bash[17564]: audit 2024-01-15T23:16:30.333152+0000 mon.smithi078 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.78:0/3735614492' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:32.061 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:33.494 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:33 smithi078 bash[14045]: cluster 2024-01-15T23:16:31.856330+0000 mgr.smithi078.bhchre (mgr.14180) 271 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:33 smithi150 bash[17564]: cluster 2024-01-15T23:16:31.856330+0000 mgr.smithi078.bhchre (mgr.14180) 271 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:35.132 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:35.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:35 smithi078 bash[14045]: cluster 2024-01-15T23:16:33.857454+0000 mgr.smithi078.bhchre (mgr.14180) 272 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:35.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:35 smithi078 bash[14045]: audit 2024-01-15T23:16:35.145464+0000 mon.smithi078 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.78:0/3623159799' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:35.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:35 smithi150 bash[17564]: cluster 2024-01-15T23:16:33.857454+0000 mgr.smithi078.bhchre (mgr.14180) 272 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:35.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:35 smithi150 bash[17564]: audit 2024-01-15T23:16:35.145464+0000 mon.smithi078 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.78:0/3623159799' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:35.884 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:36.885 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:37.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:37 smithi078 bash[14045]: cluster 2024-01-15T23:16:35.857979+0000 mgr.smithi078.bhchre (mgr.14180) 273 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:37.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:37 smithi150 bash[17564]: cluster 2024-01-15T23:16:35.857979+0000 mgr.smithi078.bhchre (mgr.14180) 273 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:39.559 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:39 smithi078 bash[14045]: cluster 2024-01-15T23:16:37.859082+0000 mgr.smithi078.bhchre (mgr.14180) 274 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:39.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:39 smithi150 bash[17564]: cluster 2024-01-15T23:16:37.859082+0000 mgr.smithi078.bhchre (mgr.14180) 274 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:39.914 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:40.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:40 smithi078 bash[14045]: audit 2024-01-15T23:16:39.927043+0000 mon.smithi078 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.78:0/1753659112' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:40 smithi150 bash[17564]: audit 2024-01-15T23:16:39.927043+0000 mon.smithi078 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.78:0/1753659112' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:40.655 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:41.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:41 smithi078 bash[14045]: cluster 2024-01-15T23:16:39.860110+0000 mgr.smithi078.bhchre (mgr.14180) 275 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:41.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:41 smithi150 bash[17564]: cluster 2024-01-15T23:16:39.860110+0000 mgr.smithi078.bhchre (mgr.14180) 275 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:41.656 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:43.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:43 smithi078 bash[14045]: cluster 2024-01-15T23:16:41.860585+0000 mgr.smithi078.bhchre (mgr.14180) 276 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:43.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:43 smithi150 bash[17564]: cluster 2024-01-15T23:16:41.860585+0000 mgr.smithi078.bhchre (mgr.14180) 276 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:44.933 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:45.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:45 smithi078 bash[14045]: cluster 2024-01-15T23:16:43.861319+0000 mgr.smithi078.bhchre (mgr.14180) 277 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:45.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:45 smithi078 bash[14045]: audit 2024-01-15T23:16:44.946788+0000 mon.smithi078 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.78:0/3942880842' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:45.621 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:45.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:45 smithi150 bash[17564]: cluster 2024-01-15T23:16:43.861319+0000 mgr.smithi078.bhchre (mgr.14180) 277 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:45.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:45 smithi150 bash[17564]: audit 2024-01-15T23:16:44.946788+0000 mon.smithi078 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.78:0/3942880842' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:46.623 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:47.636 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:47 smithi078 bash[14045]: cluster 2024-01-15T23:16:45.861967+0000 mgr.smithi078.bhchre (mgr.14180) 278 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:47.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:47 smithi150 bash[17564]: cluster 2024-01-15T23:16:45.861967+0000 mgr.smithi078.bhchre (mgr.14180) 278 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:49.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:49 smithi150 bash[17564]: cluster 2024-01-15T23:16:47.863073+0000 mgr.smithi078.bhchre (mgr.14180) 279 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:49.706 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:49.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:49 smithi078 bash[14045]: cluster 2024-01-15T23:16:47.863073+0000 mgr.smithi078.bhchre (mgr.14180) 279 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:50.455 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:50.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:50 smithi150 bash[17564]: audit 2024-01-15T23:16:49.718336+0000 mon.smithi078 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.78:0/1647602045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:50.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:50 smithi078 bash[14045]: audit 2024-01-15T23:16:49.718336+0000 mon.smithi078 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.78:0/1647602045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:51.457 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:51.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:51 smithi150 bash[17564]: cluster 2024-01-15T23:16:49.864254+0000 mgr.smithi078.bhchre (mgr.14180) 280 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:51.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:51 smithi078 bash[14045]: cluster 2024-01-15T23:16:49.864254+0000 mgr.smithi078.bhchre (mgr.14180) 280 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:53.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:53 smithi150 bash[17564]: cluster 2024-01-15T23:16:51.865243+0000 mgr.smithi078.bhchre (mgr.14180) 281 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:53.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:53 smithi078 bash[14045]: cluster 2024-01-15T23:16:51.865243+0000 mgr.smithi078.bhchre (mgr.14180) 281 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:54.720 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:16:55.484 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:16:55.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:55 smithi150 bash[17564]: cluster 2024-01-15T23:16:53.866230+0000 mgr.smithi078.bhchre (mgr.14180) 282 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:55.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:55 smithi150 bash[17564]: audit 2024-01-15T23:16:54.733216+0000 mon.smithi078 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.78:0/2369969934' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:55.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:55 smithi078 bash[14045]: cluster 2024-01-15T23:16:53.866230+0000 mgr.smithi078.bhchre (mgr.14180) 282 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:55.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:55 smithi078 bash[14045]: audit 2024-01-15T23:16:54.733216+0000 mon.smithi078 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.78:0/2369969934' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:16:56.485 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:16:57.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:57 smithi150 bash[17564]: cluster 2024-01-15T23:16:55.867158+0000 mgr.smithi078.bhchre (mgr.14180) 283 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:57.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:57 smithi078 bash[14045]: cluster 2024-01-15T23:16:55.867158+0000 mgr.smithi078.bhchre (mgr.14180) 283 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:59.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:16:59 smithi078 bash[14045]: cluster 2024-01-15T23:16:57.868218+0000 mgr.smithi078.bhchre (mgr.14180) 284 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:59.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:16:59 smithi150 bash[17564]: cluster 2024-01-15T23:16:57.868218+0000 mgr.smithi078.bhchre (mgr.14180) 284 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:16:59.689 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:00.413 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:00.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:00 smithi150 bash[17564]: audit 2024-01-15T23:16:59.702176+0000 mon.smithi078 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.78:0/1739486266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:00.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:00 smithi078 bash[14045]: audit 2024-01-15T23:16:59.702176+0000 mon.smithi078 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.78:0/1739486266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:01.415 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:01.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:01 smithi078 bash[14045]: cluster 2024-01-15T23:16:59.868922+0000 mgr.smithi078.bhchre (mgr.14180) 285 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:01.865 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:01 smithi150 bash[17564]: cluster 2024-01-15T23:16:59.868922+0000 mgr.smithi078.bhchre (mgr.14180) 285 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:03.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:03 smithi078 bash[14045]: cluster 2024-01-15T23:17:01.869683+0000 mgr.smithi078.bhchre (mgr.14180) 286 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:03.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:03 smithi150 bash[17564]: cluster 2024-01-15T23:17:01.869683+0000 mgr.smithi078.bhchre (mgr.14180) 286 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:04.711 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:05.427 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:05.810 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:05 smithi078 bash[14045]: cluster 2024-01-15T23:17:03.870474+0000 mgr.smithi078.bhchre (mgr.14180) 287 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:05.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:05 smithi078 bash[14045]: audit 2024-01-15T23:17:04.723252+0000 mon.smithi078 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.78:0/1690725662' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:05 smithi150 bash[17564]: cluster 2024-01-15T23:17:03.870474+0000 mgr.smithi078.bhchre (mgr.14180) 287 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:05.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:05 smithi150 bash[17564]: audit 2024-01-15T23:17:04.723252+0000 mon.smithi078 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.78:0/1690725662' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:06.428 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:07.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:07 smithi078 bash[14045]: cluster 2024-01-15T23:17:05.871639+0000 mgr.smithi078.bhchre (mgr.14180) 288 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:07.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:07 smithi150 bash[17564]: cluster 2024-01-15T23:17:05.871639+0000 mgr.smithi078.bhchre (mgr.14180) 288 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:09.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:09 smithi078 bash[14045]: cluster 2024-01-15T23:17:07.872723+0000 mgr.smithi078.bhchre (mgr.14180) 289 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:09.648 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:09.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:09 smithi150 bash[17564]: cluster 2024-01-15T23:17:07.872723+0000 mgr.smithi078.bhchre (mgr.14180) 289 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:10.381 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:10.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:10 smithi078 bash[14045]: audit 2024-01-15T23:17:09.660628+0000 mon.smithi078 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.78:0/4062021958' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:10.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:10 smithi150 bash[17564]: audit 2024-01-15T23:17:09.660628+0000 mon.smithi078 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.78:0/4062021958' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:11.383 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:11.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:11 smithi078 bash[14045]: cluster 2024-01-15T23:17:09.873745+0000 mgr.smithi078.bhchre (mgr.14180) 290 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:11.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:11 smithi150 bash[17564]: cluster 2024-01-15T23:17:09.873745+0000 mgr.smithi078.bhchre (mgr.14180) 290 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:13.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:13 smithi078 bash[14045]: cluster 2024-01-15T23:17:11.874304+0000 mgr.smithi078.bhchre (mgr.14180) 291 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:13.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:13 smithi150 bash[17564]: cluster 2024-01-15T23:17:11.874304+0000 mgr.smithi078.bhchre (mgr.14180) 291 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:14.557 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:15.327 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:15.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:15 smithi078 bash[14045]: cluster 2024-01-15T23:17:13.875295+0000 mgr.smithi078.bhchre (mgr.14180) 292 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:15.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:15 smithi078 bash[14045]: audit 2024-01-15T23:17:14.569100+0000 mon.smithi078 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.78:0/2893327738' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:15.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:15 smithi150 bash[17564]: cluster 2024-01-15T23:17:13.875295+0000 mgr.smithi078.bhchre (mgr.14180) 292 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:15.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:15 smithi150 bash[17564]: audit 2024-01-15T23:17:14.569100+0000 mon.smithi078 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.78:0/2893327738' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:16.328 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:17.763 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:17 smithi078 bash[14045]: cluster 2024-01-15T23:17:15.876213+0000 mgr.smithi078.bhchre (mgr.14180) 293 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:17.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:17 smithi150 bash[17564]: cluster 2024-01-15T23:17:15.876213+0000 mgr.smithi078.bhchre (mgr.14180) 293 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:18.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:17.851706+0000 mon.smithi078 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:17:18.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:18.153354+0000 mon.smithi078 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:17:18.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:18.155082+0000 mon.smithi078 (mon.0) 496 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:17:18.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:18.163420+0000 mon.smithi078 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:17:18.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:18.173176+0000 mon.smithi078 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:17:18.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:18.177766+0000 mon.smithi078 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:17:18.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:18.180501+0000 mon.smithi078 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:17:18.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:18.181055+0000 mon.smithi078 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:17:18.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:18 smithi078 bash[14045]: audit 2024-01-15T23:17:18.182080+0000 mon.smithi078 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:17:18.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:17.851706+0000 mon.smithi078 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:17:18.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:18.153354+0000 mon.smithi078 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:17:18.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:18.155082+0000 mon.smithi078 (mon.0) 496 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:17:18.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:18.163420+0000 mon.smithi078 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:17:18.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:18.173176+0000 mon.smithi078 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:17:18.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:18.177766+0000 mon.smithi078 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:17:18.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:18.180501+0000 mon.smithi078 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:17:18.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:18.181055+0000 mon.smithi078 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:17:18.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:18 smithi150 bash[17564]: audit 2024-01-15T23:17:18.182080+0000 mon.smithi078 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:17:19.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:19 smithi078 bash[14045]: cluster 2024-01-15T23:17:17.876737+0000 mgr.smithi078.bhchre (mgr.14180) 294 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:19.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:19 smithi078 bash[14045]: cluster 2024-01-15T23:17:18.164297+0000 mgr.smithi078.bhchre (mgr.14180) 295 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:19.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:19 smithi078 bash[14045]: cluster 2024-01-15T23:17:18.485715+0000 mon.smithi078 (mon.0) 503 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:17:19.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:19 smithi078 bash[14045]: cluster 2024-01-15T23:17:18.485785+0000 mon.smithi078 (mon.0) 504 : cluster [INF] Cluster is now healthy 2024-01-15T23:17:19.665 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:19.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:19 smithi150 bash[17564]: cluster 2024-01-15T23:17:17.876737+0000 mgr.smithi078.bhchre (mgr.14180) 294 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:19.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:19 smithi150 bash[17564]: cluster 2024-01-15T23:17:18.164297+0000 mgr.smithi078.bhchre (mgr.14180) 295 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:19.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:19 smithi150 bash[17564]: cluster 2024-01-15T23:17:18.485715+0000 mon.smithi078 (mon.0) 503 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:17:19.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:19 smithi150 bash[17564]: cluster 2024-01-15T23:17:18.485785+0000 mon.smithi078 (mon.0) 504 : cluster [INF] Cluster is now healthy 2024-01-15T23:17:20.396 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:20.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:20 smithi078 bash[14045]: audit 2024-01-15T23:17:19.677674+0000 mon.smithi078 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.78:0/1766799535' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:20.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:20 smithi150 bash[17564]: audit 2024-01-15T23:17:19.677674+0000 mon.smithi078 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.78:0/1766799535' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:21.397 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:21.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:21 smithi078 bash[14045]: cluster 2024-01-15T23:17:20.164778+0000 mgr.smithi078.bhchre (mgr.14180) 296 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:21.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:21 smithi150 bash[17564]: cluster 2024-01-15T23:17:20.164778+0000 mgr.smithi078.bhchre (mgr.14180) 296 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:23.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:23 smithi078 bash[14045]: cluster 2024-01-15T23:17:22.165256+0000 mgr.smithi078.bhchre (mgr.14180) 297 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:23.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:23 smithi150 bash[17564]: cluster 2024-01-15T23:17:22.165256+0000 mgr.smithi078.bhchre (mgr.14180) 297 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:25.164 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:25.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:25 smithi078 bash[14045]: cluster 2024-01-15T23:17:24.165681+0000 mgr.smithi078.bhchre (mgr.14180) 298 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:25.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:25 smithi078 bash[14045]: audit 2024-01-15T23:17:25.176055+0000 mon.smithi078 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.78:0/528004633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:25.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:25 smithi078 bash[14045]: audit 2024-01-15T23:17:25.494714+0000 mon.smithi078 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:17:25.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:25 smithi150 bash[17564]: cluster 2024-01-15T23:17:24.165681+0000 mgr.smithi078.bhchre (mgr.14180) 298 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:25.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:25 smithi150 bash[17564]: audit 2024-01-15T23:17:25.176055+0000 mon.smithi078 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.78:0/528004633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:25.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:25 smithi150 bash[17564]: audit 2024-01-15T23:17:25.494714+0000 mon.smithi078 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:17:26.424 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:27.426 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:27.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: cluster 2024-01-15T23:17:26.166145+0000 mgr.smithi078.bhchre (mgr.14180) 299 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:27.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: audit 2024-01-15T23:17:26.911324+0000 mon.smithi150 (mon.1) 13 : audit [INF] from='client.? 172.21.15.150:0/2776903707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a92b005-d7a9-4a92-b3db-eaccb19fec48"}]: dispatch 2024-01-15T23:17:27.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: audit 2024-01-15T23:17:26.912334+0000 mon.smithi078 (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a92b005-d7a9-4a92-b3db-eaccb19fec48"}]: dispatch 2024-01-15T23:17:27.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: audit 2024-01-15T23:17:26.917661+0000 mon.smithi078 (mon.0) 509 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a92b005-d7a9-4a92-b3db-eaccb19fec48"}]': finished 2024-01-15T23:17:27.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: cluster 2024-01-15T23:17:26.917776+0000 mon.smithi078 (mon.0) 510 : cluster [DBG] osdmap e30: 1 total, 0 up, 1 in 2024-01-15T23:17:27.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: audit 2024-01-15T23:17:26.917932+0000 mon.smithi078 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:17:27.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: audit 2024-01-15T23:17:27.267268+0000 mon.smithi150 (mon.1) 14 : audit [INF] from='client.? 172.21.15.150:0/2104514825' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:17:27.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: audit 2024-01-15T23:17:27.268479+0000 mon.smithi078 (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:17:27.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: audit 2024-01-15T23:17:27.276929+0000 mon.smithi078 (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:17:27.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:27 smithi078 bash[14045]: cluster 2024-01-15T23:17:27.277125+0000 mon.smithi078 (mon.0) 514 : cluster [DBG] osdmap e31: 0 total, 0 up, 0 in 2024-01-15T23:17:27.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: cluster 2024-01-15T23:17:26.166145+0000 mgr.smithi078.bhchre (mgr.14180) 299 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:27.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: audit 2024-01-15T23:17:26.911324+0000 mon.smithi150 (mon.1) 13 : audit [INF] from='client.? 172.21.15.150:0/2776903707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a92b005-d7a9-4a92-b3db-eaccb19fec48"}]: dispatch 2024-01-15T23:17:27.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: audit 2024-01-15T23:17:26.912334+0000 mon.smithi078 (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a92b005-d7a9-4a92-b3db-eaccb19fec48"}]: dispatch 2024-01-15T23:17:27.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: audit 2024-01-15T23:17:26.917661+0000 mon.smithi078 (mon.0) 509 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a92b005-d7a9-4a92-b3db-eaccb19fec48"}]': finished 2024-01-15T23:17:27.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: cluster 2024-01-15T23:17:26.917776+0000 mon.smithi078 (mon.0) 510 : cluster [DBG] osdmap e30: 1 total, 0 up, 1 in 2024-01-15T23:17:27.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: audit 2024-01-15T23:17:26.917932+0000 mon.smithi078 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:17:27.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: audit 2024-01-15T23:17:27.267268+0000 mon.smithi150 (mon.1) 14 : audit [INF] from='client.? 172.21.15.150:0/2104514825' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:17:27.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: audit 2024-01-15T23:17:27.268479+0000 mon.smithi078 (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:17:27.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: audit 2024-01-15T23:17:27.276929+0000 mon.smithi078 (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:17:27.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:27 smithi150 bash[17564]: cluster 2024-01-15T23:17:27.277125+0000 mon.smithi078 (mon.0) 514 : cluster [DBG] osdmap e31: 0 total, 0 up, 0 in 2024-01-15T23:17:28.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:28 smithi078 bash[14045]: audit 2024-01-15T23:17:28.270833+0000 mon.smithi078 (mon.0) 515 : audit [INF] from='client.? 172.21.15.78:0/2675896612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79363638-ab35-4780-bedf-50594f64a78d"}]: dispatch 2024-01-15T23:17:28.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:28 smithi078 bash[14045]: audit 2024-01-15T23:17:28.275346+0000 mon.smithi078 (mon.0) 516 : audit [INF] from='client.? 172.21.15.78:0/2675896612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79363638-ab35-4780-bedf-50594f64a78d"}]': finished 2024-01-15T23:17:28.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:28 smithi078 bash[14045]: cluster 2024-01-15T23:17:28.275395+0000 mon.smithi078 (mon.0) 517 : cluster [DBG] osdmap e32: 1 total, 0 up, 1 in 2024-01-15T23:17:28.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:28 smithi078 bash[14045]: audit 2024-01-15T23:17:28.275584+0000 mon.smithi078 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:17:28.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:28 smithi150 bash[17564]: audit 2024-01-15T23:17:28.270833+0000 mon.smithi078 (mon.0) 515 : audit [INF] from='client.? 172.21.15.78:0/2675896612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79363638-ab35-4780-bedf-50594f64a78d"}]: dispatch 2024-01-15T23:17:28.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:28 smithi150 bash[17564]: audit 2024-01-15T23:17:28.275346+0000 mon.smithi078 (mon.0) 516 : audit [INF] from='client.? 172.21.15.78:0/2675896612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79363638-ab35-4780-bedf-50594f64a78d"}]': finished 2024-01-15T23:17:28.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:28 smithi150 bash[17564]: cluster 2024-01-15T23:17:28.275395+0000 mon.smithi078 (mon.0) 517 : cluster [DBG] osdmap e32: 1 total, 0 up, 1 in 2024-01-15T23:17:28.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:28 smithi150 bash[17564]: audit 2024-01-15T23:17:28.275584+0000 mon.smithi078 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: cephadm 2024-01-15T23:17:28.132431+0000 mgr.smithi078.bhchre (mgr.14180) 300 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:17:29.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0a92b005-d7a9-4a92-b3db-eaccb19fec48 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:17:29.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:17:29.548 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:17:29.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:29.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: cephadm 2024-01-15T23:17:28.132431+0000 mgr.smithi078.bhchre (mgr.14180) 300 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:17:29.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0a92b005-d7a9-4a92-b3db-eaccb19fec48 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:17:29.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:17:29.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:29.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:17:29.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:17:29.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:29.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:29.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:29.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:29.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:29.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: main() 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:29.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: cluster 2024-01-15T23:17:28.166565+0000 mgr.smithi078.bhchre (mgr.14180) 301 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: audit 2024-01-15T23:17:28.614128+0000 mon.smithi078 (mon.0) 519 : audit [INF] from='client.? 172.21.15.78:0/4236001934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:17:29.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: audit 2024-01-15T23:17:28.618151+0000 mon.smithi078 (mon.0) 520 : audit [INF] from='client.? 172.21.15.78:0/4236001934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:17:29.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:29 smithi078 bash[14045]: cluster 2024-01-15T23:17:28.618194+0000 mon.smithi078 (mon.0) 521 : cluster [DBG] osdmap e33: 0 total, 0 up, 0 in 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:29.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: main() 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:29.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: cluster 2024-01-15T23:17:28.166565+0000 mgr.smithi078.bhchre (mgr.14180) 301 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: audit 2024-01-15T23:17:28.614128+0000 mon.smithi078 (mon.0) 519 : audit [INF] from='client.? 172.21.15.78:0/4236001934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: audit 2024-01-15T23:17:28.618151+0000 mon.smithi078 (mon.0) 520 : audit [INF] from='client.? 172.21.15.78:0/4236001934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:17:29.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:29 smithi150 bash[17564]: cluster 2024-01-15T23:17:28.618194+0000 mon.smithi078 (mon.0) 521 : cluster [DBG] osdmap e33: 0 total, 0 up, 0 in 2024-01-15T23:17:31.391 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:31.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: cephadm 2024-01-15T23:17:30.039194+0000 mgr.smithi078.bhchre (mgr.14180) 302 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:17:31.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:17:31.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:17:31.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:17:31.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:17:31.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:17:31.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:17:31.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz6p5vkzv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpljx7v84w:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 79363638-ab35-4780-bedf-50594f64a78d 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:17:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:17:31.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:17:31.567 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:17:31.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: main() 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz6p5vkzv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpljx7v84w:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: cephadm 2024-01-15T23:17:30.042188+0000 mgr.smithi078.bhchre (mgr.14180) 303 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:17:31.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: placement: 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: spec: 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: data_devices: 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: all: true 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0a92b005-d7a9-4a92-b3db-eaccb19fec48 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:17:31.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:17:31.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:17:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:17:31.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: main() 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:17:31.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:17:31.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:17:31.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:17:31.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:17:31.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:17:31.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:17:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: raise self._value 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:17:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0a92b005-d7a9-4a92-b3db-eaccb19fec48 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:17:31.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:17:31.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:17:31.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:17:31.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:17:31.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: main() 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:17:31.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:17:31.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:17:31.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: cluster 2024-01-15T23:17:30.044046+0000 mgr.smithi078.bhchre (mgr.14180) 304 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:31.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:31 smithi078 bash[14045]: cluster 2024-01-15T23:17:30.550365+0000 mon.smithi078 (mon.0) 522 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:17:31.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: cephadm 2024-01-15T23:17:30.039194+0000 mgr.smithi078.bhchre (mgr.14180) 302 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz6p5vkzv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpljx7v84w:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:17:31.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 79363638-ab35-4780-bedf-50594f64a78d 2024-01-15T23:17:31.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:17:31.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:17:31.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:17:31.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:17:31.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:17:31.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:17:31.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:17:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:17:31.653 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: main() 2024-01-15T23:17:31.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz6p5vkzv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpljx7v84w:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: cephadm 2024-01-15T23:17:30.042188+0000 mgr.smithi078.bhchre (mgr.14180) 303 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: placement: 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: spec: 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: data_devices: 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: all: true 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:17:31.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0a92b005-d7a9-4a92-b3db-eaccb19fec48 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:17:31.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:17:31.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:17:31.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:17:31.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: main() 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:17:31.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:17:31.662 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: raise self._value 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:17:31.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0a92b005-d7a9-4a92-b3db-eaccb19fec48 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:17:31.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:17:31.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.666 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:17:31.667 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: main() 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:17:31.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp6zm0x4s6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpivs_0eso:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: cluster 2024-01-15T23:17:30.044046+0000 mgr.smithi078.bhchre (mgr.14180) 304 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:31.669 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:31 smithi150 bash[17564]: cluster 2024-01-15T23:17:30.550365+0000 mon.smithi078 (mon.0) 522 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:17:32.160 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:32.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:32 smithi078 bash[14045]: audit 2024-01-15T23:17:31.402600+0000 mon.smithi078 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.78:0/4017176699' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:32.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:32 smithi150 bash[17564]: audit 2024-01-15T23:17:31.402600+0000 mon.smithi078 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.78:0/4017176699' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:33.161 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:33.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:33 smithi078 bash[14045]: cluster 2024-01-15T23:17:32.044999+0000 mgr.smithi078.bhchre (mgr.14180) 305 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:33.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:33 smithi150 bash[17564]: cluster 2024-01-15T23:17:32.044999+0000 mgr.smithi078.bhchre (mgr.14180) 305 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:35.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:35 smithi078 bash[14045]: cluster 2024-01-15T23:17:34.045563+0000 mgr.smithi078.bhchre (mgr.14180) 306 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:35.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:35 smithi150 bash[17564]: cluster 2024-01-15T23:17:34.045563+0000 mgr.smithi078.bhchre (mgr.14180) 306 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:36.308 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:36.996 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:37.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:37 smithi078 bash[14045]: cluster 2024-01-15T23:17:36.046149+0000 mgr.smithi078.bhchre (mgr.14180) 307 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:37.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:37 smithi078 bash[14045]: audit 2024-01-15T23:17:36.320064+0000 mon.smithi078 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.78:0/1361616196' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:37.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:37 smithi150 bash[17564]: cluster 2024-01-15T23:17:36.046149+0000 mgr.smithi078.bhchre (mgr.14180) 307 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:37.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:37 smithi150 bash[17564]: audit 2024-01-15T23:17:36.320064+0000 mon.smithi078 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.78:0/1361616196' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:37.997 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:39.478 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:39 smithi078 bash[14045]: cluster 2024-01-15T23:17:38.047161+0000 mgr.smithi078.bhchre (mgr.14180) 308 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:39.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:39 smithi150 bash[17564]: cluster 2024-01-15T23:17:38.047161+0000 mgr.smithi078.bhchre (mgr.14180) 308 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:41.143 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:41.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:41 smithi078 bash[14045]: cluster 2024-01-15T23:17:40.047882+0000 mgr.smithi078.bhchre (mgr.14180) 309 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:41.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:41 smithi078 bash[14045]: audit 2024-01-15T23:17:40.487061+0000 mon.smithi078 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:17:41.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:41 smithi078 bash[14045]: audit 2024-01-15T23:17:41.154453+0000 mon.smithi078 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.78:0/1892083197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:41.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:41 smithi150 bash[17564]: cluster 2024-01-15T23:17:40.047882+0000 mgr.smithi078.bhchre (mgr.14180) 309 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:41.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:41 smithi150 bash[17564]: audit 2024-01-15T23:17:40.487061+0000 mon.smithi078 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:17:41.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:41 smithi150 bash[17564]: audit 2024-01-15T23:17:41.154453+0000 mon.smithi078 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.78:0/1892083197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:41.903 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:42.904 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:43.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:43 smithi078 bash[14045]: cluster 2024-01-15T23:17:42.048871+0000 mgr.smithi078.bhchre (mgr.14180) 310 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:43.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:43 smithi150 bash[17564]: cluster 2024-01-15T23:17:42.048871+0000 mgr.smithi078.bhchre (mgr.14180) 310 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:45.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:45 smithi078 bash[14045]: cluster 2024-01-15T23:17:44.049827+0000 mgr.smithi078.bhchre (mgr.14180) 311 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:45.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:45 smithi150 bash[17564]: cluster 2024-01-15T23:17:44.049827+0000 mgr.smithi078.bhchre (mgr.14180) 311 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:45.973 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:46.705 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:46.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:46 smithi078 bash[14045]: audit 2024-01-15T23:17:45.984002+0000 mon.smithi078 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.78:0/608174779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:46.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:46 smithi150 bash[17564]: audit 2024-01-15T23:17:45.984002+0000 mon.smithi078 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.78:0/608174779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:47.707 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:47.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:47 smithi078 bash[14045]: cluster 2024-01-15T23:17:46.050885+0000 mgr.smithi078.bhchre (mgr.14180) 312 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:47.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:47 smithi150 bash[17564]: cluster 2024-01-15T23:17:46.050885+0000 mgr.smithi078.bhchre (mgr.14180) 312 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:49.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:49 smithi078 bash[14045]: cluster 2024-01-15T23:17:48.051530+0000 mgr.smithi078.bhchre (mgr.14180) 313 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:49.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:49 smithi150 bash[17564]: cluster 2024-01-15T23:17:48.051530+0000 mgr.smithi078.bhchre (mgr.14180) 313 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:50.831 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:51.562 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:51.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:51 smithi078 bash[14045]: cluster 2024-01-15T23:17:50.052022+0000 mgr.smithi078.bhchre (mgr.14180) 314 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:51.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:51 smithi078 bash[14045]: audit 2024-01-15T23:17:50.842654+0000 mon.smithi078 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.78:0/2397633586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:51.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:51 smithi150 bash[17564]: cluster 2024-01-15T23:17:50.052022+0000 mgr.smithi078.bhchre (mgr.14180) 314 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:51.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:51 smithi150 bash[17564]: audit 2024-01-15T23:17:50.842654+0000 mon.smithi078 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.78:0/2397633586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:52.564 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:53.790 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:53 smithi078 bash[14045]: cluster 2024-01-15T23:17:52.053015+0000 mgr.smithi078.bhchre (mgr.14180) 315 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:53.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:53 smithi150 bash[17564]: cluster 2024-01-15T23:17:52.053015+0000 mgr.smithi078.bhchre (mgr.14180) 315 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:55.612 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:17:55.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:55 smithi078 bash[14045]: cluster 2024-01-15T23:17:54.053607+0000 mgr.smithi078.bhchre (mgr.14180) 316 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:55.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:55 smithi150 bash[17564]: cluster 2024-01-15T23:17:54.053607+0000 mgr.smithi078.bhchre (mgr.14180) 316 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:56.333 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:17:56.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:56 smithi078 bash[14045]: audit 2024-01-15T23:17:55.622932+0000 mon.smithi078 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.78:0/1628315499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:56.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:56 smithi150 bash[17564]: audit 2024-01-15T23:17:55.622932+0000 mon.smithi078 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.78:0/1628315499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:17:57.334 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:17:57.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:57 smithi078 bash[14045]: cluster 2024-01-15T23:17:56.054569+0000 mgr.smithi078.bhchre (mgr.14180) 317 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:57.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:57 smithi150 bash[17564]: cluster 2024-01-15T23:17:56.054569+0000 mgr.smithi078.bhchre (mgr.14180) 317 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:17:59.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:17:59 smithi150 bash[17564]: cluster 2024-01-15T23:17:58.055648+0000 mgr.smithi078.bhchre (mgr.14180) 318 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:00.062 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:17:59 smithi078 bash[14045]: cluster 2024-01-15T23:17:58.055648+0000 mgr.smithi078.bhchre (mgr.14180) 318 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:00.499 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:01.207 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:01.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:01 smithi078 bash[14045]: cluster 2024-01-15T23:18:00.056754+0000 mgr.smithi078.bhchre (mgr.14180) 319 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:01.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:01 smithi078 bash[14045]: audit 2024-01-15T23:18:00.509910+0000 mon.smithi078 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.78:0/169657013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:01.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:01 smithi150 bash[17564]: cluster 2024-01-15T23:18:00.056754+0000 mgr.smithi078.bhchre (mgr.14180) 319 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:01.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:01 smithi150 bash[17564]: audit 2024-01-15T23:18:00.509910+0000 mon.smithi078 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.78:0/169657013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:02.208 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:03.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:03 smithi078 bash[14045]: cluster 2024-01-15T23:18:02.057819+0000 mgr.smithi078.bhchre (mgr.14180) 320 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:03.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:03 smithi150 bash[17564]: cluster 2024-01-15T23:18:02.057819+0000 mgr.smithi078.bhchre (mgr.14180) 320 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:05.217 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:05.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:05 smithi078 bash[14045]: cluster 2024-01-15T23:18:04.058791+0000 mgr.smithi078.bhchre (mgr.14180) 321 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:05.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:05 smithi078 bash[14045]: audit 2024-01-15T23:18:05.228359+0000 mon.smithi078 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.78:0/1972794194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:05 smithi150 bash[17564]: cluster 2024-01-15T23:18:04.058791+0000 mgr.smithi078.bhchre (mgr.14180) 321 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:05.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:05 smithi150 bash[17564]: audit 2024-01-15T23:18:05.228359+0000 mon.smithi078 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.78:0/1972794194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:05.971 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:06.972 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:07.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:07 smithi078 bash[14045]: cluster 2024-01-15T23:18:06.059805+0000 mgr.smithi078.bhchre (mgr.14180) 322 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:07.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:07 smithi150 bash[17564]: cluster 2024-01-15T23:18:06.059805+0000 mgr.smithi078.bhchre (mgr.14180) 322 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:09.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:09 smithi150 bash[17564]: cluster 2024-01-15T23:18:08.060330+0000 mgr.smithi078.bhchre (mgr.14180) 323 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:09.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:09 smithi078 bash[14045]: cluster 2024-01-15T23:18:08.060330+0000 mgr.smithi078.bhchre (mgr.14180) 323 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:10.169 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:10.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:10 smithi078 bash[14045]: audit 2024-01-15T23:18:10.180001+0000 mon.smithi078 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.78:0/1248130389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:10.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:10 smithi150 bash[17564]: audit 2024-01-15T23:18:10.180001+0000 mon.smithi078 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.78:0/1248130389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:10.908 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:11 smithi150 bash[17564]: cluster 2024-01-15T23:18:10.061370+0000 mgr.smithi078.bhchre (mgr.14180) 324 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:11.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:11 smithi078 bash[14045]: cluster 2024-01-15T23:18:10.061370+0000 mgr.smithi078.bhchre (mgr.14180) 324 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:11.910 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:13.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:13 smithi150 bash[17564]: cluster 2024-01-15T23:18:12.062415+0000 mgr.smithi078.bhchre (mgr.14180) 325 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:13.812 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:13 smithi078 bash[14045]: cluster 2024-01-15T23:18:12.062415+0000 mgr.smithi078.bhchre (mgr.14180) 325 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:14.934 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:15.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:15 smithi078 bash[14045]: cluster 2024-01-15T23:18:14.063420+0000 mgr.smithi078.bhchre (mgr.14180) 326 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:15.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:15 smithi078 bash[14045]: audit 2024-01-15T23:18:14.944997+0000 mon.smithi078 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.78:0/2480928000' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:15.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:15 smithi150 bash[17564]: cluster 2024-01-15T23:18:14.063420+0000 mgr.smithi078.bhchre (mgr.14180) 326 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:15.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:15 smithi150 bash[17564]: audit 2024-01-15T23:18:14.944997+0000 mon.smithi078 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.78:0/2480928000' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:15.712 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:16.714 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:17.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:17 smithi150 bash[17564]: cluster 2024-01-15T23:18:16.064408+0000 mgr.smithi078.bhchre (mgr.14180) 327 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:17.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:17 smithi078 bash[14045]: cluster 2024-01-15T23:18:16.064408+0000 mgr.smithi078.bhchre (mgr.14180) 327 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:19.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:19 smithi150 bash[17564]: cluster 2024-01-15T23:18:18.065486+0000 mgr.smithi078.bhchre (mgr.14180) 328 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:19.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:19 smithi078 bash[14045]: cluster 2024-01-15T23:18:18.065486+0000 mgr.smithi078.bhchre (mgr.14180) 328 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:19.825 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:20.588 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:20.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:20 smithi150 bash[17564]: audit 2024-01-15T23:18:19.835528+0000 mon.smithi078 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.78:0/977203523' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:20.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:20 smithi078 bash[14045]: audit 2024-01-15T23:18:19.835528+0000 mon.smithi078 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.78:0/977203523' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:21.590 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:21.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:21 smithi150 bash[17564]: cluster 2024-01-15T23:18:20.066567+0000 mgr.smithi078.bhchre (mgr.14180) 329 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:21.788 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:21 smithi078 bash[14045]: cluster 2024-01-15T23:18:20.066567+0000 mgr.smithi078.bhchre (mgr.14180) 329 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:23.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:23 smithi078 bash[14045]: cluster 2024-01-15T23:18:22.067205+0000 mgr.smithi078.bhchre (mgr.14180) 330 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:23.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:23 smithi150 bash[17564]: cluster 2024-01-15T23:18:22.067205+0000 mgr.smithi078.bhchre (mgr.14180) 330 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:24.646 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:25.377 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:25.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:25 smithi078 bash[14045]: cluster 2024-01-15T23:18:24.068226+0000 mgr.smithi078.bhchre (mgr.14180) 331 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:25.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:25 smithi078 bash[14045]: audit 2024-01-15T23:18:24.656790+0000 mon.smithi078 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.78:0/2956989349' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:25.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:25 smithi150 bash[17564]: cluster 2024-01-15T23:18:24.068226+0000 mgr.smithi078.bhchre (mgr.14180) 331 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:25.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:25 smithi150 bash[17564]: audit 2024-01-15T23:18:24.656790+0000 mon.smithi078 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.78:0/2956989349' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:26.379 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:27.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:27 smithi078 bash[14045]: cluster 2024-01-15T23:18:26.069236+0000 mgr.smithi078.bhchre (mgr.14180) 332 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:27.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:27 smithi150 bash[17564]: cluster 2024-01-15T23:18:26.069236+0000 mgr.smithi078.bhchre (mgr.14180) 332 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:29.480 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:29.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:29 smithi150 bash[17564]: cluster 2024-01-15T23:18:28.070207+0000 mgr.smithi078.bhchre (mgr.14180) 333 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:29.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:29 smithi078 bash[14045]: cluster 2024-01-15T23:18:28.070207+0000 mgr.smithi078.bhchre (mgr.14180) 333 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:30.214 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:30.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:30 smithi078 bash[14045]: audit 2024-01-15T23:18:29.490687+0000 mon.smithi078 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.78:0/3283595516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:30.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:30 smithi078 bash[14045]: audit 2024-01-15T23:18:30.046852+0000 mon.smithi078 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:18:30.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:30 smithi078 bash[14045]: audit 2024-01-15T23:18:30.329286+0000 mon.smithi078 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:18:30.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:30 smithi150 bash[17564]: audit 2024-01-15T23:18:29.490687+0000 mon.smithi078 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.78:0/3283595516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:30.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:30 smithi150 bash[17564]: audit 2024-01-15T23:18:30.046852+0000 mon.smithi078 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:18:30.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:30 smithi150 bash[17564]: audit 2024-01-15T23:18:30.329286+0000 mon.smithi078 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:18:31.215 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: cluster 2024-01-15T23:18:30.070835+0000 mgr.smithi078.bhchre (mgr.14180) 334 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: audit 2024-01-15T23:18:30.631643+0000 mon.smithi078 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:18:31.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: audit 2024-01-15T23:18:30.633183+0000 mon.smithi078 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:18:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: audit 2024-01-15T23:18:30.640819+0000 mon.smithi078 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:18:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: cluster 2024-01-15T23:18:30.641412+0000 mgr.smithi078.bhchre (mgr.14180) 335 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: audit 2024-01-15T23:18:30.647586+0000 mon.smithi078 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:18:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: audit 2024-01-15T23:18:30.652204+0000 mon.smithi078 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:18:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: audit 2024-01-15T23:18:30.654988+0000 mon.smithi078 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:18:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: audit 2024-01-15T23:18:30.655377+0000 mon.smithi078 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:18:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:31 smithi078 bash[14045]: audit 2024-01-15T23:18:30.656354+0000 mon.smithi078 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:18:31.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: cluster 2024-01-15T23:18:30.070835+0000 mgr.smithi078.bhchre (mgr.14180) 334 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:31.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: audit 2024-01-15T23:18:30.631643+0000 mon.smithi078 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:18:31.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: audit 2024-01-15T23:18:30.633183+0000 mon.smithi078 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:18:31.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: audit 2024-01-15T23:18:30.640819+0000 mon.smithi078 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:18:31.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: cluster 2024-01-15T23:18:30.641412+0000 mgr.smithi078.bhchre (mgr.14180) 335 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:31.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: audit 2024-01-15T23:18:30.647586+0000 mon.smithi078 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:18:31.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: audit 2024-01-15T23:18:30.652204+0000 mon.smithi078 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:18:31.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: audit 2024-01-15T23:18:30.654988+0000 mon.smithi078 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:18:31.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: audit 2024-01-15T23:18:30.655377+0000 mon.smithi078 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:18:31.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:31 smithi150 bash[17564]: audit 2024-01-15T23:18:30.656354+0000 mon.smithi078 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:18:32.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:32 smithi078 bash[14045]: cluster 2024-01-15T23:18:31.638404+0000 mon.smithi078 (mon.0) 547 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:18:32.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:32 smithi078 bash[14045]: cluster 2024-01-15T23:18:31.638506+0000 mon.smithi078 (mon.0) 548 : cluster [INF] Cluster is now healthy 2024-01-15T23:18:32.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:32 smithi150 bash[17564]: cluster 2024-01-15T23:18:31.638404+0000 mon.smithi078 (mon.0) 547 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:18:32.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:32 smithi150 bash[17564]: cluster 2024-01-15T23:18:31.638506+0000 mon.smithi078 (mon.0) 548 : cluster [INF] Cluster is now healthy 2024-01-15T23:18:33.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:33 smithi078 bash[14045]: cluster 2024-01-15T23:18:32.641766+0000 mgr.smithi078.bhchre (mgr.14180) 336 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:33.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:33 smithi150 bash[17564]: cluster 2024-01-15T23:18:32.641766+0000 mgr.smithi078.bhchre (mgr.14180) 336 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:34.355 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:34.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:34 smithi078 bash[14045]: audit 2024-01-15T23:18:34.364979+0000 mon.smithi078 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.78:0/1170516160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:34.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:34 smithi150 bash[17564]: audit 2024-01-15T23:18:34.364979+0000 mon.smithi078 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.78:0/1170516160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:35.166 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:35.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:35 smithi078 bash[14045]: cluster 2024-01-15T23:18:34.642181+0000 mgr.smithi078.bhchre (mgr.14180) 337 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:35.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:35 smithi150 bash[17564]: cluster 2024-01-15T23:18:34.642181+0000 mgr.smithi078.bhchre (mgr.14180) 337 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:36.167 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:36.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:36 smithi150 bash[17564]: cluster 2024-01-15T23:18:36.642572+0000 mgr.smithi078.bhchre (mgr.14180) 338 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:37.063 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:36 smithi078 bash[14045]: cluster 2024-01-15T23:18:36.642572+0000 mgr.smithi078.bhchre (mgr.14180) 338 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:38.988 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:38 smithi078 bash[14045]: cluster 2024-01-15T23:18:38.643007+0000 mgr.smithi078.bhchre (mgr.14180) 339 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:39.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:38 smithi150 bash[17564]: cluster 2024-01-15T23:18:38.643007+0000 mgr.smithi078.bhchre (mgr.14180) 339 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:39.995 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:39 smithi150 bash[17564]: audit 2024-01-15T23:18:39.448967+0000 mon.smithi150 (mon.1) 15 : audit [INF] from='client.? 172.21.15.150:0/2031363475' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "719396b7-7ad7-4538-ad6b-f713d0d2dfd1"}]: dispatch 2024-01-15T23:18:39.995 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:39 smithi150 bash[17564]: audit 2024-01-15T23:18:39.450248+0000 mon.smithi078 (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "719396b7-7ad7-4538-ad6b-f713d0d2dfd1"}]: dispatch 2024-01-15T23:18:39.996 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:39 smithi150 bash[17564]: audit 2024-01-15T23:18:39.455914+0000 mon.smithi078 (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "719396b7-7ad7-4538-ad6b-f713d0d2dfd1"}]': finished 2024-01-15T23:18:39.996 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:39 smithi150 bash[17564]: cluster 2024-01-15T23:18:39.455968+0000 mon.smithi078 (mon.0) 552 : cluster [DBG] osdmap e34: 1 total, 0 up, 1 in 2024-01-15T23:18:39.996 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:39 smithi150 bash[17564]: audit 2024-01-15T23:18:39.456193+0000 mon.smithi078 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:18:40.031 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:39 smithi078 bash[14045]: audit 2024-01-15T23:18:39.448967+0000 mon.smithi150 (mon.1) 15 : audit [INF] from='client.? 172.21.15.150:0/2031363475' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "719396b7-7ad7-4538-ad6b-f713d0d2dfd1"}]: dispatch 2024-01-15T23:18:40.031 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:39 smithi078 bash[14045]: audit 2024-01-15T23:18:39.450248+0000 mon.smithi078 (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "719396b7-7ad7-4538-ad6b-f713d0d2dfd1"}]: dispatch 2024-01-15T23:18:40.031 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:39 smithi078 bash[14045]: audit 2024-01-15T23:18:39.455914+0000 mon.smithi078 (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "719396b7-7ad7-4538-ad6b-f713d0d2dfd1"}]': finished 2024-01-15T23:18:40.031 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:39 smithi078 bash[14045]: cluster 2024-01-15T23:18:39.455968+0000 mon.smithi078 (mon.0) 552 : cluster [DBG] osdmap e34: 1 total, 0 up, 1 in 2024-01-15T23:18:40.031 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:39 smithi078 bash[14045]: audit 2024-01-15T23:18:39.456193+0000 mon.smithi078 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:18:41.047 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:41.063 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: audit 2024-01-15T23:18:39.809590+0000 mon.smithi150 (mon.1) 16 : audit [INF] from='client.? 172.21.15.150:0/3538292214' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: audit 2024-01-15T23:18:39.810860+0000 mon.smithi078 (mon.0) 554 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: audit 2024-01-15T23:18:39.820418+0000 mon.smithi078 (mon.0) 555 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: cluster 2024-01-15T23:18:39.820467+0000 mon.smithi078 (mon.0) 556 : cluster [DBG] osdmap e35: 0 total, 0 up, 0 in 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: audit 2024-01-15T23:18:40.489550+0000 mon.smithi078 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: cluster 2024-01-15T23:18:40.643383+0000 mgr.smithi078.bhchre (mgr.14180) 340 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: cephadm 2024-01-15T23:18:40.666830+0000 mgr.smithi078.bhchre (mgr.14180) 341 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:18:41.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:18:41.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:18:41.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:18:41.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:41.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:18:41.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 719396b7-7ad7-4538-ad6b-f713d0d2dfd1 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:41.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:18:41.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:18:41.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:18:41.069 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:18:41.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: main() 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:18:41.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:18:41.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:18:41.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:40 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:41.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: audit 2024-01-15T23:18:39.809590+0000 mon.smithi150 (mon.1) 16 : audit [INF] from='client.? 172.21.15.150:0/3538292214' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: audit 2024-01-15T23:18:39.810860+0000 mon.smithi078 (mon.0) 554 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: audit 2024-01-15T23:18:39.820418+0000 mon.smithi078 (mon.0) 555 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: cluster 2024-01-15T23:18:39.820467+0000 mon.smithi078 (mon.0) 556 : cluster [DBG] osdmap e35: 0 total, 0 up, 0 in 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: audit 2024-01-15T23:18:40.489550+0000 mon.smithi078 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: cluster 2024-01-15T23:18:40.643383+0000 mgr.smithi078.bhchre (mgr.14180) 340 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: cephadm 2024-01-15T23:18:40.666830+0000 mgr.smithi078.bhchre (mgr.14180) 341 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:18:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:18:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:18:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:18:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 719396b7-7ad7-4538-ad6b-f713d0d2dfd1 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:18:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:18:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:18:41.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:41.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: main() 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:41.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:18:41.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:41.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:18:41.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:41.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:18:41.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:18:41.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:18:41.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:18:41.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:40 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:41.882 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":35,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:42.063 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:41 smithi078 bash[14045]: audit 2024-01-15T23:18:41.057061+0000 mon.smithi078 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.78:0/3591130920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:42.063 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:41 smithi078 bash[14045]: audit 2024-01-15T23:18:41.681282+0000 mon.smithi078 (mon.0) 559 : audit [INF] from='client.? 172.21.15.78:0/1874139053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ac39ef1-708a-41b3-b7ea-d3d853dc151f"}]: dispatch 2024-01-15T23:18:42.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:41 smithi078 bash[14045]: audit 2024-01-15T23:18:41.686021+0000 mon.smithi078 (mon.0) 560 : audit [INF] from='client.? 172.21.15.78:0/1874139053' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ac39ef1-708a-41b3-b7ea-d3d853dc151f"}]': finished 2024-01-15T23:18:42.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:41 smithi078 bash[14045]: cluster 2024-01-15T23:18:41.686062+0000 mon.smithi078 (mon.0) 561 : cluster [DBG] osdmap e36: 1 total, 0 up, 1 in 2024-01-15T23:18:42.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:41 smithi078 bash[14045]: audit 2024-01-15T23:18:41.686230+0000 mon.smithi078 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:18:42.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:41 smithi150 bash[17564]: audit 2024-01-15T23:18:41.057061+0000 mon.smithi078 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.78:0/3591130920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:42.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:41 smithi150 bash[17564]: audit 2024-01-15T23:18:41.681282+0000 mon.smithi078 (mon.0) 559 : audit [INF] from='client.? 172.21.15.78:0/1874139053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ac39ef1-708a-41b3-b7ea-d3d853dc151f"}]: dispatch 2024-01-15T23:18:42.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:41 smithi150 bash[17564]: audit 2024-01-15T23:18:41.686021+0000 mon.smithi078 (mon.0) 560 : audit [INF] from='client.? 172.21.15.78:0/1874139053' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ac39ef1-708a-41b3-b7ea-d3d853dc151f"}]': finished 2024-01-15T23:18:42.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:41 smithi150 bash[17564]: cluster 2024-01-15T23:18:41.686062+0000 mon.smithi078 (mon.0) 561 : cluster [DBG] osdmap e36: 1 total, 0 up, 1 in 2024-01-15T23:18:42.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:41 smithi150 bash[17564]: audit 2024-01-15T23:18:41.686230+0000 mon.smithi078 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:18:42.883 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:43.063 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:42 smithi078 bash[14045]: audit 2024-01-15T23:18:42.027973+0000 mon.smithi078 (mon.0) 563 : audit [INF] from='client.? 172.21.15.78:0/3618497457' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:18:43.063 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:42 smithi078 bash[14045]: audit 2024-01-15T23:18:42.033922+0000 mon.smithi078 (mon.0) 564 : audit [INF] from='client.? 172.21.15.78:0/3618497457' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:18:43.063 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:42 smithi078 bash[14045]: cluster 2024-01-15T23:18:42.033980+0000 mon.smithi078 (mon.0) 565 : cluster [DBG] osdmap e37: 0 total, 0 up, 0 in 2024-01-15T23:18:43.063 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:42 smithi078 bash[14045]: cluster 2024-01-15T23:18:42.643865+0000 mgr.smithi078.bhchre (mgr.14180) 342 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:43.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:42 smithi150 bash[17564]: audit 2024-01-15T23:18:42.027973+0000 mon.smithi078 (mon.0) 563 : audit [INF] from='client.? 172.21.15.78:0/3618497457' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:18:43.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:42 smithi150 bash[17564]: audit 2024-01-15T23:18:42.033922+0000 mon.smithi078 (mon.0) 564 : audit [INF] from='client.? 172.21.15.78:0/3618497457' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:18:43.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:42 smithi150 bash[17564]: cluster 2024-01-15T23:18:42.033980+0000 mon.smithi078 (mon.0) 565 : cluster [DBG] osdmap e37: 0 total, 0 up, 0 in 2024-01-15T23:18:43.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:42 smithi150 bash[17564]: cluster 2024-01-15T23:18:42.643865+0000 mgr.smithi078.bhchre (mgr.14180) 342 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:44.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: cephadm 2024-01-15T23:18:42.902314+0000 mgr.smithi078.bhchre (mgr.14180) 343 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:18:44.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:18:44.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:18:44.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:18:44.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:18:44.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:18:44.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:18:44.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpgg5jbyt1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpy3vrktd_:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 6ac39ef1-708a-41b3-b7ea-d3d853dc151f 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:18:44.065 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:18:44.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:18:44.066 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:18:44.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:18:44.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:18:44.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:18:44.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:18:44.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.068 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:18:44.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: main() 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:18:44.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpgg5jbyt1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpy3vrktd_:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: cephadm 2024-01-15T23:18:42.906578+0000 mgr.smithi078.bhchre (mgr.14180) 344 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: placement: 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: spec: 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: data_devices: 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: all: true 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:18:44.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 719396b7-7ad7-4538-ad6b-f713d0d2dfd1 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:18:44.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:18:44.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:18:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: main() 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:18:44.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:18:44.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:18:44.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:18:44.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:18:44.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: raise self._value 2024-01-15T23:18:44.081 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:18:44.082 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 719396b7-7ad7-4538-ad6b-f713d0d2dfd1 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:18:44.083 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.084 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:18:44.085 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: main() 2024-01-15T23:18:44.086 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: cluster 2024-01-15T23:18:42.908082+0000 mgr.smithi078.bhchre (mgr.14180) 345 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:44.088 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:43 smithi078 bash[14045]: cluster 2024-01-15T23:18:43.031001+0000 mon.smithi078 (mon.0) 566 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:18:44.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: cephadm 2024-01-15T23:18:42.902314+0000 mgr.smithi078.bhchre (mgr.14180) 343 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpgg5jbyt1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpy3vrktd_:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 6ac39ef1-708a-41b3-b7ea-d3d853dc151f 2024-01-15T23:18:44.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:18:44.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:18:44.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:18:44.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:18:44.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:18:44.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:18:44.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:18:44.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: main() 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:18:44.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpgg5jbyt1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpy3vrktd_:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: cephadm 2024-01-15T23:18:42.906578+0000 mgr.smithi078.bhchre (mgr.14180) 344 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:18:44.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: placement: 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: spec: 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: data_devices: 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: all: true 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 719396b7-7ad7-4538-ad6b-f713d0d2dfd1 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:18:44.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:18:44.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.160 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.161 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.161 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.161 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:18:44.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: main() 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.163 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:18:44.164 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: raise self._value 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:18:44.165 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 719396b7-7ad7-4538-ad6b-f713d0d2dfd1 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:18:44.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:18:44.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:18:44.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: main() 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:18:44.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoud7q2d7:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpdzp2_mxf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: cluster 2024-01-15T23:18:42.908082+0000 mgr.smithi078.bhchre (mgr.14180) 345 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:44.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:43 smithi150 bash[17564]: cluster 2024-01-15T23:18:43.031001+0000 mon.smithi078 (mon.0) 566 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:18:46.139 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:46.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:46 smithi078 bash[14045]: cluster 2024-01-15T23:18:44.908862+0000 mgr.smithi078.bhchre (mgr.14180) 346 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:46.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:46 smithi078 bash[14045]: audit 2024-01-15T23:18:46.148369+0000 mon.smithi078 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.78:0/1689693427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:46.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:46 smithi150 bash[17564]: cluster 2024-01-15T23:18:44.908862+0000 mgr.smithi078.bhchre (mgr.14180) 346 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:46.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:46 smithi150 bash[17564]: audit 2024-01-15T23:18:46.148369+0000 mon.smithi078 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.78:0/1689693427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:46.865 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:47.866 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:48.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:48 smithi078 bash[14045]: cluster 2024-01-15T23:18:46.909939+0000 mgr.smithi078.bhchre (mgr.14180) 347 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:48.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:48 smithi150 bash[17564]: cluster 2024-01-15T23:18:46.909939+0000 mgr.smithi078.bhchre (mgr.14180) 347 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:50.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:50 smithi150 bash[17564]: cluster 2024-01-15T23:18:48.910944+0000 mgr.smithi078.bhchre (mgr.14180) 348 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:50.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:50 smithi078 bash[14045]: cluster 2024-01-15T23:18:48.910944+0000 mgr.smithi078.bhchre (mgr.14180) 348 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:51.078 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:51.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:51 smithi078 bash[14045]: audit 2024-01-15T23:18:51.087233+0000 mon.smithi078 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.78:0/405091294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:51.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:51 smithi150 bash[17564]: audit 2024-01-15T23:18:51.087233+0000 mon.smithi078 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.78:0/405091294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:51.829 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:52.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:52 smithi150 bash[17564]: cluster 2024-01-15T23:18:50.911933+0000 mgr.smithi078.bhchre (mgr.14180) 349 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:52.813 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:52 smithi078 bash[14045]: cluster 2024-01-15T23:18:50.911933+0000 mgr.smithi078.bhchre (mgr.14180) 349 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:52.830 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:54.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:54 smithi078 bash[14045]: cluster 2024-01-15T23:18:52.912934+0000 mgr.smithi078.bhchre (mgr.14180) 350 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:54.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:54 smithi150 bash[17564]: cluster 2024-01-15T23:18:52.912934+0000 mgr.smithi078.bhchre (mgr.14180) 350 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:55.827 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:18:56.570 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:18:56.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:56 smithi078 bash[14045]: cluster 2024-01-15T23:18:54.913840+0000 mgr.smithi078.bhchre (mgr.14180) 351 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:56.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:56 smithi078 bash[14045]: audit 2024-01-15T23:18:55.487645+0000 mon.smithi078 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:18:56.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:56 smithi078 bash[14045]: audit 2024-01-15T23:18:55.836734+0000 mon.smithi078 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.78:0/1692596006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:56.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:56 smithi150 bash[17564]: cluster 2024-01-15T23:18:54.913840+0000 mgr.smithi078.bhchre (mgr.14180) 351 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:56.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:56 smithi150 bash[17564]: audit 2024-01-15T23:18:55.487645+0000 mon.smithi078 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:18:56.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:56 smithi150 bash[17564]: audit 2024-01-15T23:18:55.836734+0000 mon.smithi078 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.78:0/1692596006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:18:57.572 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:18:58.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:18:58 smithi078 bash[14045]: cluster 2024-01-15T23:18:56.914871+0000 mgr.smithi078.bhchre (mgr.14180) 352 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:18:58.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:18:58 smithi150 bash[17564]: cluster 2024-01-15T23:18:56.914871+0000 mgr.smithi078.bhchre (mgr.14180) 352 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:00.750 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:00.802 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:00 smithi078 bash[14045]: cluster 2024-01-15T23:18:58.915978+0000 mgr.smithi078.bhchre (mgr.14180) 353 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:00.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:00 smithi150 bash[17564]: cluster 2024-01-15T23:18:58.915978+0000 mgr.smithi078.bhchre (mgr.14180) 353 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:01.522 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:01.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:01 smithi078 bash[14045]: audit 2024-01-15T23:19:00.759034+0000 mon.smithi078 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.78:0/26518910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:01.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:01 smithi150 bash[17564]: audit 2024-01-15T23:19:00.759034+0000 mon.smithi078 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.78:0/26518910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:02.523 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:02.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:02 smithi078 bash[14045]: cluster 2024-01-15T23:19:00.916974+0000 mgr.smithi078.bhchre (mgr.14180) 354 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:02.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:02 smithi150 bash[17564]: cluster 2024-01-15T23:19:00.916974+0000 mgr.smithi078.bhchre (mgr.14180) 354 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:04.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:04 smithi078 bash[14045]: cluster 2024-01-15T23:19:02.917923+0000 mgr.smithi078.bhchre (mgr.14180) 355 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:04.900 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:04 smithi150 bash[17564]: cluster 2024-01-15T23:19:02.917923+0000 mgr.smithi078.bhchre (mgr.14180) 355 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:05.766 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:06.471 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:06.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:06 smithi078 bash[14045]: cluster 2024-01-15T23:19:04.918443+0000 mgr.smithi078.bhchre (mgr.14180) 356 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:06.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:06 smithi078 bash[14045]: audit 2024-01-15T23:19:05.775110+0000 mon.smithi078 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.78:0/2704503894' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:06.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:06 smithi150 bash[17564]: cluster 2024-01-15T23:19:04.918443+0000 mgr.smithi078.bhchre (mgr.14180) 356 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:06.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:06 smithi150 bash[17564]: audit 2024-01-15T23:19:05.775110+0000 mon.smithi078 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.78:0/2704503894' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:07.473 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:08.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:08 smithi078 bash[14045]: cluster 2024-01-15T23:19:06.919332+0000 mgr.smithi078.bhchre (mgr.14180) 357 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:08.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:08 smithi150 bash[17564]: cluster 2024-01-15T23:19:06.919332+0000 mgr.smithi078.bhchre (mgr.14180) 357 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:10.736 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:10.766 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:10 smithi078 bash[14045]: cluster 2024-01-15T23:19:08.920363+0000 mgr.smithi078.bhchre (mgr.14180) 358 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:10.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:10 smithi150 bash[17564]: cluster 2024-01-15T23:19:08.920363+0000 mgr.smithi078.bhchre (mgr.14180) 358 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:11.457 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:11.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:11 smithi078 bash[14045]: audit 2024-01-15T23:19:10.745331+0000 mon.smithi078 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.78:0/1246789365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:11.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:11 smithi150 bash[17564]: audit 2024-01-15T23:19:10.745331+0000 mon.smithi078 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.78:0/1246789365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:12.458 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:12.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:12 smithi078 bash[14045]: cluster 2024-01-15T23:19:10.921369+0000 mgr.smithi078.bhchre (mgr.14180) 359 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:12.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:12 smithi150 bash[17564]: cluster 2024-01-15T23:19:10.921369+0000 mgr.smithi078.bhchre (mgr.14180) 359 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:14.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:14 smithi078 bash[14045]: cluster 2024-01-15T23:19:12.922468+0000 mgr.smithi078.bhchre (mgr.14180) 360 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:14.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:14 smithi150 bash[17564]: cluster 2024-01-15T23:19:12.922468+0000 mgr.smithi078.bhchre (mgr.14180) 360 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:15.593 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:16.369 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:16.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:16 smithi078 bash[14045]: cluster 2024-01-15T23:19:14.923514+0000 mgr.smithi078.bhchre (mgr.14180) 361 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:16.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:16 smithi078 bash[14045]: audit 2024-01-15T23:19:15.601758+0000 mon.smithi078 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.78:0/1237208430' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:16.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:16 smithi150 bash[17564]: cluster 2024-01-15T23:19:14.923514+0000 mgr.smithi078.bhchre (mgr.14180) 361 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:16.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:16 smithi150 bash[17564]: audit 2024-01-15T23:19:15.601758+0000 mon.smithi078 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.78:0/1237208430' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:17.370 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:18.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:18 smithi078 bash[14045]: cluster 2024-01-15T23:19:16.924537+0000 mgr.smithi078.bhchre (mgr.14180) 362 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:18.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:18 smithi150 bash[17564]: cluster 2024-01-15T23:19:16.924537+0000 mgr.smithi078.bhchre (mgr.14180) 362 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:20.557 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:20.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:20 smithi150 bash[17564]: cluster 2024-01-15T23:19:18.925602+0000 mgr.smithi078.bhchre (mgr.14180) 363 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:20.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:20 smithi150 bash[17564]: audit 2024-01-15T23:19:20.566185+0000 mon.smithi078 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.78:0/4149935936' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:21.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:20 smithi078 bash[14045]: cluster 2024-01-15T23:19:18.925602+0000 mgr.smithi078.bhchre (mgr.14180) 363 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:21.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:20 smithi078 bash[14045]: audit 2024-01-15T23:19:20.566185+0000 mon.smithi078 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.78:0/4149935936' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:21.301 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:22.303 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:22.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:22 smithi078 bash[14045]: cluster 2024-01-15T23:19:20.926658+0000 mgr.smithi078.bhchre (mgr.14180) 364 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:22.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:22 smithi150 bash[17564]: cluster 2024-01-15T23:19:20.926658+0000 mgr.smithi078.bhchre (mgr.14180) 364 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:24.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:24 smithi150 bash[17564]: cluster 2024-01-15T23:19:22.927502+0000 mgr.smithi078.bhchre (mgr.14180) 365 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:25.064 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:24 smithi078 bash[14045]: cluster 2024-01-15T23:19:22.927502+0000 mgr.smithi078.bhchre (mgr.14180) 365 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:25.510 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:26.319 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:26.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:26 smithi150 bash[17564]: cluster 2024-01-15T23:19:24.928494+0000 mgr.smithi078.bhchre (mgr.14180) 366 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:26.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:26 smithi150 bash[17564]: audit 2024-01-15T23:19:25.519211+0000 mon.smithi078 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.78:0/2587892508' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:26.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:26 smithi078 bash[14045]: cluster 2024-01-15T23:19:24.928494+0000 mgr.smithi078.bhchre (mgr.14180) 366 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:26.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:26 smithi078 bash[14045]: audit 2024-01-15T23:19:25.519211+0000 mon.smithi078 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.78:0/2587892508' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:27.320 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:28.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:28 smithi078 bash[14045]: cluster 2024-01-15T23:19:26.929471+0000 mgr.smithi078.bhchre (mgr.14180) 367 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:28.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:28 smithi150 bash[17564]: cluster 2024-01-15T23:19:26.929471+0000 mgr.smithi078.bhchre (mgr.14180) 367 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:30.461 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:30.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:30 smithi150 bash[17564]: cluster 2024-01-15T23:19:28.930501+0000 mgr.smithi078.bhchre (mgr.14180) 368 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:30.732 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:30 smithi078 bash[14045]: cluster 2024-01-15T23:19:28.930501+0000 mgr.smithi078.bhchre (mgr.14180) 368 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:31.248 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:31.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:31 smithi078 bash[14045]: audit 2024-01-15T23:19:30.469744+0000 mon.smithi078 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.78:0/2909426820' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:31.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:31 smithi150 bash[17564]: audit 2024-01-15T23:19:30.469744+0000 mon.smithi078 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.78:0/2909426820' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:32.249 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:32.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:32 smithi078 bash[14045]: cluster 2024-01-15T23:19:30.931527+0000 mgr.smithi078.bhchre (mgr.14180) 369 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:32.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:32 smithi150 bash[17564]: cluster 2024-01-15T23:19:30.931527+0000 mgr.smithi078.bhchre (mgr.14180) 369 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:34.568 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:34 smithi078 bash[14045]: cluster 2024-01-15T23:19:32.932631+0000 mgr.smithi078.bhchre (mgr.14180) 370 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:34.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:34 smithi150 bash[17564]: cluster 2024-01-15T23:19:32.932631+0000 mgr.smithi078.bhchre (mgr.14180) 370 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:35.378 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:36.175 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:36.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:36 smithi078 bash[14045]: cluster 2024-01-15T23:19:34.933551+0000 mgr.smithi078.bhchre (mgr.14180) 371 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:36.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:36 smithi078 bash[14045]: audit 2024-01-15T23:19:35.386722+0000 mon.smithi078 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.78:0/2989879292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:36.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:36 smithi150 bash[17564]: cluster 2024-01-15T23:19:34.933551+0000 mgr.smithi078.bhchre (mgr.14180) 371 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:36.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:36 smithi150 bash[17564]: audit 2024-01-15T23:19:35.386722+0000 mon.smithi078 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.78:0/2989879292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:37.176 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:38.541 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:38 smithi078 bash[14045]: cluster 2024-01-15T23:19:36.934571+0000 mgr.smithi078.bhchre (mgr.14180) 372 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:38.651 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:38 smithi150 bash[17564]: cluster 2024-01-15T23:19:36.934571+0000 mgr.smithi078.bhchre (mgr.14180) 372 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:40.216 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:40 smithi078 bash[14045]: cluster 2024-01-15T23:19:38.935605+0000 mgr.smithi078.bhchre (mgr.14180) 373 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:40.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:40 smithi078 bash[14045]: audit 2024-01-15T23:19:40.224965+0000 mon.smithi078 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.78:0/1868463352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:40 smithi150 bash[17564]: cluster 2024-01-15T23:19:38.935605+0000 mgr.smithi078.bhchre (mgr.14180) 373 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:40.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:40 smithi150 bash[17564]: audit 2024-01-15T23:19:40.224965+0000 mon.smithi078 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.78:0/1868463352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:40.976 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:41.977 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:42.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:42 smithi078 bash[14045]: cluster 2024-01-15T23:19:40.936600+0000 mgr.smithi078.bhchre (mgr.14180) 374 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:42.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:42 smithi150 bash[17564]: cluster 2024-01-15T23:19:40.936600+0000 mgr.smithi078.bhchre (mgr.14180) 374 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:43.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:42.911047+0000 mon.smithi078 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:19:43.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.210224+0000 mon.smithi078 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-01-15T23:19:43.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.211217+0000 mon.smithi078 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:19:43.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.211990+0000 mon.smithi078 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:19:43.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.218185+0000 mon.smithi078 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:19:43.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.223111+0000 mon.smithi078 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:19:43.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.228432+0000 mon.smithi078 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:19:43.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.231201+0000 mon.smithi078 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:19:43.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.231599+0000 mon.smithi078 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:19:43.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:43 smithi078 bash[14045]: audit 2024-01-15T23:19:43.232289+0000 mon.smithi078 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:42.911047+0000 mon.smithi078 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.210224+0000 mon.smithi078 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.211217+0000 mon.smithi078 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.211990+0000 mon.smithi078 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.218185+0000 mon.smithi078 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.223111+0000 mon.smithi078 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.228432+0000 mon.smithi078 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.231201+0000 mon.smithi078 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.231599+0000 mon.smithi078 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:19:43.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:43 smithi150 bash[17564]: audit 2024-01-15T23:19:43.232289+0000 mon.smithi078 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-15T23:19:44.775 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:44 smithi078 bash[14045]: cluster 2024-01-15T23:19:42.937527+0000 mgr.smithi078.bhchre (mgr.14180) 375 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:44.776 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:44 smithi078 bash[14045]: cluster 2024-01-15T23:19:43.218653+0000 mgr.smithi078.bhchre (mgr.14180) 376 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:44.776 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:44 smithi078 bash[14045]: cluster 2024-01-15T23:19:43.409330+0000 mon.smithi078 (mon.0) 590 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:19:44.776 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:44 smithi078 bash[14045]: cluster 2024-01-15T23:19:43.409373+0000 mon.smithi078 (mon.0) 591 : cluster [INF] Cluster is now healthy 2024-01-15T23:19:44.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:44 smithi150 bash[17564]: cluster 2024-01-15T23:19:42.937527+0000 mgr.smithi078.bhchre (mgr.14180) 375 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:44.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:44 smithi150 bash[17564]: cluster 2024-01-15T23:19:43.218653+0000 mgr.smithi078.bhchre (mgr.14180) 376 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:44.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:44 smithi150 bash[17564]: cluster 2024-01-15T23:19:43.409330+0000 mon.smithi078 (mon.0) 590 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-15T23:19:44.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:44 smithi150 bash[17564]: cluster 2024-01-15T23:19:43.409373+0000 mon.smithi078 (mon.0) 591 : cluster [INF] Cluster is now healthy 2024-01-15T23:19:45.170 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:45.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:45 smithi078 bash[14045]: audit 2024-01-15T23:19:45.178160+0000 mon.smithi078 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.78:0/2843360912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:45.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:45 smithi150 bash[17564]: audit 2024-01-15T23:19:45.178160+0000 mon.smithi078 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.78:0/2843360912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:45.910 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:46.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:46 smithi078 bash[14045]: cluster 2024-01-15T23:19:45.219077+0000 mgr.smithi078.bhchre (mgr.14180) 377 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:46.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:46 smithi150 bash[17564]: cluster 2024-01-15T23:19:45.219077+0000 mgr.smithi078.bhchre (mgr.14180) 377 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:46.911 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:48.697 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:48 smithi150 bash[17564]: cluster 2024-01-15T23:19:47.219532+0000 mgr.smithi078.bhchre (mgr.14180) 378 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:48.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:48 smithi078 bash[14045]: cluster 2024-01-15T23:19:47.219532+0000 mgr.smithi078.bhchre (mgr.14180) 378 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:50.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:50 smithi150 bash[17564]: cluster 2024-01-15T23:19:49.219873+0000 mgr.smithi078.bhchre (mgr.14180) 379 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:50.717 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:50.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:50 smithi078 bash[14045]: cluster 2024-01-15T23:19:49.219873+0000 mgr.smithi078.bhchre (mgr.14180) 379 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:51.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:51 smithi078 bash[14045]: audit 2024-01-15T23:19:50.725519+0000 mon.smithi078 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.78:0/1990349410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:51.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:51 smithi150 bash[17564]: audit 2024-01-15T23:19:50.725519+0000 mon.smithi078 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.78:0/1990349410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:52.156 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:52.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: cluster 2024-01-15T23:19:51.220340+0000 mgr.smithi078.bhchre (mgr.14180) 380 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:52.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: audit 2024-01-15T23:19:51.928933+0000 mon.smithi150 (mon.1) 17 : audit [INF] from='client.? 172.21.15.150:0/3172670619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6f75169-9129-4150-a79f-fce73a3228e8"}]: dispatch 2024-01-15T23:19:52.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: audit 2024-01-15T23:19:51.930064+0000 mon.smithi078 (mon.0) 594 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6f75169-9129-4150-a79f-fce73a3228e8"}]: dispatch 2024-01-15T23:19:52.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: audit 2024-01-15T23:19:51.937060+0000 mon.smithi078 (mon.0) 595 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f6f75169-9129-4150-a79f-fce73a3228e8"}]': finished 2024-01-15T23:19:52.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: cluster 2024-01-15T23:19:51.937190+0000 mon.smithi078 (mon.0) 596 : cluster [DBG] osdmap e38: 1 total, 0 up, 1 in 2024-01-15T23:19:52.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: audit 2024-01-15T23:19:51.937483+0000 mon.smithi078 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:19:52.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: audit 2024-01-15T23:19:52.290983+0000 mon.smithi150 (mon.1) 18 : audit [INF] from='client.? 172.21.15.150:0/3937109411' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:19:52.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: audit 2024-01-15T23:19:52.292144+0000 mon.smithi078 (mon.0) 598 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:19:52.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: audit 2024-01-15T23:19:52.299584+0000 mon.smithi078 (mon.0) 599 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:19:52.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:52 smithi078 bash[14045]: cluster 2024-01-15T23:19:52.299740+0000 mon.smithi078 (mon.0) 600 : cluster [DBG] osdmap e39: 0 total, 0 up, 0 in 2024-01-15T23:19:52.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: cluster 2024-01-15T23:19:51.220340+0000 mgr.smithi078.bhchre (mgr.14180) 380 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:52.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: audit 2024-01-15T23:19:51.928933+0000 mon.smithi150 (mon.1) 17 : audit [INF] from='client.? 172.21.15.150:0/3172670619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6f75169-9129-4150-a79f-fce73a3228e8"}]: dispatch 2024-01-15T23:19:52.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: audit 2024-01-15T23:19:51.930064+0000 mon.smithi078 (mon.0) 594 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6f75169-9129-4150-a79f-fce73a3228e8"}]: dispatch 2024-01-15T23:19:52.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: audit 2024-01-15T23:19:51.937060+0000 mon.smithi078 (mon.0) 595 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f6f75169-9129-4150-a79f-fce73a3228e8"}]': finished 2024-01-15T23:19:52.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: cluster 2024-01-15T23:19:51.937190+0000 mon.smithi078 (mon.0) 596 : cluster [DBG] osdmap e38: 1 total, 0 up, 1 in 2024-01-15T23:19:52.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: audit 2024-01-15T23:19:51.937483+0000 mon.smithi078 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:19:52.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: audit 2024-01-15T23:19:52.290983+0000 mon.smithi150 (mon.1) 18 : audit [INF] from='client.? 172.21.15.150:0/3937109411' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:19:52.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: audit 2024-01-15T23:19:52.292144+0000 mon.smithi078 (mon.0) 598 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:19:52.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: audit 2024-01-15T23:19:52.299584+0000 mon.smithi078 (mon.0) 599 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:19:52.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:52 smithi150 bash[17564]: cluster 2024-01-15T23:19:52.299740+0000 mon.smithi078 (mon.0) 600 : cluster [DBG] osdmap e39: 0 total, 0 up, 0 in 2024-01-15T23:19:53.156 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: cephadm 2024-01-15T23:19:53.135970+0000 mgr.smithi078.bhchre (mgr.14180) 381 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:19:54.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new f6f75169-9129-4150-a79f-fce73a3228e8 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:19:54.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:19:54.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:19:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:19:54.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: main() 2024-01-15T23:19:54.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:54.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: cluster 2024-01-15T23:19:53.220752+0000 mgr.smithi078.bhchre (mgr.14180) 382 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:54.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: audit 2024-01-15T23:19:54.109824+0000 mon.smithi078 (mon.0) 601 : audit [INF] from='client.? 172.21.15.78:0/1575577662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e139d2fd-8cdb-4820-a030-51b28887609a"}]: dispatch 2024-01-15T23:19:54.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: audit 2024-01-15T23:19:54.114475+0000 mon.smithi078 (mon.0) 602 : audit [INF] from='client.? 172.21.15.78:0/1575577662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e139d2fd-8cdb-4820-a030-51b28887609a"}]': finished 2024-01-15T23:19:54.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: cluster 2024-01-15T23:19:54.114528+0000 mon.smithi078 (mon.0) 603 : cluster [DBG] osdmap e40: 1 total, 0 up, 1 in 2024-01-15T23:19:54.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: audit 2024-01-15T23:19:54.114785+0000 mon.smithi078 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:19:54.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:54 smithi078 bash[14045]: audit 2024-01-15T23:19:54.476907+0000 mon.smithi078 (mon.0) 605 : audit [INF] from='client.? 172.21.15.78:0/3887842803' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:19:54.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: cephadm 2024-01-15T23:19:53.135970+0000 mgr.smithi078.bhchre (mgr.14180) 381 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:19:54.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:19:54.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new f6f75169-9129-4150-a79f-fce73a3228e8 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:19:54.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:19:54.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:19:54.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:54.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:19:54.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:19:54.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:54.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:54.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:19:54.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: main() 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:54.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: cluster 2024-01-15T23:19:53.220752+0000 mgr.smithi078.bhchre (mgr.14180) 382 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: audit 2024-01-15T23:19:54.109824+0000 mon.smithi078 (mon.0) 601 : audit [INF] from='client.? 172.21.15.78:0/1575577662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e139d2fd-8cdb-4820-a030-51b28887609a"}]: dispatch 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: audit 2024-01-15T23:19:54.114475+0000 mon.smithi078 (mon.0) 602 : audit [INF] from='client.? 172.21.15.78:0/1575577662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e139d2fd-8cdb-4820-a030-51b28887609a"}]': finished 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: cluster 2024-01-15T23:19:54.114528+0000 mon.smithi078 (mon.0) 603 : cluster [DBG] osdmap e40: 1 total, 0 up, 1 in 2024-01-15T23:19:54.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: audit 2024-01-15T23:19:54.114785+0000 mon.smithi078 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-15T23:19:54.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:54 smithi150 bash[17564]: audit 2024-01-15T23:19:54.476907+0000 mon.smithi078 (mon.0) 605 : audit [INF] from='client.? 172.21.15.78:0/3887842803' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-15T23:19:55.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:55 smithi078 bash[14045]: audit 2024-01-15T23:19:54.486570+0000 mon.smithi078 (mon.0) 606 : audit [INF] from='client.? 172.21.15.78:0/3887842803' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:19:55.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:55 smithi078 bash[14045]: cluster 2024-01-15T23:19:54.486678+0000 mon.smithi078 (mon.0) 607 : cluster [DBG] osdmap e41: 0 total, 0 up, 0 in 2024-01-15T23:19:55.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:55 smithi078 bash[14045]: audit 2024-01-15T23:19:55.490232+0000 mon.smithi078 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:19:55.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:55 smithi150 bash[17564]: audit 2024-01-15T23:19:54.486570+0000 mon.smithi078 (mon.0) 606 : audit [INF] from='client.? 172.21.15.78:0/3887842803' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-15T23:19:55.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:55 smithi150 bash[17564]: cluster 2024-01-15T23:19:54.486678+0000 mon.smithi078 (mon.0) 607 : cluster [DBG] osdmap e41: 0 total, 0 up, 0 in 2024-01-15T23:19:55.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:55 smithi150 bash[17564]: audit 2024-01-15T23:19:55.490232+0000 mon.smithi078 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:19:56.565 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:56 smithi078 bash[14045]: cluster 2024-01-15T23:19:55.221153+0000 mgr.smithi078.bhchre (mgr.14180) 383 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:56.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:56 smithi150 bash[17564]: cluster 2024-01-15T23:19:55.221153+0000 mgr.smithi078.bhchre (mgr.14180) 383 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:57.162 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: cephadm 2024-01-15T23:19:56.280146+0000 mgr.smithi078.bhchre (mgr.14180) 384 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnewl0rg2:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpd1oynqmq:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new e139d2fd-8cdb-4820-a030-51b28887609a 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:19:57.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:19:57.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:19:57.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:19:57.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:19:57.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:19:57.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:19:57.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:19:57.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:19:57.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: main() 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:19:57.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnewl0rg2:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpd1oynqmq:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: cephadm 2024-01-15T23:19:56.281977+0000 mgr.smithi078.bhchre (mgr.14180) 385 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: service_id: all-available-devices 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: service_name: osd.all-available-devices 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: placement: 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: host_pattern: '*' 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: spec: 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: data_devices: 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: all: true 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: filter_logic: AND 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: objectstore: bluestore 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:19:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new f6f75169-9129-4150-a79f-fce73a3228e8 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:19:57.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:19:57.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.826 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:19:57.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:19:57.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:19:57.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:19:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: main() 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: if self._apply_service(spec): 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:19:57.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: raise self._value 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: result = (True, func(*args, **kwds)) 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return list(map(*args)) 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return f(*arg) 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:19:57.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: code, '\n'.join(err))) 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new f6f75169-9129-4150-a79f-fce73a3228e8 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:19:57.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:19:57.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:19:57.834 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.835 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: Traceback (most recent call last): 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: main() 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: r = ctx.func(ctx) 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.836 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: return func(ctx) 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: cluster 2024-01-15T23:19:56.283315+0000 mgr.smithi078.bhchre (mgr.14180) 386 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: cluster 2024-01-15T23:19:56.504469+0000 mon.smithi078 (mon.0) 609 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:19:57.837 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:57 smithi078 bash[14045]: audit 2024-01-15T23:19:57.170297+0000 mon.smithi078 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.78:0/3087185030' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:57.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: cephadm 2024-01-15T23:19:56.280146+0000 mgr.smithi078.bhchre (mgr.14180) 384 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi150', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi078/config 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnewl0rg2:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpd1oynqmq:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:19:57.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:19:57.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new e139d2fd-8cdb-4820-a030-51b28887609a 2024-01-15T23:19:57.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:19:57.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:19:57.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:19:57.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:19:57.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:19:57.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:19:57.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:19:57.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:19:57.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: main() 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:19:57.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:19:57.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnewl0rg2:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpd1oynqmq:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: cephadm 2024-01-15T23:19:56.281977+0000 mgr.smithi078.bhchre (mgr.14180) 385 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: service_id: all-available-devices 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: service_name: osd.all-available-devices 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: placement: 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: host_pattern: '*' 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: spec: 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: data_devices: 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: all: true 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: filter_logic: AND 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: objectstore: bluestore 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:19:57.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new f6f75169-9129-4150-a79f-fce73a3228e8 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:19:57.911 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:19:57.912 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:19:57.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:19:57.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:19:57.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:19:57.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:19:57.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:19:57.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:19:57.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:19:57.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:19:57.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: main() 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:19:57.916 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: if self._apply_service(spec): 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-15T23:19:57.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: raise self._value 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: result = (True, func(*args, **kwds)) 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return list(map(*args)) 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return f(*arg) 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: code, '\n'.join(err))) 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:19:57.918 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new f6f75169-9129-4150-a79f-fce73a3228e8 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.prepare() 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:19:57.919 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:19:57.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr instance.main() 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:19:57.921 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:19:57.922 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: Traceback (most recent call last): 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: main() 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: r = ctx.func(ctx) 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: return func(ctx) 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:19:57.923 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:19:57.924 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:19:57.924 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:19:57.924 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:19:57.924 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: cluster 2024-01-15T23:19:56.283315+0000 mgr.smithi078.bhchre (mgr.14180) 386 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:57.924 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: cluster 2024-01-15T23:19:56.504469+0000 mon.smithi078 (mon.0) 609 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-15T23:19:57.924 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:57 smithi150 bash[17564]: audit 2024-01-15T23:19:57.170297+0000 mon.smithi078 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.78:0/3087185030' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:19:58.038 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:19:59.039 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:19:59.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:19:59 smithi078 bash[14045]: cluster 2024-01-15T23:19:58.284347+0000 mgr.smithi078.bhchre (mgr.14180) 387 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:19:59.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:19:59 smithi150 bash[17564]: cluster 2024-01-15T23:19:58.284347+0000 mgr.smithi078.bhchre (mgr.14180) 387 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:00.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000168+0000 mon.smithi078 (mon.0) 611 : cluster [WRN] Health detail: HEALTH_WARN Failed to apply 1 service(s): osd.all-available-devices 2024-01-15T23:20:00.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000224+0000 mon.smithi078 (mon.0) 612 : cluster [WRN] [WRN] CEPHADM_APPLY_SPEC_FAIL: Failed to apply 1 service(s): osd.all-available-devices 2024-01-15T23:20:00.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000244+0000 mon.smithi078 (mon.0) 613 : cluster [WRN] osd.all-available-devices: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:20:00.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000271+0000 mon.smithi078 (mon.0) 614 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:20:00.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000302+0000 mon.smithi078 (mon.0) 615 : cluster [WRN] /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:20:00.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000323+0000 mon.smithi078 (mon.0) 616 : cluster [WRN] /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:20:00.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000345+0000 mon.smithi078 (mon.0) 617 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000371+0000 mon.smithi078 (mon.0) 618 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new f6f75169-9129-4150-a79f-fce73a3228e8 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000397+0000 mon.smithi078 (mon.0) 619 : cluster [WRN] /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000424+0000 mon.smithi078 (mon.0) 620 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000456+0000 mon.smithi078 (mon.0) 621 : cluster [WRN] /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000478+0000 mon.smithi078 (mon.0) 622 : cluster [WRN] /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000499+0000 mon.smithi078 (mon.0) 623 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000523+0000 mon.smithi078 (mon.0) 624 : cluster [WRN] /usr/bin/docker: stderr self.prepare() 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000562+0000 mon.smithi078 (mon.0) 625 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000586+0000 mon.smithi078 (mon.0) 626 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000614+0000 mon.smithi078 (mon.0) 627 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000640+0000 mon.smithi078 (mon.0) 628 : cluster [WRN] /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000663+0000 mon.smithi078 (mon.0) 629 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000686+0000 mon.smithi078 (mon.0) 630 : cluster [WRN] /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000713+0000 mon.smithi078 (mon.0) 631 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000734+0000 mon.smithi078 (mon.0) 632 : cluster [WRN] /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:20:00.817 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000759+0000 mon.smithi078 (mon.0) 633 : cluster [WRN] /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000785+0000 mon.smithi078 (mon.0) 634 : cluster [WRN] /usr/bin/docker: stderr 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000813+0000 mon.smithi078 (mon.0) 635 : cluster [WRN] /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000837+0000 mon.smithi078 (mon.0) 636 : cluster [WRN] /usr/bin/docker: stderr 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000862+0000 mon.smithi078 (mon.0) 637 : cluster [WRN] /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000886+0000 mon.smithi078 (mon.0) 638 : cluster [WRN] /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000911+0000 mon.smithi078 (mon.0) 639 : cluster [WRN] /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000937+0000 mon.smithi078 (mon.0) 640 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000963+0000 mon.smithi078 (mon.0) 641 : cluster [WRN] /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.000986+0000 mon.smithi078 (mon.0) 642 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001018+0000 mon.smithi078 (mon.0) 643 : cluster [WRN] /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:20:00.818 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001065+0000 mon.smithi078 (mon.0) 644 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001086+0000 mon.smithi078 (mon.0) 645 : cluster [WRN] /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001108+0000 mon.smithi078 (mon.0) 646 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001135+0000 mon.smithi078 (mon.0) 647 : cluster [WRN] /usr/bin/docker: stderr instance.main() 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001163+0000 mon.smithi078 (mon.0) 648 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001184+0000 mon.smithi078 (mon.0) 649 : cluster [WRN] /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001206+0000 mon.smithi078 (mon.0) 650 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001230+0000 mon.smithi078 (mon.0) 651 : cluster [WRN] /usr/bin/docker: stderr instance.main() 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001250+0000 mon.smithi078 (mon.0) 652 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001273+0000 mon.smithi078 (mon.0) 653 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001295+0000 mon.smithi078 (mon.0) 654 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001316+0000 mon.smithi078 (mon.0) 655 : cluster [WRN] /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:20:00.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001337+0000 mon.smithi078 (mon.0) 656 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001358+0000 mon.smithi078 (mon.0) 657 : cluster [WRN] /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001379+0000 mon.smithi078 (mon.0) 658 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001400+0000 mon.smithi078 (mon.0) 659 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001421+0000 mon.smithi078 (mon.0) 660 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001455+0000 mon.smithi078 (mon.0) 661 : cluster [WRN] /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001481+0000 mon.smithi078 (mon.0) 662 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001502+0000 mon.smithi078 (mon.0) 663 : cluster [WRN] /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001522+0000 mon.smithi078 (mon.0) 664 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001546+0000 mon.smithi078 (mon.0) 665 : cluster [WRN] /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001567+0000 mon.smithi078 (mon.0) 666 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001588+0000 mon.smithi078 (mon.0) 667 : cluster [WRN] /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001611+0000 mon.smithi078 (mon.0) 668 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001633+0000 mon.smithi078 (mon.0) 669 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001666+0000 mon.smithi078 (mon.0) 670 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:20:00.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001687+0000 mon.smithi078 (mon.0) 671 : cluster [WRN] /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001708+0000 mon.smithi078 (mon.0) 672 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001731+0000 mon.smithi078 (mon.0) 673 : cluster [WRN] /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001757+0000 mon.smithi078 (mon.0) 674 : cluster [WRN] /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001779+0000 mon.smithi078 (mon.0) 675 : cluster [WRN] Traceback (most recent call last): 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001803+0000 mon.smithi078 (mon.0) 676 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001825+0000 mon.smithi078 (mon.0) 677 : cluster [WRN] main() 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001845+0000 mon.smithi078 (mon.0) 678 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001878+0000 mon.smithi078 (mon.0) 679 : cluster [WRN] r = ctx.func(ctx) 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001899+0000 mon.smithi078 (mon.0) 680 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001918+0000 mon.smithi078 (mon.0) 681 : cluster [WRN] return func(ctx) 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001938+0000 mon.smithi078 (mon.0) 682 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.001969+0000 mon.smithi078 (mon.0) 683 : cluster [WRN] return func(ctx) 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002023+0000 mon.smithi078 (mon.0) 684 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:20:00.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002048+0000 mon.smithi078 (mon.0) 685 : cluster [WRN] return func(ctx) 2024-01-15T23:20:00.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002069+0000 mon.smithi078 (mon.0) 686 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:20:00.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002096+0000 mon.smithi078 (mon.0) 687 : cluster [WRN] return func(ctx) 2024-01-15T23:20:00.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002121+0000 mon.smithi078 (mon.0) 688 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:20:00.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002142+0000 mon.smithi078 (mon.0) 689 : cluster [WRN] out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:20:00.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002165+0000 mon.smithi078 (mon.0) 690 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:20:00.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002189+0000 mon.smithi078 (mon.0) 691 : cluster [WRN] raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:20:00.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:00 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.002210+0000 mon.smithi078 (mon.0) 692 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:20:00.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000168+0000 mon.smithi078 (mon.0) 611 : cluster [WRN] Health detail: HEALTH_WARN Failed to apply 1 service(s): osd.all-available-devices 2024-01-15T23:20:00.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000224+0000 mon.smithi078 (mon.0) 612 : cluster [WRN] [WRN] CEPHADM_APPLY_SPEC_FAIL: Failed to apply 1 service(s): osd.all-available-devices 2024-01-15T23:20:00.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000244+0000 mon.smithi078 (mon.0) 613 : cluster [WRN] osd.all-available-devices: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/mon.smithi150/config 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000271+0000 mon.smithi078 (mon.0) 614 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000302+0000 mon.smithi078 (mon.0) 615 : cluster [WRN] /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000323+0000 mon.smithi078 (mon.0) 616 : cluster [WRN] /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000345+0000 mon.smithi078 (mon.0) 617 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000371+0000 mon.smithi078 (mon.0) 618 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new f6f75169-9129-4150-a79f-fce73a3228e8 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000397+0000 mon.smithi078 (mon.0) 619 : cluster [WRN] /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000424+0000 mon.smithi078 (mon.0) 620 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000456+0000 mon.smithi078 (mon.0) 621 : cluster [WRN] /usr/bin/docker: stderr stderr: purged osd.0 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000478+0000 mon.smithi078 (mon.0) 622 : cluster [WRN] /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000499+0000 mon.smithi078 (mon.0) 623 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000523+0000 mon.smithi078 (mon.0) 624 : cluster [WRN] /usr/bin/docker: stderr self.prepare() 2024-01-15T23:20:00.904 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000562+0000 mon.smithi078 (mon.0) 625 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000586+0000 mon.smithi078 (mon.0) 626 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000614+0000 mon.smithi078 (mon.0) 627 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000640+0000 mon.smithi078 (mon.0) 628 : cluster [WRN] /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000663+0000 mon.smithi078 (mon.0) 629 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000686+0000 mon.smithi078 (mon.0) 630 : cluster [WRN] /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000713+0000 mon.smithi078 (mon.0) 631 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000734+0000 mon.smithi078 (mon.0) 632 : cluster [WRN] /usr/bin/docker: stderr partitions = get_partitions() 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000759+0000 mon.smithi078 (mon.0) 633 : cluster [WRN] /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000785+0000 mon.smithi078 (mon.0) 634 : cluster [WRN] /usr/bin/docker: stderr 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000813+0000 mon.smithi078 (mon.0) 635 : cluster [WRN] /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000837+0000 mon.smithi078 (mon.0) 636 : cluster [WRN] /usr/bin/docker: stderr 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000862+0000 mon.smithi078 (mon.0) 637 : cluster [WRN] /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000886+0000 mon.smithi078 (mon.0) 638 : cluster [WRN] /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000911+0000 mon.smithi078 (mon.0) 639 : cluster [WRN] /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-15T23:20:00.905 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000937+0000 mon.smithi078 (mon.0) 640 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-15T23:20:00.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000963+0000 mon.smithi078 (mon.0) 641 : cluster [WRN] /usr/bin/docker: stderr self.main(self.argv) 2024-01-15T23:20:00.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.000986+0000 mon.smithi078 (mon.0) 642 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-15T23:20:00.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001018+0000 mon.smithi078 (mon.0) 643 : cluster [WRN] /usr/bin/docker: stderr return f(*a, **kw) 2024-01-15T23:20:00.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001065+0000 mon.smithi078 (mon.0) 644 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-15T23:20:00.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001086+0000 mon.smithi078 (mon.0) 645 : cluster [WRN] /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001108+0000 mon.smithi078 (mon.0) 646 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001135+0000 mon.smithi078 (mon.0) 647 : cluster [WRN] /usr/bin/docker: stderr instance.main() 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001163+0000 mon.smithi078 (mon.0) 648 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001184+0000 mon.smithi078 (mon.0) 649 : cluster [WRN] /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001206+0000 mon.smithi078 (mon.0) 650 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001230+0000 mon.smithi078 (mon.0) 651 : cluster [WRN] /usr/bin/docker: stderr instance.main() 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001250+0000 mon.smithi078 (mon.0) 652 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001273+0000 mon.smithi078 (mon.0) 653 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001295+0000 mon.smithi078 (mon.0) 654 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001316+0000 mon.smithi078 (mon.0) 655 : cluster [WRN] /usr/bin/docker: stderr self._execute(plan) 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001337+0000 mon.smithi078 (mon.0) 656 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001358+0000 mon.smithi078 (mon.0) 657 : cluster [WRN] /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001379+0000 mon.smithi078 (mon.0) 658 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001400+0000 mon.smithi078 (mon.0) 659 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:20:00.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001421+0000 mon.smithi078 (mon.0) 660 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001455+0000 mon.smithi078 (mon.0) 661 : cluster [WRN] /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001481+0000 mon.smithi078 (mon.0) 662 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001502+0000 mon.smithi078 (mon.0) 663 : cluster [WRN] /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001522+0000 mon.smithi078 (mon.0) 664 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001546+0000 mon.smithi078 (mon.0) 665 : cluster [WRN] /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001567+0000 mon.smithi078 (mon.0) 666 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001588+0000 mon.smithi078 (mon.0) 667 : cluster [WRN] /usr/bin/docker: stderr self.zap_osd() 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001611+0000 mon.smithi078 (mon.0) 668 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001633+0000 mon.smithi078 (mon.0) 669 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001666+0000 mon.smithi078 (mon.0) 670 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001687+0000 mon.smithi078 (mon.0) 671 : cluster [WRN] /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001708+0000 mon.smithi078 (mon.0) 672 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001731+0000 mon.smithi078 (mon.0) 673 : cluster [WRN] /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-15T23:20:00.908 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001757+0000 mon.smithi078 (mon.0) 674 : cluster [WRN] /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001779+0000 mon.smithi078 (mon.0) 675 : cluster [WRN] Traceback (most recent call last): 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001803+0000 mon.smithi078 (mon.0) 676 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001825+0000 mon.smithi078 (mon.0) 677 : cluster [WRN] main() 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001845+0000 mon.smithi078 (mon.0) 678 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001878+0000 mon.smithi078 (mon.0) 679 : cluster [WRN] r = ctx.func(ctx) 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001899+0000 mon.smithi078 (mon.0) 680 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001918+0000 mon.smithi078 (mon.0) 681 : cluster [WRN] return func(ctx) 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001938+0000 mon.smithi078 (mon.0) 682 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.001969+0000 mon.smithi078 (mon.0) 683 : cluster [WRN] return func(ctx) 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002023+0000 mon.smithi078 (mon.0) 684 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002048+0000 mon.smithi078 (mon.0) 685 : cluster [WRN] return func(ctx) 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002069+0000 mon.smithi078 (mon.0) 686 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002096+0000 mon.smithi078 (mon.0) 687 : cluster [WRN] return func(ctx) 2024-01-15T23:20:00.909 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002121+0000 mon.smithi078 (mon.0) 688 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-15T23:20:00.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002142+0000 mon.smithi078 (mon.0) 689 : cluster [WRN] out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-15T23:20:00.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002165+0000 mon.smithi078 (mon.0) 690 : cluster [WRN] File "/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-15T23:20:00.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002189+0000 mon.smithi078 (mon.0) 691 : cluster [WRN] raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-15T23:20:00.910 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:00 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.002210+0000 mon.smithi078 (mon.0) 692 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/run/ceph:z -v /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpz0xia8mv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp2w93bghy:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-15T23:20:01.809 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:01 smithi078 bash[14045]: cluster 2024-01-15T23:20:00.285353+0000 mgr.smithi078.bhchre (mgr.14180) 388 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:01.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:01 smithi150 bash[17564]: cluster 2024-01-15T23:20:00.285353+0000 mgr.smithi078.bhchre (mgr.14180) 388 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:02.155 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:20:02.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:02 smithi078 bash[14045]: audit 2024-01-15T23:20:02.163393+0000 mon.smithi078 (mon.0) 693 : audit [DBG] from='client.? 172.21.15.78:0/3748368080' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:02.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:02 smithi150 bash[17564]: audit 2024-01-15T23:20:02.163393+0000 mon.smithi078 (mon.0) 693 : audit [DBG] from='client.? 172.21.15.78:0/3748368080' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:02.904 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:20:03.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:03 smithi078 bash[14045]: cluster 2024-01-15T23:20:02.286333+0000 mgr.smithi078.bhchre (mgr.14180) 389 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:03.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:03 smithi150 bash[17564]: cluster 2024-01-15T23:20:02.286333+0000 mgr.smithi078.bhchre (mgr.14180) 389 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:03.905 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:20:05.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:05 smithi078 bash[14045]: cluster 2024-01-15T23:20:04.286876+0000 mgr.smithi078.bhchre (mgr.14180) 390 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:05.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:05 smithi150 bash[17564]: cluster 2024-01-15T23:20:04.286876+0000 mgr.smithi078.bhchre (mgr.14180) 390 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:07.013 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:20:07.753 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:20:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:07 smithi078 bash[14045]: cluster 2024-01-15T23:20:06.287856+0000 mgr.smithi078.bhchre (mgr.14180) 391 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:07.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:07 smithi078 bash[14045]: audit 2024-01-15T23:20:07.020435+0000 mon.smithi078 (mon.0) 694 : audit [DBG] from='client.? 172.21.15.78:0/2652105954' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:07 smithi150 bash[17564]: cluster 2024-01-15T23:20:06.287856+0000 mgr.smithi078.bhchre (mgr.14180) 391 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:07.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:07 smithi150 bash[17564]: audit 2024-01-15T23:20:07.020435+0000 mon.smithi078 (mon.0) 694 : audit [DBG] from='client.? 172.21.15.78:0/2652105954' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:08.754 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:20:09.851 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:09 smithi078 bash[14045]: cluster 2024-01-15T23:20:08.288967+0000 mgr.smithi078.bhchre (mgr.14180) 392 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:09.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:09 smithi150 bash[17564]: cluster 2024-01-15T23:20:08.288967+0000 mgr.smithi078.bhchre (mgr.14180) 392 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:11.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:11 smithi078 bash[14045]: cluster 2024-01-15T23:20:10.289511+0000 mgr.smithi078.bhchre (mgr.14180) 393 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:11.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:11 smithi078 bash[14045]: audit 2024-01-15T23:20:10.490320+0000 mon.smithi078 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:20:11.894 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:20:11.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:11 smithi150 bash[17564]: cluster 2024-01-15T23:20:10.289511+0000 mgr.smithi078.bhchre (mgr.14180) 393 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:11.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:11 smithi150 bash[17564]: audit 2024-01-15T23:20:10.490320+0000 mon.smithi078 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.78:0/2081231970' entity='mgr.smithi078.bhchre' 2024-01-15T23:20:12.633 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:20:12.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:12 smithi078 bash[14045]: audit 2024-01-15T23:20:11.901916+0000 mon.smithi078 (mon.0) 696 : audit [DBG] from='client.? 172.21.15.78:0/585479063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:12.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:12 smithi150 bash[17564]: audit 2024-01-15T23:20:11.901916+0000 mon.smithi078 (mon.0) 696 : audit [DBG] from='client.? 172.21.15.78:0/585479063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:13.635 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:20:13.815 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:13 smithi078 bash[14045]: cluster 2024-01-15T23:20:12.290468+0000 mgr.smithi078.bhchre (mgr.14180) 394 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:13.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:13 smithi150 bash[17564]: cluster 2024-01-15T23:20:12.290468+0000 mgr.smithi078.bhchre (mgr.14180) 394 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:15.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:15 smithi078 bash[14045]: cluster 2024-01-15T23:20:14.291462+0000 mgr.smithi078.bhchre (mgr.14180) 395 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:15.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:15 smithi150 bash[17564]: cluster 2024-01-15T23:20:14.291462+0000 mgr.smithi078.bhchre (mgr.14180) 395 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:16.592 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:20:17.237 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:20:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:17 smithi078 bash[14045]: cluster 2024-01-15T23:20:16.292076+0000 mgr.smithi078.bhchre (mgr.14180) 396 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:17.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:17 smithi078 bash[14045]: audit 2024-01-15T23:20:16.599643+0000 mon.smithi078 (mon.0) 697 : audit [DBG] from='client.? 172.21.15.78:0/565097070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:17 smithi150 bash[17564]: cluster 2024-01-15T23:20:16.292076+0000 mgr.smithi078.bhchre (mgr.14180) 396 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:17.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:17 smithi150 bash[17564]: audit 2024-01-15T23:20:16.599643+0000 mon.smithi078 (mon.0) 697 : audit [DBG] from='client.? 172.21.15.78:0/565097070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:18.240 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:20:19.566 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:19 smithi078 bash[14045]: cluster 2024-01-15T23:20:18.292673+0000 mgr.smithi078.bhchre (mgr.14180) 397 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:19.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:19 smithi150 bash[17564]: cluster 2024-01-15T23:20:18.292673+0000 mgr.smithi078.bhchre (mgr.14180) 397 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:21.298 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:20:21.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:21 smithi078 bash[14045]: cluster 2024-01-15T23:20:20.293721+0000 mgr.smithi078.bhchre (mgr.14180) 398 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:21.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:21 smithi078 bash[14045]: audit 2024-01-15T23:20:21.305306+0000 mon.smithi078 (mon.0) 698 : audit [DBG] from='client.? 172.21.15.78:0/3080104815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:21.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:21 smithi150 bash[17564]: cluster 2024-01-15T23:20:20.293721+0000 mgr.smithi078.bhchre (mgr.14180) 398 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:21.903 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:21 smithi150 bash[17564]: audit 2024-01-15T23:20:21.305306+0000 mon.smithi078 (mon.0) 698 : audit [DBG] from='client.? 172.21.15.78:0/3080104815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:22.096 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:20:23.098 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-15T23:20:23.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:23 smithi078 bash[14045]: cluster 2024-01-15T23:20:22.294748+0000 mgr.smithi078.bhchre (mgr.14180) 399 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:23.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:23 smithi150 bash[17564]: cluster 2024-01-15T23:20:22.294748+0000 mgr.smithi078.bhchre (mgr.14180) 399 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:25.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:25 smithi078 bash[14045]: cluster 2024-01-15T23:20:24.295733+0000 mgr.smithi078.bhchre (mgr.14180) 400 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:25.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:25 smithi150 bash[17564]: cluster 2024-01-15T23:20:24.295733+0000 mgr.smithi078.bhchre (mgr.14180) 400 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-15T23:20:26.191 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-15T23:20:26.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:26 smithi078 bash[14045]: audit 2024-01-15T23:20:26.198545+0000 mon.smithi078 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.78:0/4170714132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:26.900 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705360261,"num_remapped_pgs":0} 2024-01-15T23:20:26.900 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 779, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-01-15T23:20:26.902 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-15T23:20:26.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:26 smithi150 bash[17564]: audit 2024-01-15T23:20:26.198545+0000 mon.smithi078 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.78:0/4170714132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-15T23:20:26.917 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-15T23:20:26.935 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-15T23:20:26.935 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-15T23:20:26.967 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-15T23:20:26.990 INFO:tasks.cephadm:Stopping all daemons... 2024-01-15T23:20:26.990 INFO:tasks.cephadm.mon.smithi078:Stopping mon.smithi078... 2024-01-15T23:20:26.991 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi078 2024-01-15T23:20:27.191 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:27 smithi078 systemd[1]: Stopping Ceph mon.smithi078 for b537cb80-b3fa-11ee-95ad-87774f69a715... 2024-01-15T23:20:27.191 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:27 smithi078 bash[54462]: Error response from daemon: No such container: ceph-b537cb80-b3fa-11ee-95ad-87774f69a715-mon.smithi078 2024-01-15T23:20:27.443 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:27 smithi078 bash[14045]: debug 2024-01-15T23:20:27.193+0000 7f05c922c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi078 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-15T23:20:27.443 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 15 23:20:27 smithi078 bash[14045]: debug 2024-01-15T23:20:27.193+0000 7f05c922c700 -1 mon.smithi078@0(leader) e2 *** Got Signal Terminated *** 2024-01-15T23:20:28.038 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi078.service' 2024-01-15T23:20:28.086 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-15T23:20:28.087 INFO:tasks.cephadm.mon.smithi078:Stopped mon.smithi078 2024-01-15T23:20:28.087 INFO:tasks.cephadm.mon.smithi150:Stopping mon.smithi150... 2024-01-15T23:20:28.087 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi150 2024-01-15T23:20:28.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:28 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for b537cb80-b3fa-11ee-95ad-87774f69a715... 2024-01-15T23:20:28.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:28 smithi150 bash[21988]: Error response from daemon: No such container: ceph-b537cb80-b3fa-11ee-95ad-87774f69a715-mon.smithi150 2024-01-15T23:20:28.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:28 smithi150 bash[17564]: debug 2024-01-15T23:20:28.308+0000 7f9cca0a3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi150 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-15T23:20:28.353 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:28 smithi150 bash[17564]: debug 2024-01-15T23:20:28.308+0000 7f9cca0a3700 -1 mon.smithi150@1(peon) e2 *** Got Signal Terminated *** 2024-01-15T23:20:28.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 15 23:20:28 smithi150 bash[22022]: ceph-b537cb80-b3fa-11ee-95ad-87774f69a715-mon-smithi150 2024-01-15T23:20:28.972 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b537cb80-b3fa-11ee-95ad-87774f69a715@mon.smithi150.service' 2024-01-15T23:20:29.017 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-15T23:20:29.017 INFO:tasks.cephadm.mon.smithi150:Stopped mon.smithi150 2024-01-15T23:20:29.017 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-15T23:20:41.325 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-15T23:20:49.928 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-15T23:20:49.943 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-15T23:20:49.959 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-15T23:20:49.960 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292/remote/ubuntu@smithi078.front.sepia.ceph.com/crash 2024-01-15T23:20:49.962 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash -- . 2024-01-15T23:20:50.000 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-15T23:20:50.001 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2024-01-15T23:20:50.002 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292/remote/ubuntu@smithi150.front.sepia.ceph.com/crash 2024-01-15T23:20:50.003 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash -- . 2024-01-15T23:20:50.016 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-15T23:20:50.017 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2024-01-15T23:20:50.019 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-15T23:20:50.019 DEBUG:teuthology.orchestra.run.smithi078:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-15T23:20:50.060 INFO:teuthology.orchestra.run.smithi078.stderr:grep: /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph.log: No such file or directory 2024-01-15T23:20:50.061 INFO:tasks.cephadm:Compressing logs... 2024-01-15T23:20:50.062 DEBUG:teuthology.orchestra.run.smithi078:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-15T23:20:50.107 DEBUG:teuthology.orchestra.run.smithi150:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-15T23:20:50.121 INFO:teuthology.orchestra.run.smithi078.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-15T23:20:50.122 INFO:teuthology.orchestra.run.smithi150.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-15T23:20:50.128 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mgr.smithi078.bhchre.log 2024-01-15T23:20:50.128 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mon.smithi078.log 2024-01-15T23:20:50.129 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mgr.smithi078.bhchre.log: gzip -5 --verbose -- /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-15T23:20:50.129 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mon.smithi078.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-15T23:20:50.135 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mon.smithi150.log 2024-01-15T23:20:50.135 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mgr.smithi150.xwmtuk.log 2024-01-15T23:20:50.136 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-15T23:20:50.136 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mon.smithi150.log: /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mgr.smithi150.xwmtuk.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-15T23:20:50.138 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-volume.log: /var/log/ceph/cephadm.log: 92.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-15T23:20:50.139 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-volume.log: /var/log/ceph/cephadm.log: 92.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-15T23:20:50.140 INFO:teuthology.orchestra.run.smithi078.stderr: 93.9% -- replaced with /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-15T23:20:50.143 INFO:teuthology.orchestra.run.smithi150.stderr: 92.3% -- replaced with /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mgr.smithi150.xwmtuk.log.gz 2024-01-15T23:20:50.148 INFO:teuthology.orchestra.run.smithi150.stderr: 93.9% -- replaced with /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-15T23:20:50.234 INFO:teuthology.orchestra.run.smithi078.stderr: 91.4% -- replaced with /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mgr.smithi078.bhchre.log.gz 2024-01-15T23:20:50.242 INFO:teuthology.orchestra.run.smithi150.stderr: 92.8% -- replaced with /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mon.smithi150.log.gz 2024-01-15T23:20:50.244 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-01-15T23:20:50.244 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m0.132s 2024-01-15T23:20:50.244 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m0.128s 2024-01-15T23:20:50.244 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.023s 2024-01-15T23:20:50.441 INFO:teuthology.orchestra.run.smithi078.stderr: 90.0% -- replaced with /var/log/ceph/b537cb80-b3fa-11ee-95ad-87774f69a715/ceph-mon.smithi078.log.gz 2024-01-15T23:20:50.442 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-15T23:20:50.443 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m0.332s 2024-01-15T23:20:50.443 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m0.433s 2024-01-15T23:20:50.443 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.030s 2024-01-15T23:20:50.444 INFO:tasks.cephadm:Archiving logs... 2024-01-15T23:20:50.444 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292/remote/ubuntu@smithi078.front.sepia.ceph.com/log 2024-01-15T23:20:50.445 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-15T23:20:50.591 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292/remote/ubuntu@smithi150.front.sepia.ceph.com/log 2024-01-15T23:20:50.592 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-15T23:20:50.629 INFO:tasks.cephadm:Removing cluster... 2024-01-15T23:20:50.630 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 --force 2024-01-15T23:20:51.981 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b537cb80-b3fa-11ee-95ad-87774f69a715 --force 2024-01-15T23:20:53.332 INFO:tasks.cephadm:Removing cephadm ... 2024-01-15T23:20:53.333 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-15T23:20:53.340 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-15T23:20:53.347 INFO:tasks.cephadm:Teardown complete 2024-01-15T23:20:53.347 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 779, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-01-15T23:20:53.555 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7d1d1ec8c3894cc08cff935b747c4059 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 779, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-01-15T23:20:53.558 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-15T23:20:53.570 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-15T23:20:53.577 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_1... 2024-01-15T23:20:53.577 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_1 2024-01-15T23:20:53.862 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-15T23:20:53.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:53.864 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_2... 2024-01-15T23:20:53.864 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_2 2024-01-15T23:20:54.126 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-15T23:20:54.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:54.128 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_3... 2024-01-15T23:20:54.128 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_3 2024-01-15T23:20:54.422 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-15T23:20:54.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:54.424 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_4... 2024-01-15T23:20:54.424 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_4 2024-01-15T23:20:54.690 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-15T23:20:54.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:54.692 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-15T23:20:54.692 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/scratch_devs 2024-01-15T23:20:54.706 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2024-01-15T23:20:54.706 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_1 2024-01-15T23:20:54.976 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-15T23:20:54.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:54.978 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2024-01-15T23:20:54.978 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_2 2024-01-15T23:20:55.264 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-15T23:20:55.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:55.266 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2024-01-15T23:20:55.266 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_3 2024-01-15T23:20:55.524 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-15T23:20:55.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:55.526 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2024-01-15T23:20:55.526 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_4 2024-01-15T23:20:55.812 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-15T23:20:55.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:55.814 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-15T23:20:55.814 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2024-01-15T23:20:55.829 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-15T23:20:55.838 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-15T23:20:55.839 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-15T23:20:55.841 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-15T23:20:55.859 INFO:teuthology.orchestra.run.smithi078.stdout: remote refid st t when poll reach delay offset jitter 2024-01-15T23:20:55.859 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================== 2024-01-15T23:20:55.859 INFO:teuthology.orchestra.run.smithi078.stdout:*hv01.front.sepi 44.4.53.2 2 u 19 64 377 0.071 1.848 0.564 2024-01-15T23:20:55.859 INFO:teuthology.orchestra.run.smithi078.stdout:+hv02.front.sepi 63.231.80.2 3 u 23 64 377 0.098 0.235 0.705 2024-01-15T23:20:55.859 INFO:teuthology.orchestra.run.smithi078.stdout:+hv03.front.sepi 74.6.168.72 3 u 19 64 377 0.113 0.541 0.621 2024-01-15T23:20:55.859 INFO:teuthology.orchestra.run.smithi078.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-01-15T23:20:55.889 INFO:teuthology.orchestra.run.smithi150.stdout: remote refid st t when poll reach delay offset jitter 2024-01-15T23:20:55.890 INFO:teuthology.orchestra.run.smithi150.stdout:============================================================================== 2024-01-15T23:20:55.890 INFO:teuthology.orchestra.run.smithi150.stdout:*hv01.front.sepi 44.4.53.2 2 u 20 64 377 0.102 1.700 0.771 2024-01-15T23:20:55.890 INFO:teuthology.orchestra.run.smithi150.stdout:+hv02.front.sepi 63.231.80.2 3 u 24 64 377 0.103 0.187 0.908 2024-01-15T23:20:55.890 INFO:teuthology.orchestra.run.smithi150.stdout:+hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.122 0.233 0.722 2024-01-15T23:20:55.890 INFO:teuthology.orchestra.run.smithi150.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-01-15T23:20:55.891 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-15T23:20:55.900 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-15T23:20:55.901 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-15T23:20:55.909 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-15T23:20:55.919 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-15T23:20:55.928 INFO:teuthology.task.internal:Duration was 1202.236330 seconds 2024-01-15T23:20:55.928 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-15T23:20:55.936 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-15T23:20:55.937 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-15T23:20:55.939 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-15T23:20:55.988 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-15T23:20:55.988 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2024-01-15T23:20:55.988 DEBUG:teuthology.orchestra.run.smithi078:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-15T23:20:56.003 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2024-01-15T23:20:56.004 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-15T23:20:56.045 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-15T23:20:56.045 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-15T23:20:56.048 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-15T23:20:56.134 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-15T23:20:56.134 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-15T23:20:56.137 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-15T23:20:56.291 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-15T23:20:56.301 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-15T23:20:56.301 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-15T23:20:56.315 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-15T23:20:56.330 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-15T23:20:56.340 DEBUG:teuthology.orchestra.run.smithi078:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-15T23:20:56.363 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-15T23:20:56.376 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2024-01-15T23:20:56.386 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2024-01-15T23:20:56.414 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-15T23:20:56.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:56.443 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-15T23:20:56.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-15T23:20:56.461 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-15T23:20:56.472 INFO:teuthology.task.internal:Transferring archived files... 2024-01-15T23:20:56.473 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292/remote/smithi078 2024-01-15T23:20:56.474 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-15T23:20:56.518 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292/remote/smithi150 2024-01-15T23:20:56.519 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-15T23:20:56.547 INFO:teuthology.task.internal:Removing archive directory... 2024-01-15T23:20:56.547 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-15T23:20:56.555 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-15T23:20:56.594 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-15T23:20:56.605 INFO:teuthology.task.internal:Not uploading archives. 2024-01-15T23:20:56.605 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-15T23:20:56.615 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-15T23:20:56.615 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-15T23:20:56.617 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-15T23:20:56.623 INFO:teuthology.orchestra.run.smithi078.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 15 23:20 /home/ubuntu/cephtest 2024-01-15T23:20:56.643 INFO:teuthology.orchestra.run.smithi150.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 15 23:20 /home/ubuntu/cephtest 2024-01-15T23:20:56.645 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-15T23:20:56.655 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-15T23:20:56.675 INFO:teuthology.nuke:Checking targets against current locks 2024-01-15T23:20:56.702 DEBUG:teuthology.nuke:shortname: smithi078 2024-01-15T23:20:56.703 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-15T23:20:56.727 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-15 22:51:04.057149', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-15T23:20:56.731 DEBUG:teuthology.nuke:shortname: smithi150 2024-01-15T23:20:56.732 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-15T23:20:56.754 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:02:29-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7517292', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-15 22:51:04.058737', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-15T23:20:56.778 INFO:teuthology.orchestra.console.smithi078:Power off 2024-01-15T23:20:56.778 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-15T23:20:56.800 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2024-01-15T23:20:56.801 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-15T23:20:56.818 INFO:teuthology.orchestra.console.smithi150:Power off 2024-01-15T23:20:56.818 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-15T23:20:56.826 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2024-01-15T23:20:56.842 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2024-01-15T23:20:56.842 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-15T23:20:56.864 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-01-15T23:21:00.827 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-15T23:21:00.866 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-15T23:21:00.939 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2024-01-15T23:21:00.975 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-01-15T23:21:04.944 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-15T23:21:04.976 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-15T23:21:05.055 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2024-01-15T23:21:05.086 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-01-15T23:21:05.156 INFO:teuthology.orchestra.console.smithi078:Power off completed 2024-01-15T23:21:09.090 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-15T23:21:09.199 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2024-01-15T23:21:09.300 INFO:teuthology.orchestra.console.smithi150:Power off completed 2024-01-15T23:21:09.404 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 1202.2363300323486 failure_reason: reached maximum tries (121) after waiting for 120 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7d1d1ec8c3894cc08cff935b747c4059 status: fail success: false 2024-01-15T23:21:09.405 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-15T23:21:09.485 INFO:teuthology.run:FAIL