2024-02-11T16:43:01.603 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T16:43:01.603 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --owner scheduled_yuriw@teuthology --name yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237 --verbose -- /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237/orig.config.yaml 2024-02-11T16:43:01.641 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T16:43:01.729 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7556237' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri8-testing-2024-02-07-0820-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: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBAnyNy9XyAwAxEI36T+i5FeDot1WebLfolwgn7AriOZrtRTZ1zUJ1gBaKmAXGFTB489VU/Plg9KiS/cz6Qcnmg= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG69RWvii/OZN4C1kuTlyEOOZh0T3JoWi6HToU/UQERxfePRDIoyR2vD4GiHs69ulS87ieBm/k/0jVjJ2NoPC8Q= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-11_15:26:36 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-02-11T16:43:01.729 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-11T16:43:01.730 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-11T16:43:01.730 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-11T16:43:01.732 INFO:teuthology.task.internal:Checking packages... 2024-02-11T16:43:01.826 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-11T16:43:01.826 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-11T16:43:01.826 INFO:teuthology.packaging:ref: None 2024-02-11T16:43:01.826 INFO:teuthology.packaging:tag: None 2024-02-11T16:43:01.826 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:43:01.826 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:43:01.826 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:43:02.130 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530.g5db25abe 2024-02-11T16:43:02.131 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-11T16:43:02.137 INFO:teuthology.task.internal:no buildpackages task found 2024-02-11T16:43:02.137 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-11T16:43:02.243 INFO:teuthology.task.internal:Saving configuration 2024-02-11T16:43:02.258 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-11T16:43:02.264 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T16:43:02.290 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:37:49.974292', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBAnyNy9XyAwAxEI36T+i5FeDot1WebLfolwgn7AriOZrtRTZ1zUJ1gBaKmAXGFTB489VU/Plg9KiS/cz6Qcnmg='} 2024-02-11T16:43:02.310 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:37:49.972888', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG69RWvii/OZN4C1kuTlyEOOZh0T3JoWi6HToU/UQERxfePRDIoyR2vD4GiHs69ulS87ieBm/k/0jVjJ2NoPC8Q='} 2024-02-11T16:43:02.310 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-11T16:43:02.316 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-11T16:43:02.316 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-11T16:43:02.316 INFO:teuthology.run_tasks:Running task console_log... 2024-02-11T16:43:02.380 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1c2f25c160>, signals=[15]) 2024-02-11T16:43:02.380 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T16:43:02.387 INFO:teuthology.task.internal:Opening connections... 2024-02-11T16:43:02.387 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2024-02-11T16:43:02.389 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:43:02.466 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-02-11T16:43:02.467 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:43:02.537 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T16:43:02.544 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2024-02-11T16:43:02.566 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2024-02-11T16:43:02.567 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2024-02-11T16:43:02.626 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="CentOS Stream" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="8" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:ID="centos" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE="rhel fedora" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="8" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:PLATFORM_ID="platform:el8" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:ANSI_COLOR="0;31" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://centos.org/" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-11T16:43:02.627 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T16:43:02.628 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2024-02-11T16:43:02.664 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-02-11T16:43:02.685 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-02-11T16:43:02.685 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-02-11T16:43:02.746 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="CentOS Stream" 2024-02-11T16:43:02.746 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8" 2024-02-11T16:43:02.746 INFO:teuthology.orchestra.run.smithi145.stdout:ID="centos" 2024-02-11T16:43:02.746 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="rhel fedora" 2024-02-11T16:43:02.746 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8" 2024-02-11T16:43:02.746 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2024-02-11T16:43:02.747 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-11T16:43:02.747 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2024-02-11T16:43:02.747 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-11T16:43:02.747 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://centos.org/" 2024-02-11T16:43:02.747 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T16:43:02.747 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-11T16:43:02.747 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-11T16:43:02.747 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-02-11T16:43:02.772 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T16:43:02.781 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T16:43:02.786 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T16:43:02.786 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:43:02.788 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:43:02.809 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T16:43:02.815 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T16:43:02.815 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:43:02.848 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:43:02.880 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T16:43:02.937 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T16:43:02.952 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T16:43:02.952 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-11T16:43:02.953 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:43:02.953 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:43:02.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:43:02.971 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-02-11T16:43:02.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:43:02.974 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-02-11T16:43:03.031 INFO:teuthology.orchestra.run.smithi136.stdout:4.18.0-489.el8.x86_64 2024-02-11T16:43:03.031 INFO:teuthology.task.kernel:Running kernel on smithi136: 4.18.0-489.el8.x86_64 2024-02-11T16:43:03.031 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum install -y kernel 2024-02-11T16:43:03.034 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-489.el8.x86_64 2024-02-11T16:43:03.034 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-489.el8.x86_64 2024-02-11T16:43:03.034 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2024-02-11T16:43:06.393 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 8 - AppStream 36 MB/s | 27 MB 00:00 2024-02-11T16:43:07.826 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - AppStream 13 MB/s | 27 MB 00:02 2024-02-11T16:43:12.418 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 8 - BaseOS 9.4 MB/s | 10 MB 00:01 2024-02-11T16:43:14.166 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - BaseOS 6.7 MB/s | 10 MB 00:01 2024-02-11T16:43:14.452 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 8 - Extras 45 kB/s | 18 kB 00:00 2024-02-11T16:43:14.803 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 8 - Extras common packages 29 kB/s | 6.9 kB 00:00 2024-02-11T16:43:15.096 INFO:teuthology.orchestra.run.smithi136.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2024-02-11T16:43:15.938 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2024-02-11T16:43:16.001 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - Extras 74 kB/s | 18 kB 00:00 2024-02-11T16:43:16.310 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - Extras common packages 34 kB/s | 6.9 kB 00:00 2024-02-11T16:43:16.536 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2024-02-11T16:43:17.229 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 27 MB/s | 16 MB 00:00 2024-02-11T16:43:19.754 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 476 kB/s | 24 kB 00:00 2024-02-11T16:43:20.978 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 441 kB/s | 24 kB 00:00 2024-02-11T16:43:22.660 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-11T16:43:22.660 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-11T16:43:22.769 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:43:22.770 INFO:teuthology.orchestra.run.smithi136.stdout:Install 3 Packages 2024-02-11T16:43:22.771 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:43:22.771 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 90 M 2024-02-11T16:43:22.771 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 96 M 2024-02-11T16:43:22.771 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-02-11T16:43:23.908 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-11T16:43:23.908 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-11T16:43:24.033 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-11T16:43:24.033 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:43:24.033 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-02-11T16:43:24.033 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:43:24.033 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout:Install 3 Packages 2024-02-11T16:43:24.034 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:43:24.035 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 90 M 2024-02-11T16:43:24.035 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 96 M 2024-02-11T16:43:24.035 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-02-11T16:43:24.597 INFO:teuthology.orchestra.run.smithi136.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 5.7 MB/s | 10 MB 00:01 2024-02-11T16:43:25.838 INFO:teuthology.orchestra.run.smithi145.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 5.8 MB/s | 10 MB 00:01 2024-02-11T16:43:27.197 INFO:teuthology.orchestra.run.smithi136.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 8.3 MB/s | 36 MB 00:04 2024-02-11T16:43:27.913 INFO:teuthology.orchestra.run.smithi136.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 8.5 MB/s | 44 MB 00:05 2024-02-11T16:43:27.914 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:43:27.914 INFO:teuthology.orchestra.run.smithi136.stdout:Total 18 MB/s | 90 MB 00:05 2024-02-11T16:43:28.538 INFO:teuthology.orchestra.run.smithi145.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 8.1 MB/s | 36 MB 00:04 2024-02-11T16:43:28.594 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-02-11T16:43:29.020 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-02-11T16:43:29.020 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-02-11T16:43:30.129 INFO:teuthology.orchestra.run.smithi145.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 7.2 MB/s | 44 MB 00:06 2024-02-11T16:43:30.129 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:43:30.130 INFO:teuthology.orchestra.run.smithi145.stdout:Total 15 MB/s | 90 MB 00:06 2024-02-11T16:43:30.271 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-02-11T16:43:30.312 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-02-11T16:43:30.813 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-02-11T16:43:31.240 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-02-11T16:43:31.240 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-02-11T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-02-11T16:43:32.519 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-02-11T16:43:33.101 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-02-11T16:43:33.643 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:43:35.277 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-02-11T16:43:35.828 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:43:37.208 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:43:37.592 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:43:39.377 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:43:39.785 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:43:41.030 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:43:41.331 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:43:43.221 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:43:43.526 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:03.506 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:03.530 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:03.873 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:03.874 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:44:03.874 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:44:04.357 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:04.358 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:44:04.358 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-02-11T16:44:04.358 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-11T16:44:04.358 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-11T16:44:04.358 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:44:04.358 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-02-11T16:44:04.524 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:44:04.745 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-11T16:44:04.745 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-11T16:44:04.745 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-11T16:44:04.745 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T16:44:04.745 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T16:44:04.746 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-11T16:44:04.746 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T16:44:04.746 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:44:04.956 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-11T16:44:04.956 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-11T16:44:04.957 DEBUG:teuthology.orchestra.run.smithi136:> sudo rpm -qi grub2-tools 2024-02-11T16:44:04.990 INFO:teuthology.orchestra.run.smithi136.stdout:Name : grub2-tools 2024-02-11T16:44:04.990 INFO:teuthology.orchestra.run.smithi136.stdout:Epoch : 1 2024-02-11T16:44:04.990 INFO:teuthology.orchestra.run.smithi136.stdout:Version : 2.02 2024-02-11T16:44:04.990 INFO:teuthology.orchestra.run.smithi136.stdout:Release : 129.el8 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: x86_64 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Group : System Environment/Base 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Size : 9265586 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:License : GPLv3+ 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Relocations : (not relocatable) 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Packager : CentOS BuildSystem 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Vendor : CentOS 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Summary : Support tools for GRUB. 2024-02-11T16:44:04.991 INFO:teuthology.orchestra.run.smithi136.stdout:Description : 2024-02-11T16:44:04.992 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:44:04.992 INFO:teuthology.orchestra.run.smithi136.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T16:44:04.992 INFO:teuthology.orchestra.run.smithi136.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T16:44:04.992 INFO:teuthology.orchestra.run.smithi136.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T16:44:04.992 INFO:teuthology.orchestra.run.smithi136.stdout:hardware devices. 2024-02-11T16:44:04.992 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:44:04.992 INFO:teuthology.orchestra.run.smithi136.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T16:44:04.993 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T16:44:04.993 INFO:teuthology.task.kernel:Updating grub on smithi136 to boot 4.18.0-536.el8.x86_64 2024-02-11T16:44:04.993 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T16:44:05.391 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:05.413 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:05.748 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:05.748 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-11T16:44:05.748 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-11T16:44:06.245 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-11T16:44:06.245 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:44:06.246 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-02-11T16:44:06.246 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-11T16:44:06.246 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-11T16:44:06.246 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:44:06.246 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-11T16:44:06.387 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:44:06.487 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2024-02-11T16:44:06.603 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-11T16:44:06.603 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-11T16:44:06.603 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-11T16:44:06.603 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T16:44:06.603 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T16:44:06.603 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-11T16:44:06.604 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T16:44:06.604 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:44:06.814 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-11T16:44:06.814 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-11T16:44:06.814 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.02 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 129.el8 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Group : System Environment/Base 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 9265586 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-11T16:44:06.849 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:Relocations : (not relocatable) 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : CentOS BuildSystem 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : CentOS 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:44:06.850 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2024-02-11T16:44:06.851 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-11T16:44:06.852 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 4.18.0-536.el8.x86_64 2024-02-11T16:44:06.852 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-11T16:44:08.384 INFO:teuthology.orchestra.run.smithi136.stderr:done 2024-02-11T16:44:08.385 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2024-02-11T16:44:08.408 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.x7YJz1gCaU 2024-02-11T16:44:08.408 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.x7YJz1gCaU 2024-02-11T16:44:08.502 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.x7YJz1gCaU 2024-02-11T16:44:08.578 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2024-02-11T16:44:08.616 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.x7YJz1gCaU is 6KB 2024-02-11T16:44:08.663 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.x7YJz1gCaU 2024-02-11T16:44:08.681 DEBUG:teuthology.orchestra.run.smithi136:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T16:44:08.752 INFO:teuthology.orchestra.run.smithi136.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-11T16:44:08.752 INFO:teuthology.orchestra.run.smithi136.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-11T16:44:08.752 INFO:teuthology.orchestra.run.smithi136.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-11T16:44:08.753 INFO:teuthology.orchestra.run.smithi136.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-11T16:44:08.753 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-11T16:44:08.941 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2024-02-11T16:44:10.424 INFO:teuthology.orchestra.run.smithi145.stderr:done 2024-02-11T16:44:10.427 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2024-02-11T16:44:10.467 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.ezEN5ZyTC4 2024-02-11T16:44:10.468 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ezEN5ZyTC4 2024-02-11T16:44:10.542 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.ezEN5ZyTC4 2024-02-11T16:44:10.689 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.ezEN5ZyTC4 is 6KB 2024-02-11T16:44:10.737 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.ezEN5ZyTC4 2024-02-11T16:44:10.754 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2024-02-11T16:44:10.826 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-11T16:44:10.826 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-11T16:44:10.826 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-11T16:44:10.826 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-11T16:44:10.827 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-11T16:44:10.989 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2024-02-11T16:44:38.950 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-11T16:44:38.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-02-11T16:44:38.951 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:44:40.992 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-11T16:44:40.992 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-11T16:44:40.993 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:44:59.329 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2024-02-11T16:45:08.336 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-11T16:45:08.337 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:45:11.392 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2024-02-11T16:45:13.404 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-02-11T16:45:22.413 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-02-11T16:45:22.414 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:45:23.394 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-11T16:45:23.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:45:40.796 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-02-11T16:45:52.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-02-11T16:45:52.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:45:53.240 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-02-11T16:45:53.522 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-02-11T16:45:53.522 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-11T16:45:53.522 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-02-11T16:45:53.539 INFO:teuthology.orchestra.run.smithi136.stdout:4.18.0-536.el8.x86_64 2024-02-11T16:45:53.539 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-11T16:45:53.539 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T16:45:53.539 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T16:45:54.541 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-11T16:45:54.541 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T16:45:54.734 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2024-02-11T16:45:54.767 DEBUG:teuthology.parallel:result is None 2024-02-11T16:45:55.925 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-02-11T16:45:56.652 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-11T16:45:56.652 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-11T16:45:56.652 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-02-11T16:45:56.710 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-536.el8.x86_64 2024-02-11T16:45:56.711 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-11T16:45:56.711 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T16:45:56.711 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-11T16:45:57.712 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-11T16:45:57.712 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T16:45:57.784 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-02-11T16:45:57.802 DEBUG:teuthology.parallel:result is None 2024-02-11T16:45:57.802 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-11T16:45:57.809 INFO:teuthology.task.internal:Creating test directory... 2024-02-11T16:45:57.809 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T16:45:57.812 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T16:45:57.831 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-11T16:45:57.837 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-11T16:45:57.845 INFO:teuthology.task.internal:Creating archive directory... 2024-02-11T16:45:57.846 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T16:45:57.873 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T16:45:57.911 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-11T16:45:57.921 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-11T16:45:57.922 DEBUG:teuthology.orchestra.run.smithi136:> 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-02-11T16:45:57.949 DEBUG:teuthology.orchestra.run.smithi145:> 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-02-11T16:45:57.987 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:45:57.994 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:45:57.998 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:45:58.004 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:45:58.005 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-11T16:45:58.012 INFO:teuthology.task.internal:Configuring sudo... 2024-02-11T16:45:58.013 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T16:45:58.042 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T16:45:58.068 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-11T16:45:58.078 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-11T16:45:58.078 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T16:45:58.110 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T16:45:58.127 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:45:58.217 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:45:58.264 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:45:58.355 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:45:58.391 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-02-11T16:45:58.391 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T16:45:58.458 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:45:58.502 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:45:58.553 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:45:58.638 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:45:58.678 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-11T16:45:58.678 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T16:45:58.745 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2024-02-11T16:45:58.747 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-02-11T16:45:58.796 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T16:45:58.841 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T16:45:59.073 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-11T16:45:59.081 INFO:teuthology.task.internal:Starting timer... 2024-02-11T16:45:59.081 INFO:teuthology.run_tasks:Running task pcp... 2024-02-11T16:45:59.090 INFO:teuthology.run_tasks:Running task selinux... 2024-02-11T16:45:59.099 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-11T16:45:59.099 DEBUG:teuthology.orchestra.run.smithi136:> sudo service auditd rotate 2024-02-11T16:45:59.182 INFO:teuthology.orchestra.run.smithi136.stdout:Rotating logs: 2024-02-11T16:45:59.184 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2024-02-11T16:45:59.279 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2024-02-11T16:45:59.281 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-11T16:45:59.281 DEBUG:teuthology.orchestra.run.smithi136:> /usr/sbin/getenforce 2024-02-11T16:45:59.313 INFO:teuthology.orchestra.run.smithi136.stdout:Permissive 2024-02-11T16:45:59.314 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2024-02-11T16:45:59.335 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2024-02-11T16:45:59.336 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi136.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive'} 2024-02-11T16:45:59.336 DEBUG:teuthology.orchestra.run.smithi136:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T16:45:59.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:45:59.381 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T16:45:59.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:45:59.408 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-11T16:45:59.408 DEBUG:teuthology.orchestra.run.smithi136:> sudo /usr/sbin/setenforce permissive 2024-02-11T16:45:59.448 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2024-02-11T16:45:59.474 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-11T16:45:59.484 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-11T16:45:59.489 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-11T16:45:59.634 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-11T16:45:59.649 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-02-11T16:45:59.650 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi136.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-11T16:51:48.201 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi136.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2024-02-11T16:51:48.203 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-02-11T16:51:48.204 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:51:48.285 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-02-11T16:51:48.358 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-02-11T16:51:48.359 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-11T16:51:48.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:51:48.431 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-02-11T16:51:48.503 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-11T16:51:48.503 INFO:teuthology.run_tasks:Running task clock... 2024-02-11T16:51:48.515 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-11T16:51:48.515 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T16:51:48.516 DEBUG:teuthology.orchestra.run.smithi136:> 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-02-11T16:51:48.518 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T16:51:48.518 DEBUG:teuthology.orchestra.run.smithi145:> 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-02-11T16:51:48.547 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T16:51:48.561 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T16:51:48.576 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T16:51:48.591 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T16:51:48.627 INFO:teuthology.orchestra.run.smithi136.stderr:sudo: ntpd: command not found 2024-02-11T16:51:48.637 INFO:teuthology.orchestra.run.smithi136.stdout:506 Cannot talk to daemon 2024-02-11T16:51:48.651 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T16:51:48.656 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2024-02-11T16:51:48.663 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T16:51:48.668 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2024-02-11T16:51:48.681 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T16:51:48.694 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T16:51:48.727 INFO:teuthology.orchestra.run.smithi136.stderr:bash: ntpq: command not found 2024-02-11T16:51:48.730 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T16:51:48.730 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-02-11T16:51:48.731 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:48.731 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:48.731 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:48.731 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:48.756 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2024-02-11T16:51:48.759 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T16:51:48.759 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-02-11T16:51:48.760 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:48.760 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:48.760 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:48.760 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:48.761 INFO:teuthology.run_tasks:Running task pexec... 2024-02-11T16:51:48.773 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-11T16:51:48.773 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi136.front.sepia.ceph.com 2024-02-11T16:51:48.773 DEBUG:teuthology.orchestra.run.smithi136:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-11T16:51:48.774 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2024-02-11T16:51:48.774 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-11T16:51:49.557 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:21 ago on Sun 11 Feb 2024 04:50:28 PM UTC. 2024-02-11T16:51:49.588 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:20 ago on Sun 11 Feb 2024 04:50:29 PM UTC. 2024-02-11T16:51:51.535 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-11T16:51:51.536 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:51:51.537 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-02-11T16:51:51.537 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:51:51.537 INFO:teuthology.orchestra.run.smithi145.stdout:Resetting modules: 2024-02-11T16:51:51.537 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 2024-02-11T16:51:51.537 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:51:51.537 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-11T16:51:51.537 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:51:51.537 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:51:51.555 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-02-11T16:51:51.556 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:51:51.556 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-02-11T16:51:51.556 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:51:51.557 INFO:teuthology.orchestra.run.smithi136.stdout:Resetting modules: 2024-02-11T16:51:51.557 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools 2024-02-11T16:51:51.557 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:51:51.557 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-02-11T16:51:51.557 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:51:51.557 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:51:51.783 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-11T16:51:51.817 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-02-11T16:51:52.619 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:23 ago on Sun 11 Feb 2024 04:50:29 PM UTC. 2024-02-11T16:51:52.669 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:24 ago on Sun 11 Feb 2024 04:50:28 PM UTC. 2024-02-11T16:51:54.573 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-11T16:51:54.608 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:51:54.608 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-02-11T16:51:54.608 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:51:54.608 INFO:teuthology.orchestra.run.smithi145.stdout:Installing group/module packages: 2024-02-11T16:51:54.608 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-11T16:51:54.608 INFO:teuthology.orchestra.run.smithi145.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-11T16:51:54.608 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-11T16:51:54.608 INFO:teuthology.orchestra.run.smithi145.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout:Installing weak dependencies: 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout:Installing module profiles: 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools/common 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:51:54.609 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling module streams: 2024-02-11T16:51:54.610 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools rhel8 2024-02-11T16:51:54.610 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:51:54.610 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-11T16:51:54.610 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-11T16:51:54.610 INFO:teuthology.orchestra.run.smithi145.stdout:Install 13 Packages 2024-02-11T16:51:54.610 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:51:54.610 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 27 M 2024-02-11T16:51:54.611 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 91 M 2024-02-11T16:51:54.611 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-02-11T16:51:54.665 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-02-11T16:51:54.700 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:51:54.700 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-02-11T16:51:54.700 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:51:54.700 INFO:teuthology.orchestra.run.smithi136.stdout:Installing group/module packages: 2024-02-11T16:51:54.700 INFO:teuthology.orchestra.run.smithi136.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout:Installing weak dependencies: 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-11T16:51:54.701 INFO:teuthology.orchestra.run.smithi136.stdout:Installing module profiles: 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools/common 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout:Enabling module streams: 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools rhel8 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout:Install 13 Packages 2024-02-11T16:51:54.702 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:51:54.703 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 27 M 2024-02-11T16:51:54.703 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 91 M 2024-02-11T16:51:54.703 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-02-11T16:51:54.766 INFO:teuthology.orchestra.run.smithi145.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 8.9 MB/s | 1.0 MB 00:00 2024-02-11T16:51:54.791 INFO:teuthology.orchestra.run.smithi145.stdout:(2/13): cockpit-podman-82-1.module_el8+804+f131 5.3 MB/s | 759 kB 00:00 2024-02-11T16:51:54.816 INFO:teuthology.orchestra.run.smithi145.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 755 kB/s | 38 kB 00:00 2024-02-11T16:51:54.850 INFO:teuthology.orchestra.run.smithi136.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 7.0 MB/s | 759 kB 00:00 2024-02-11T16:51:54.858 INFO:teuthology.orchestra.run.smithi145.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 3.6 MB/s | 248 kB 00:00 2024-02-11T16:51:54.883 INFO:teuthology.orchestra.run.smithi136.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 7.2 MB/s | 1.0 MB 00:00 2024-02-11T16:51:54.917 INFO:teuthology.orchestra.run.smithi145.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 3.0 MB/s | 179 kB 00:00 2024-02-11T16:51:54.917 INFO:teuthology.orchestra.run.smithi136.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 565 kB/s | 38 kB 00:00 2024-02-11T16:51:54.942 INFO:teuthology.orchestra.run.smithi136.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 4.1 MB/s | 248 kB 00:00 2024-02-11T16:51:54.992 INFO:teuthology.orchestra.run.smithi145.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2024-02-11T16:51:54.996 INFO:teuthology.orchestra.run.smithi136.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 3.3 MB/s | 179 kB 00:00 2024-02-11T16:51:55.026 INFO:teuthology.orchestra.run.smithi136.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 834 kB/s | 25 kB 00:00 2024-02-11T16:51:55.051 INFO:teuthology.orchestra.run.smithi145.stdout:(7/13): netavark-1.9.0-1.module_el8+804+f131391 17 MB/s | 4.0 MB 00:00 2024-02-11T16:51:55.060 INFO:teuthology.orchestra.run.smithi136.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.8 MB/s | 94 kB 00:00 2024-02-11T16:51:55.076 INFO:teuthology.orchestra.run.smithi145.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-02-11T16:51:55.119 INFO:teuthology.orchestra.run.smithi136.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 20 MB/s | 4.0 MB 00:00 2024-02-11T16:51:55.185 INFO:teuthology.orchestra.run.smithi145.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 18 MB/s | 9.7 MB 00:00 2024-02-11T16:51:55.218 INFO:teuthology.orchestra.run.smithi145.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.5 MB/s | 53 kB 00:00 2024-02-11T16:51:55.269 INFO:teuthology.orchestra.run.smithi145.stdout:(11/13): toolbox-0.0.99.4-8.module_el8+804+f131 13 MB/s | 2.5 MB 00:00 2024-02-11T16:51:55.270 INFO:teuthology.orchestra.run.smithi136.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 18 MB/s | 9.7 MB 00:00 2024-02-11T16:51:55.286 INFO:teuthology.orchestra.run.smithi145.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 610 kB/s | 41 kB 00:00 2024-02-11T16:51:55.350 INFO:teuthology.orchestra.run.smithi136.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 11 MB/s | 2.5 MB 00:00 2024-02-11T16:51:55.378 INFO:teuthology.orchestra.run.smithi136.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 485 kB/s | 53 kB 00:00 2024-02-11T16:51:55.403 INFO:teuthology.orchestra.run.smithi136.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 774 kB/s | 41 kB 00:00 2024-02-11T16:51:55.428 INFO:teuthology.orchestra.run.smithi145.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 23 MB/s | 8.8 MB 00:00 2024-02-11T16:51:55.428 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:51:55.428 INFO:teuthology.orchestra.run.smithi145.stdout:Total 33 MB/s | 27 MB 00:00 2024-02-11T16:51:55.529 INFO:teuthology.orchestra.run.smithi136.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 19 MB/s | 8.8 MB 00:00 2024-02-11T16:51:55.529 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:51:55.529 INFO:teuthology.orchestra.run.smithi136.stdout:Total 33 MB/s | 27 MB 00:00 2024-02-11T16:51:55.697 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-02-11T16:51:55.717 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-02-11T16:51:55.717 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-02-11T16:51:55.795 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-02-11T16:51:55.815 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-02-11T16:51:55.815 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-02-11T16:51:55.990 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-02-11T16:51:55.996 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-02-11T16:51:56.088 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-02-11T16:51:56.091 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-02-11T16:51:56.685 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-02-11T16:51:56.805 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-02-11T16:51:56.925 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-11T16:51:57.025 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-11T16:51:57.104 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-11T16:51:57.187 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-11T16:51:57.297 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-11T16:51:57.393 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-11T16:51:57.573 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-11T16:51:57.606 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-11T16:51:58.120 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-11T16:51:58.172 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-11T16:51:59.116 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-11T16:51:59.193 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-11T16:51:59.360 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-11T16:51:59.469 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-11T16:51:59.563 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-11T16:51:59.683 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-11T16:51:59.791 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-11T16:51:59.932 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-11T16:52:00.216 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-11T16:52:00.366 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-11T16:52:01.148 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-11T16:52:01.322 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-11T16:52:01.383 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-11T16:52:01.544 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-11T16:52:01.586 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-11T16:52:01.744 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-11T16:52:02.024 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-11T16:52:02.025 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-11T16:52:02.172 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-11T16:52:02.172 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-11T16:52:02.173 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-11T16:52:02.535 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-11T16:52:02.535 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:52:02.535 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-02-11T16:52:02.535 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.535 INFO:teuthology.orchestra.run.smithi145.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.535 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-11T16:52:02.535 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:52:02.536 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.754 INFO:teuthology.orchestra.run.smithi136.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-11T16:52:02.755 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-11T16:52:02.755 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-11T16:52:02.755 INFO:teuthology.orchestra.run.smithi136.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.755 INFO:teuthology.orchestra.run.smithi136.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-11T16:52:02.755 INFO:teuthology.orchestra.run.smithi136.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-11T16:52:02.755 INFO:teuthology.orchestra.run.smithi136.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-11T16:52:02.755 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-02-11T16:52:02.755 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-02-11T16:52:02.786 DEBUG:teuthology.parallel:result is None 2024-02-11T16:52:03.051 DEBUG:teuthology.parallel:result is None 2024-02-11T16:52:03.051 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-11T16:52:03.121 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', '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': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-11T16:52:03.122 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-11T16:52:03.122 INFO:tasks.cephadm:Cluster fsid is e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:03.122 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-11T16:52:03.122 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-11T16:52:03.122 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi136': '172.21.15.136', 'mon.smithi145': '172.21.15.145'} 2024-02-11T16:52:03.122 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-11T16:52:03.123 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2024-02-11T16:52:03.150 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2024-02-11T16:52:03.180 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-11T16:52:03.180 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:03.482 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 11 16:52 /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:03.482 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:03.640 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 11 16:52 /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:03.641 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:03.660 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:03.690 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2024-02-11T16:52:03.728 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2024-02-11T16:52:03.758 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2024-02-11T16:52:03.794 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2024-02-11T16:52:03.826 INFO:tasks.cephadm:Writing seed config... 2024-02-11T16:52:03.827 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-11T16:52:03.827 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-11T16:52:03.827 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-11T16:52:03.828 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-11T16:52:03.828 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-11T16:52:03.828 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-11T16:52:03.828 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-11T16:52:03.828 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-11T16:52:03.828 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-02-11T16:52:03.828 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-11T16:52:03.852 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 = e18967bc-c8fd-11ee-95b9-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-02-11T16:52:03.852 DEBUG:teuthology.orchestra.run.smithi136:mon.smithi136> sudo journalctl -f -n 0 -u ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136.service 2024-02-11T16:52:03.894 INFO:tasks.cephadm:Bootstrapping... 2024-02-11T16:52:03.894 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid e18967bc-c8fd-11ee-95b9-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.136 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:52:03.920 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:-- Logs begin at Sun 2024-02-11 16:45:34 UTC. -- 2024-02-11T16:52:04.161 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-11T16:52:05.877 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: 4.8.3 2024-02-11T16:52:05.887 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying podman|docker is present... 2024-02-11T16:52:05.887 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-11T16:52:05.909 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: 4.8.3 2024-02-11T16:52:05.920 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying lvm2 is present... 2024-02-11T16:52:05.920 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying time synchronization is in place... 2024-02-11T16:52:05.921 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-enabled chrony.service 2024-02-11T16:52:05.928 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T16:52:05.928 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-active chrony.service 2024-02-11T16:52:05.934 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2024-02-11T16:52:05.934 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-11T16:52:05.940 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: enabled 2024-02-11T16:52:05.941 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-active chronyd.service 2024-02-11T16:52:05.947 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: active 2024-02-11T16:52:05.948 INFO:teuthology.orchestra.run.smithi136.stderr:Unit chronyd.service is enabled and running 2024-02-11T16:52:05.948 INFO:teuthology.orchestra.run.smithi136.stderr:Repeating the final host check... 2024-02-11T16:52:05.948 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-11T16:52:05.970 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: 4.8.3 2024-02-11T16:52:05.976 INFO:teuthology.orchestra.run.smithi136.stderr:podman|docker (/bin/podman) is present 2024-02-11T16:52:05.977 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl is present 2024-02-11T16:52:05.977 INFO:teuthology.orchestra.run.smithi136.stderr:lvcreate is present 2024-02-11T16:52:05.977 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-enabled chrony.service 2024-02-11T16:52:05.982 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T16:52:05.983 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-active chrony.service 2024-02-11T16:52:05.988 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2024-02-11T16:52:05.989 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-11T16:52:05.994 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: enabled 2024-02-11T16:52:05.995 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-active chronyd.service 2024-02-11T16:52:06.000 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: active 2024-02-11T16:52:06.001 INFO:teuthology.orchestra.run.smithi136.stderr:Unit chronyd.service is enabled and running 2024-02-11T16:52:06.001 INFO:teuthology.orchestra.run.smithi136.stderr:Host looks OK 2024-02-11T16:52:06.001 INFO:teuthology.orchestra.run.smithi136.stderr:Cluster fsid: e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:06.001 INFO:teuthology.orchestra.run.smithi136.stderr:Acquiring lock 139913381101696 on /run/cephadm/e18967bc-c8fd-11ee-95b9-87774f69a715.lock 2024-02-11T16:52:06.001 INFO:teuthology.orchestra.run.smithi136.stderr:Lock 139913381101696 acquired on /run/cephadm/e18967bc-c8fd-11ee-95b9-87774f69a715.lock 2024-02-11T16:52:06.001 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying IP 172.21.15.136 port 3300 ... 2024-02-11T16:52:06.002 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying IP 172.21.15.136 port 6789 ... 2024-02-11T16:52:06.002 INFO:teuthology.orchestra.run.smithi136.stderr:Base mon IP is 172.21.15.136, final addrv is [v2:172.21.15.136:3300,v1:172.21.15.136:6789] 2024-02-11T16:52:06.002 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /sbin/ip route ls 2024-02-11T16:52:06.004 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.136 metric 100 2024-02-11T16:52:06.004 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.136 metric 100 2024-02-11T16:52:06.005 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /sbin/ip -6 route ls 2024-02-11T16:52:06.007 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-11T16:52:06.007 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-11T16:52:06.007 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2024-02-11T16:52:06.008 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /sbin/ip -6 addr ls 2024-02-11T16:52:06.010 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-11T16:52:06.010 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-11T16:52:06.010 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-11T16:52:06.010 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-11T16:52:06.010 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6e43/64 scope link 2024-02-11T16:52:06.010 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-11T16:52:06.011 INFO:teuthology.orchestra.run.smithi136.stderr:Mon IP `172.21.15.136` is in CIDR network `172.21.0.0/20` 2024-02-11T16:52:06.011 INFO:teuthology.orchestra.run.smithi136.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-11T16:52:06.012 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-11T16:52:06.012 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-11T16:52:06.111 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-11T16:52:12.798 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: Getting image source signatures 2024-02-11T16:52:12.811 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-11T16:52:12.811 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-11T16:52:26.439 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-11T16:52:26.631 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: Writing manifest to image destination 2024-02-11T16:52:26.963 INFO:teuthology.orchestra.run.smithi136.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-11T16:52:26.973 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-11T16:52:27.622 INFO:teuthology.orchestra.run.smithi136.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-11T16:52:28.258 INFO:teuthology.orchestra.run.smithi136.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-11T16:52:28.258 INFO:teuthology.orchestra.run.smithi136.stderr:Extracting ceph user uid/gid from container image... 2024-02-11T16:52:28.258 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-11T16:52:28.763 INFO:teuthology.orchestra.run.smithi136.stderr:stat: 167 167 2024-02-11T16:52:29.473 INFO:teuthology.orchestra.run.smithi136.stderr:Creating initial keys... 2024-02-11T16:52:29.474 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-11T16:52:30.002 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-authtool: AQBN+8hlNsh1NRAAL0X853PFG1RlMWD5fdqrdw== 2024-02-11T16:52:30.591 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-11T16:52:31.092 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-authtool: AQBP+8hlCfUsABAAFf2YrQb9vuJPLU1D+2uk1Q== 2024-02-11T16:52:31.670 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-11T16:52:32.265 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-authtool: AQBQ+8hl5wffCRAA4AQmJ+FOpsozRJ6PykLY7A== 2024-02-11T16:52:32.794 INFO:teuthology.orchestra.run.smithi136.stderr:Creating initial monmap... 2024-02-11T16:52:32.794 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpzqstsqf6:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 --addv smithi136 [v2:172.21.15.136:3300,v1:172.21.15.136:6789] /tmp/monmap 2024-02-11T16:52:33.355 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T16:52:33.355 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:33.355 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T16:52:33.984 INFO:teuthology.orchestra.run.smithi136.stderr:monmaptool for smithi136 [v2:172.21.15.136:3300,v1:172.21.15.136:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T16:52:33.984 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: set fsid to e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:33.985 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T16:52:33.985 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:52:33.985 INFO:teuthology.orchestra.run.smithi136.stderr:Creating mon... 2024-02-11T16:52:33.987 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/mon.smithi136:/var/lib/ceph/mon/ceph-smithi136:z -v /tmp/ceph-tmphmoi4met:/tmp/keyring:z -v /tmp/ceph-tmpzqstsqf6:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi136 --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --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 2024-02-11T16:52:34.628 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.505+0000 7f017892f700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.506+0000 7f017892f700 1 imported monmap: 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: fsid e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: last_changed 2024-02-11T16:52:33.254266+0000 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: created 2024-02-11T16:52:33.254266+0000 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.smithi136 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.506+0000 7f017892f700 0 /usr/bin/ceph-mon: set fsid to e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: RocksDB version: 6.8.1 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.629 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Compile date Jul 8 2021 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: DB SUMMARY 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi136/store.db dir, Total Num: 0, files: 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi136/store.db: 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.error_if_exists: 0 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.create_if_missing: 1 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.env: 0x56303a2f91c0 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.fs: Posix File System 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.info_log: 0x56303b198c20 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T16:52:34.630 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.statistics: (nil) 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.use_fsync: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.db_log_dir: 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi136/store.db 2024-02-11T16:52:34.631 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.write_buffer_manager: 0x56303b1a1530 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T16:52:34.632 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.unordered_write: 0 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.row_cache: None 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.wal_filter: None 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.preserve_deletes: 0 2024-02-11T16:52:34.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.two_write_queues: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.atomic_flush: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T16:52:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.max_open_files: -1 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Compression algorithms supported: 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: kZSTD supported: 0 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: kXpressCompression supported: 0 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T16:52:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: kZlibCompression supported: 1 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.507+0000 7f017892f700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi136/store.db/MANIFEST-000001 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.merge_operator: 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_filter: None 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T16:52:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56303b0b2160) 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_cache: 0x56303b0e8d10 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-11T16:52:34.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-11T16:52:34.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compression: NoCompression 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.num_levels: 7 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T16:52:34.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T16:52:34.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T16:52:34.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.table_properties_collectors: 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T16:52:34.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.bloom_locality: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.ttl: 2592000 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi136/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-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.508+0000 7f017892f700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-11T16:52:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.509+0000 7f017892f700 4 rocksdb: DB pointer 0x56303b1ad800 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.509+0000 7f01617b8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.509+0000 7f01617b8700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.645 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:34.646 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.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-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.511+0000 7f017892f700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.511+0000 7f017892f700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-11T16:52:34.647 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:34.511+0000 7f017892f700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi136 for mon.smithi136 2024-02-11T16:52:35.219 INFO:teuthology.orchestra.run.smithi136.stderr:create mon.smithi136 on 2024-02-11T16:52:35.219 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:35.224 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl disable ceph.target 2024-02-11T16:52:35.316 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl enable ceph.target 2024-02-11T16:52:35.323 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-11T16:52:35.404 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl start ceph.target 2024-02-11T16:52:35.411 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl enable ceph-e18967bc-c8fd-11ee-95b9-87774f69a715.target 2024-02-11T16:52:35.417 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715.target. 2024-02-11T16:52:35.417 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715.target. 2024-02-11T16:52:35.498 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715.target 2024-02-11T16:52:35.505 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl daemon-reload 2024-02-11T16:52:35.593 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136 2024-02-11T16:52:35.623 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl reset-failed ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136 2024-02-11T16:52:35.629 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to reset failed state of unit ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136.service: Unit ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136.service not loaded. 2024-02-11T16:52:35.629 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl enable ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136 2024-02-11T16:52:35.635 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715.target.wants/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136.service → /etc/systemd/system/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@.service. 2024-02-11T16:52:35.717 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136 2024-02-11T16:52:35.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:35 smithi136 systemd[1]: Starting Ceph mon.smithi136 for e18967bc-c8fd-11ee-95b9-87774f69a715... 2024-02-11T16:52:36.315 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-11T16:52:36.321 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: disabled 2024-02-11T16:52:36.322 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-active firewalld.service 2024-02-11T16:52:36.328 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2024-02-11T16:52:36.329 INFO:teuthology.orchestra.run.smithi136.stderr:firewalld.service is not enabled 2024-02-11T16:52:36.329 INFO:teuthology.orchestra.run.smithi136.stderr:Not possible to enable service . firewalld.service is not available 2024-02-11T16:52:36.329 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mon to start... 2024-02-11T16:52:36.330 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mon... 2024-02-11T16:52:36.330 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/mon.smithi136:/var/lib/ceph/mon/ceph-smithi136:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-11T16:52:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: cluster 2024-02-11T16:52:36.264469+0000 mon.smithi136 (mon.0) 0 : [INF] mkfs e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: cluster 2024-02-11T16:52:36.254275+0000 mon.smithi136 (mon.0) 1 : cluster [INF] mon.smithi136 is new leader, mons smithi136 in quorum (ranks 0) 2024-02-11T16:52:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:36 smithi136 bash[34575]: 30859eb4cac5f4256c1baefe7348aaaf21272b6bb834549794896e64629e3a44 2024-02-11T16:52:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:36 smithi136 systemd[1]: Started Ceph mon.smithi136 for e18967bc-c8fd-11ee-95b9-87774f69a715. 2024-02-11T16:52:37.380 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: cluster: 2024-02-11T16:52:37.380 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: id: e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:37.380 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-11T16:52:37.380 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:37.380 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: services: 2024-02-11T16:52:37.380 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi136 (age 1.1151s) 2024-02-11T16:52:37.380 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-11T16:52:37.381 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-11T16:52:37.381 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:37.381 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: data: 2024-02-11T16:52:37.381 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-11T16:52:37.381 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-11T16:52:37.381 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-11T16:52:37.381 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: pgs: 2024-02-11T16:52:37.381 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:37.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: cluster 2024-02-11T16:52:36.262573+0000 mon.smithi136 (mon.0) 2 : cluster [INF] mon.smithi136 is new leader, mons smithi136 in quorum (ranks 0) 2024-02-11T16:52:37.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: cluster 2024-02-11T16:52:36.263268+0000 mon.smithi136 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} 2024-02-11T16:52:37.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: cluster 2024-02-11T16:52:36.266698+0000 mon.smithi136 (mon.0) 4 : cluster [DBG] fsmap 2024-02-11T16:52:37.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: cluster 2024-02-11T16:52:36.271355+0000 mon.smithi136 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-11T16:52:37.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: cluster 2024-02-11T16:52:36.271738+0000 mon.smithi136 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-11T16:52:37.969 INFO:teuthology.orchestra.run.smithi136.stderr:mon is available 2024-02-11T16:52:37.970 INFO:teuthology.orchestra.run.smithi136.stderr:Assimilating anything we can from ceph.conf... 2024-02-11T16:52:37.970 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/mon.smithi136:/var/lib/ceph/mon/ceph-smithi136:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi136/config 2024-02-11T16:52:38.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: audit 2024-02-11T16:52:37.377641+0000 mon.smithi136 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.136:0/3292493012' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-11T16:52:38.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:38.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [global] 2024-02-11T16:52:38.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: fsid = e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:38.636 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.136:3300,v1:172.21.15.136:6789] 2024-02-11T16:52:38.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-11T16:52:38.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-11T16:52:38.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-11T16:52:38.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-11T16:52:38.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:38.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [mgr] 2024-02-11T16:52:38.637 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-11T16:52:38.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:38.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [osd] 2024-02-11T16:52:38.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-11T16:52:38.638 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-11T16:52:39.201 INFO:teuthology.orchestra.run.smithi136.stderr:Generating new minimal ceph.conf... 2024-02-11T16:52:39.201 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/mon.smithi136:/var/lib/ceph/mon/ceph-smithi136:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi136/config 2024-02-11T16:52:39.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: audit 2024-02-11T16:52:38.630055+0000 mon.smithi136 (mon.0) 8 : audit [INF] from='client.? 172.21.15.136:0/1287946930' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:52:39.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: audit 2024-02-11T16:52:38.633232+0000 mon.smithi136 (mon.0) 9 : audit [INF] from='client.? 172.21.15.136:0/1287946930' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T16:52:40.401 INFO:teuthology.orchestra.run.smithi136.stderr:Restarting the monitor... 2024-02-11T16:52:40.401 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl restart ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136 2024-02-11T16:52:40.402 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: audit 2024-02-11T16:52:39.791686+0000 mon.smithi136 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.136:0/319416826' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:52:40.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:40 smithi136 systemd[1]: Stopping Ceph mon.smithi136 for e18967bc-c8fd-11ee-95b9-87774f69a715... 2024-02-11T16:52:40.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: debug 2024-02-11T16:52:40.514+0000 7fbc53373700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi136 -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-02-11T16:52:40.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34589]: debug 2024-02-11T16:52:40.514+0000 7fbc53373700 -1 mon.smithi136@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T16:52:41.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 podman[34913]: ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136 2024-02-11T16:52:41.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 systemd[1]: ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136.service: Succeeded. 2024-02-11T16:52:41.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 systemd[1]: Stopped Ceph mon.smithi136 for e18967bc-c8fd-11ee-95b9-87774f69a715. 2024-02-11T16:52:41.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 systemd[1]: Starting Ceph mon.smithi136 for e18967bc-c8fd-11ee-95b9-87774f69a715... 2024-02-11T16:52:41.982 INFO:teuthology.orchestra.run.smithi136.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-11T16:52:41.983 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-11T16:52:42.224 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.915+0000 7f16419a0700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T16:52:42.224 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.915+0000 7f16419a0700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.915+0000 7f16419a0700 0 pidfile_write: ignore empty --pid-file 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.919+0000 7f16419a0700 0 load: jerasure load: lrc load: isa 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: RocksDB version: 6.8.1 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Compile date Jul 8 2021 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: DB SUMMARY 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: CURRENT file: CURRENT 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-11T16:52:42.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi136/store.db dir, Total Num: 1, files: 000004.sst 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi136/store.db: 000006.log size: 88889 ; 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.error_if_exists: 0 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.create_if_missing: 0 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.env: 0x55e6a1d8a1c0 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.fs: Posix File System 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.info_log: 0x55e6a4161a40 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.statistics: (nil) 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.use_fsync: 0 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T16:52:42.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.db_log_dir: 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi136/store.db 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T16:52:42.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.write_buffer_manager: 0x55e6a4169fb0 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T16:52:42.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.unordered_write: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.row_cache: None 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.wal_filter: None 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.preserve_deletes: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.two_write_queues: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.atomic_flush: 0 2024-02-11T16:52:42.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T16:52:42.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_open_files: -1 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Compression algorithms supported: 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: kZSTD supported: 0 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: kXpressCompression supported: 0 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: kZlibCompression supported: 1 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T16:52:42.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi136/store.db/MANIFEST-000005 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.merge_operator: 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_filter: None 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e6a407a170) 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cache_index_and_filter_blocks: 1 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: pin_top_level_index_and_filter: 1 2024-02-11T16:52:42.232 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: index_type: 0 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: data_block_index_type: 0 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: index_shortening: 1 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: data_block_hash_table_util_ratio: 0.750000 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: hash_index_allow_collision: 1 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: checksum: 1 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: no_block_cache: 0 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: block_cache: 0x55e6a40b0f10 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: block_cache_name: BinnedLRUCache 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: block_cache_options: 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: capacity : 536870912 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: num_shard_bits : 4 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: strict_capacity_limit : 0 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: high_pri_pool_ratio: 0.000 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: block_cache_compressed: (nil) 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: persistent_cache: (nil) 2024-02-11T16:52:42.233 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: block_size: 4096 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: block_size_deviation: 10 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: block_restart_interval: 16 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: index_block_restart_interval: 1 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: metadata_block_size: 4096 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: partition_filters: 0 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: use_delta_encoding: 1 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: whole_key_filtering: 1 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: verify_compression: 0 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: read_amp_bytes_per_bit: 0 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: format_version: 2 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: enable_index_compression: 1 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: block_align: 0 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.234 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compression: NoCompression 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.num_levels: 7 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T16:52:42.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T16:52:42.236 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T16:52:42.236 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T16:52:42.237 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-11T16:52:42.238 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.table_properties_collectors: 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T16:52:42.239 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.bloom_locality: 0 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.ttl: 2592000 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.920+0000 7f16419a0700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.921+0000 7f16419a0700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi136/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-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.921+0000 7f16419a0700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.921+0000 7f16419a0700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670361922722, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.921+0000 7f16419a0700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.921+0000 7f16419a0700 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-02-11T16:52:42.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.921+0000 7f16419a0700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670361923542, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 85540, "table_properties": {"data_size": 83788, "index_size": 357, "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": 9380, "raw_average_key_size": 46, "raw_value_size": 78325, "raw_average_value_size": 389, "num_data_blocks": 12, "num_entries": 201, "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": 1707670361, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.922+0000 7f16419a0700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.922+0000 7f16419a0700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670361923979, "job": 1, "event": "recovery_finished"} 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.923+0000 7f16419a0700 4 rocksdb: DB pointer 0x55e6a4175800 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.923+0000 7f16287a8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.923+0000 7f16287a8700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ** DB Stats ** 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:52:42.241 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ** Compaction Stats [default] ** 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 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-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: L0 2/0 85.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.6 0.00 0.00 1 0.001 0 0 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Sum 2/0 85.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.6 0.00 0.00 1 0.001 0 0 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.6 0.00 0.00 1 0.001 0 0 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ** Compaction Stats [default] ** 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 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-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.6 0.00 0.00 1 0.001 0 0 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:42.242 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Cumulative compaction: 0.00 GB write, 30.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Interval compaction: 0.00 GB write, 30.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 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-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ** Compaction Stats [default] ** 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 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-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: L0 2/0 85.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.6 0.00 0.00 1 0.001 0 0 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Sum 2/0 85.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.6 0.00 0.00 1 0.001 0 0 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 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-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.243 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ** Compaction Stats [default] ** 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 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-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.6 0.00 0.00 1 0.001 0 0 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Cumulative compaction: 0.00 GB write, 29.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 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-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:52:42.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.923+0000 7f16419a0700 0 starting mon.smithi136 rank 0 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi136 fsid e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.924+0000 7f16419a0700 1 mon.smithi136@-1(???) e1 preinit fsid e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.924+0000 7f16419a0700 0 mon.smithi136@-1(???).mds e1 new map 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.924+0000 7f16419a0700 0 mon.smithi136@-1(???).mds e1 print_map 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: e1 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 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-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: legacy client fscid: -1 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: No filesystems configured 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.924+0000 7f16419a0700 0 mon.smithi136@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.924+0000 7f16419a0700 0 mon.smithi136@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:52:42.245 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.924+0000 7f16419a0700 0 mon.smithi136@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.924+0000 7f16419a0700 0 mon.smithi136@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:39.791686+0000 mon.smithi136 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.136:0/319416826' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 1 mon.smithi136@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta expand map: {default=false} 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta from 'false' to 'false' 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta expanded map: {default=false} 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta expand map: {default=info} 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta from 'info' to 'info' 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta expanded map: {default=info} 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta expand map: {default=daemon} 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta expand map: {default=debug} 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T16:52:41.925+0000 7f16419a0700 20 expand_channel_meta expanded map: {default=debug} 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 bash[34982]: af0e8d746f4627df6db504bfe09b9da841ee17cabda805e9a65a0cc8514b2852 2024-02-11T16:52:42.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 systemd[1]: Started Ceph mon.smithi136 for e18967bc-c8fd-11ee-95b9-87774f69a715. 2024-02-11T16:52:42.247 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:41.942275+0000 mon.smithi136 (mon.0) 1 : cluster [INF] mon.smithi136 is new leader, mons smithi136 in quorum (ranks 0) 2024-02-11T16:52:42.247 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:41.942337+0000 mon.smithi136 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} 2024-02-11T16:52:42.247 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:41.942369+0000 mon.smithi136 (mon.0) 3 : cluster [DBG] fsmap 2024-02-11T16:52:42.247 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:41.942394+0000 mon.smithi136 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-11T16:52:42.247 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:41.942772+0000 mon.smithi136 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-11T16:52:43.255 INFO:teuthology.orchestra.run.smithi136.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-11T16:52:43.255 INFO:teuthology.orchestra.run.smithi136.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:52:43.255 INFO:teuthology.orchestra.run.smithi136.stderr:Creating mgr... 2024-02-11T16:52:43.255 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying port 9283 ... 2024-02-11T16:52:43.257 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl daemon-reload 2024-02-11T16:52:43.352 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mgr.smithi136.pwpgid 2024-02-11T16:52:43.375 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl reset-failed ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mgr.smithi136.pwpgid 2024-02-11T16:52:43.380 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to reset failed state of unit ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mgr.smithi136.pwpgid.service: Unit ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mgr.smithi136.pwpgid.service not loaded. 2024-02-11T16:52:43.381 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl enable ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mgr.smithi136.pwpgid 2024-02-11T16:52:43.387 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715.target.wants/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mgr.smithi136.pwpgid.service → /etc/systemd/system/ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@.service. 2024-02-11T16:52:43.471 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mgr.smithi136.pwpgid 2024-02-11T16:52:44.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:43 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:42.624981+0000 mon.smithi136 (mon.0) 6 : audit [INF] from='client.? 172.21.15.136:0/982588543' entity='client.admin' 2024-02-11T16:52:44.068 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-11T16:52:44.077 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: disabled 2024-02-11T16:52:44.077 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-active firewalld.service 2024-02-11T16:52:44.088 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2024-02-11T16:52:44.088 INFO:teuthology.orchestra.run.smithi136.stderr:firewalld.service is not enabled 2024-02-11T16:52:44.088 INFO:teuthology.orchestra.run.smithi136.stderr:Not possible to enable service . firewalld.service is not available 2024-02-11T16:52:44.088 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-11T16:52:44.093 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: disabled 2024-02-11T16:52:44.093 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-active firewalld.service 2024-02-11T16:52:44.100 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2024-02-11T16:52:44.101 INFO:teuthology.orchestra.run.smithi136.stderr:firewalld.service is not enabled 2024-02-11T16:52:44.101 INFO:teuthology.orchestra.run.smithi136.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-11T16:52:44.101 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mgr to start... 2024-02-11T16:52:44.101 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mgr... 2024-02-11T16:52:44.101 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-11T16:52:44.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:44.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2024-02-11T16:52:44.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsid": "e18967bc-c8fd-11ee-95b9-87774f69a715", 2024-02-11T16:52:44.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:52:44.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 0 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "smithi136" 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:52:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:52:44.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:52:44.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:44.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:52:44.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:52:44.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:52:44.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:52:44.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:52:44.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:52:44.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:52:44.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:52:44.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": false, 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:44.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:52:44.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:52:44.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:52:36.264863+0000", 2024-02-11T16:52:44.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:52:44.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:44.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:52:44.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2024-02-11T16:52:45.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:44.726641+0000 mon.smithi136 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.136:0/2316940889' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:52:45.356 INFO:teuthology.orchestra.run.smithi136.stderr:mgr not available, waiting (1/15)... 2024-02-11T16:52:47.359 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-11T16:52:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:49.077105+0000 mon.smithi136 (mon.0) 8 : cluster [INF] Activating manager daemon smithi136.pwpgid 2024-02-11T16:52:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:49.079617+0000 mon.smithi136 (mon.0) 9 : cluster [DBG] mgrmap e2: smithi136.pwpgid(active, starting, since 0.00261702s) 2024-02-11T16:52:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.080533+0000 mon.smithi136 (mon.0) 10 : audit [DBG] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:52:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.080755+0000 mon.smithi136 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:52:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.080914+0000 mon.smithi136 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:52:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.081026+0000 mon.smithi136 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-02-11T16:52:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.081543+0000 mon.smithi136 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mgr metadata", "who": "smithi136.pwpgid", "id": "smithi136.pwpgid"}]: dispatch 2024-02-11T16:52:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:49.096024+0000 mon.smithi136 (mon.0) 15 : cluster [INF] Manager daemon smithi136.pwpgid is now available 2024-02-11T16:52:49.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.108766+0000 mon.smithi136 (mon.0) 16 : audit [INF] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' 2024-02-11T16:52:49.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.110298+0000 mon.smithi136 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:52:49.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.111395+0000 mon.smithi136 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:52:49.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.116709+0000 mon.smithi136 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' 2024-02-11T16:52:49.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:49.121459+0000 mon.smithi136 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.136:0/4071482733' entity='mgr.smithi136.pwpgid' 2024-02-11T16:52:50.102 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:50.102 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2024-02-11T16:52:50.102 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsid": "e18967bc-c8fd-11ee-95b9-87774f69a715", 2024-02-11T16:52:50.102 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 0 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "smithi136" 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:52:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:52:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:52:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:52:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:52:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:52:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:52:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:52:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:52:50.108 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:52:50.108 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:52:50.108 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:50.108 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:50.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:52:36.264863+0000", 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:52:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2024-02-11T16:52:50.111 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:52:50.111 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2024-02-11T16:52:50.717 INFO:teuthology.orchestra.run.smithi136.stderr:mgr is available 2024-02-11T16:52:50.718 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z -v /tmp/tmpt18febm3:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-11T16:52:51.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:50.082200+0000 mon.smithi136 (mon.0) 21 : cluster [DBG] mgrmap e3: smithi136.pwpgid(active, since 1.0052s) 2024-02-11T16:52:51.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:50.098517+0000 mon.smithi136 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.136:0/1922324938' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:52:51.471 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:51.471 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [global] 2024-02-11T16:52:51.471 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: fsid = e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:51.471 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-11T16:52:51.471 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-11T16:52:51.471 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-11T16:52:51.472 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-11T16:52:51.472 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:51.472 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [mgr] 2024-02-11T16:52:51.472 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-11T16:52:51.472 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2024-02-11T16:52:51.472 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [osd] 2024-02-11T16:52:51.472 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-11T16:52:51.472 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-11T16:52:52.034 INFO:teuthology.orchestra.run.smithi136.stderr:Enabling cephadm module... 2024-02-11T16:52:52.034 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-11T16:52:52.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:51.468733+0000 mon.smithi136 (mon.0) 23 : audit [INF] from='client.? 172.21.15.136:0/1951759650' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:52:53.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:52.084107+0000 mon.smithi136 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi136.pwpgid(active, since 3s) 2024-02-11T16:52:53.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:52.805651+0000 mon.smithi136 (mon.0) 25 : audit [INF] from='client.? 172.21.15.136:0/4071149207' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-11T16:52:53.815 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-11T16:52:54.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:53.085459+0000 mon.smithi136 (mon.0) 26 : audit [INF] from='client.? 172.21.15.136:0/4071149207' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-11T16:52:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:53.085507+0000 mon.smithi136 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi136.pwpgid(active, since 4s) 2024-02-11T16:52:54.606 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2024-02-11T16:52:54.606 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-11T16:52:54.606 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:52:54.607 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "active_name": "smithi136.pwpgid", 2024-02-11T16:52:54.607 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-11T16:52:54.607 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2024-02-11T16:52:55.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:55 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:54.605309+0000 mon.smithi136 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.136:0/1573992352' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T16:52:57.274 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for the mgr to restart... 2024-02-11T16:52:57.274 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mgr epoch 5... 2024-02-11T16:52:57.274 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-11T16:52:58.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:58.193706+0000 mon.smithi136 (mon.0) 29 : cluster [INF] Active manager daemon smithi136.pwpgid restarted 2024-02-11T16:52:58.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:58.194142+0000 mon.smithi136 (mon.0) 30 : cluster [INF] Activating manager daemon smithi136.pwpgid 2024-02-11T16:52:58.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:58.197996+0000 mon.smithi136 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-11T16:52:59.512 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:58.248997+0000 mon.smithi136 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi136.pwpgid(active, starting, since 0.0549295s) 2024-02-11T16:52:59.512 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.251944+0000 mon.smithi136 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-02-11T16:52:59.512 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.252616+0000 mon.smithi136 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mgr metadata", "who": "smithi136.pwpgid", "id": "smithi136.pwpgid"}]: dispatch 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.253260+0000 mon.smithi136 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.253420+0000 mon.smithi136 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.253570+0000 mon.smithi136 (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:58.266922+0000 mon.smithi136 (mon.0) 38 : cluster [INF] Manager daemon smithi136.pwpgid is now available 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.279597+0000 mon.smithi136 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.282145+0000 mon.smithi136 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.284473+0000 mon.smithi136 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.377468+0000 mon.smithi136 (mon.0) 42 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.378134+0000 mon.smithi136 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.379421+0000 mon.smithi136 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.381110+0000 mon.smithi136 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:52:59.513 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.390943+0000 mon.smithi136 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:52:59.514 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:52:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:58.392040+0000 mon.smithi136 (mon.0) 47 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:53:00.085 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2024-02-11T16:53:00.085 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-11T16:53:00.086 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "initialized": true 2024-02-11T16:53:00.086 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2024-02-11T16:53:00.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:52:59.256545+0000 mon.smithi136 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi136.pwpgid(active, since 1.06247s) 2024-02-11T16:53:00.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:59.487054+0000 mgr.smithi136.pwpgid (mgr.14114) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T16:53:00.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:52:59.492853+0000 mgr.smithi136.pwpgid (mgr.14114) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-11T16:53:01.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:01 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:00.259189+0000 mon.smithi136 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi136.pwpgid(active, since 2s) 2024-02-11T16:53:04.059 INFO:teuthology.orchestra.run.smithi136.stderr:mgr epoch 5 is available 2024-02-11T16:53:04.059 INFO:teuthology.orchestra.run.smithi136.stderr:Setting orchestrator backend to cephadm... 2024-02-11T16:53:04.059 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-11T16:53:05.340 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-11T16:53:06.003 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: value unchanged 2024-02-11T16:53:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:05 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:04.758505+0000 mgr.smithi136.pwpgid (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:05 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:04.762366+0000 mon.smithi136 (mon.0) 50 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:05 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:04.765935+0000 mon.smithi136 (mon.0) 51 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:06.663 INFO:teuthology.orchestra.run.smithi136.stderr:Generating ssh key... 2024-02-11T16:53:06.663 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-11T16:53:06.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:05.999649+0000 mgr.smithi136.pwpgid (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:08.345 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-11T16:53:09.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:07.336171+0000 mgr.smithi136.pwpgid (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-02-11T16:53:09.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:07.738192+0000 mon.smithi136 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:09.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:07.740697+0000 mon.smithi136 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:09.054 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJzQtQcDPbf5QHkOH5wo9kDCxKWUhUe5HF+K6yA4Qx5c9QLcenRffUzDsoVsp9PwuaZTwj0cUQNaJ4Gbj4rSCckpyF5pCWpdy99sftNt8nT5YwJCmAYlTtsGsCpzJ5qyDnSyV+c2rRMBU6tCSZzuI0D45sYIVA3EnaHWoU2Noiw5xsaeax+kdhxngAgw7k0mp+DXPmqRDm6OGwbpAjIcq5A0jz0PJoDz9BIwZJt/WJd8IXJ2N2bFcO84lJWolXt4f2eCbG7XhY+bUdwk3kj0SMdc6CwCAGQ0+DqyTPklMcAWNQ/N/NzerOa98sy8a6Hh+S4yh9B1a07fjHHLDQObPUq7RRKOPCcZRiIv1rcNrGqS05CihPQPVhfyna8tJldyuR12gwTnr8iDaol9BbsBrDq+kNCaq9Cjo+7fL0v54rKKHSdYRM0SXjO6bHaL6aD9mbAXezOFQjpi8oVEuunxnMRyB3GOahdNqsLHEQVTFEgHYXNP3Glk/VwT0OHCpqNb8= ceph-e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:10.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:09 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:09.053725+0000 mgr.smithi136.pwpgid (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:10.044 INFO:teuthology.orchestra.run.smithi136.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-11T16:53:10.044 INFO:teuthology.orchestra.run.smithi136.stderr:Adding key to root@localhost authorized_keys... 2024-02-11T16:53:10.045 INFO:teuthology.orchestra.run.smithi136.stderr:Adding host smithi136... 2024-02-11T16:53:10.045 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi136 172.21.15.136 2024-02-11T16:53:11.334 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Added host 'smithi136' with addr '172.21.15.136' 2024-02-11T16:53:11.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:11 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:10.746672+0000 mgr.smithi136.pwpgid (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "addr": "172.21.15.136", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:11.942 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying mon service with default placement... 2024-02-11T16:53:11.942 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-11T16:53:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:11.331627+0000 mon.smithi136 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:11.331912+0000 mgr.smithi136.pwpgid (mgr.14114) 9 : cephadm [INF] Added host smithi136 2024-02-11T16:53:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:11.332140+0000 mon.smithi136 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:12.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-11T16:53:13.383 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying mgr service with default placement... 2024-02-11T16:53:13.384 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-11T16:53:14.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:13 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:12.721762+0000 mgr.smithi136.pwpgid (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:14.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:13 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:12.722419+0000 mgr.smithi136.pwpgid (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-11T16:53:14.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:13 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:12.725459+0000 mon.smithi136 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:14.058 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-11T16:53:14.724 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying crash service with default placement... 2024-02-11T16:53:14.724 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-11T16:53:15.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:15 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:14.054628+0000 mgr.smithi136.pwpgid (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:15.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:15 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:14.055178+0000 mgr.smithi136.pwpgid (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-11T16:53:15.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:15 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:14.057403+0000 mon.smithi136 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:15.453 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-11T16:53:16.155 INFO:teuthology.orchestra.run.smithi136.stderr:Enabling mgr prometheus module... 2024-02-11T16:53:16.155 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-11T16:53:16.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:15.449296+0000 mgr.smithi136.pwpgid (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:16.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:15.449921+0000 mgr.smithi136.pwpgid (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-11T16:53:16.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:15.452084+0000 mon.smithi136 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.136:0/1668042191' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:17.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:16.877327+0000 mon.smithi136 (mon.0) 59 : audit [INF] from='client.? 172.21.15.136:0/4192184297' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-11T16:53:18.137 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying prometheus service with default placement... 2024-02-11T16:53:18.137 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-11T16:53:18.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:17.458262+0000 mon.smithi136 (mon.0) 60 : audit [INF] from='client.? 172.21.15.136:0/4192184297' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-11T16:53:18.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:17.458324+0000 mon.smithi136 (mon.0) 61 : cluster [DBG] mgrmap e9: smithi136.pwpgid(active, since 19s) 2024-02-11T16:53:23.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:22.624468+0000 mon.smithi136 (mon.0) 62 : cluster [INF] Active manager daemon smithi136.pwpgid restarted 2024-02-11T16:53:23.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:22.624886+0000 mon.smithi136 (mon.0) 63 : cluster [INF] Activating manager daemon smithi136.pwpgid 2024-02-11T16:53:23.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:22.628986+0000 mon.smithi136 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-11T16:53:23.948 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-11T16:53:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:22.939288+0000 mon.smithi136 (mon.0) 65 : cluster [DBG] mgrmap e10: smithi136.pwpgid(active, starting, since 0.314484s) 2024-02-11T16:53:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:22.940493+0000 mon.smithi136 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-02-11T16:53:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:22.941157+0000 mon.smithi136 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mgr metadata", "who": "smithi136.pwpgid", "id": "smithi136.pwpgid"}]: dispatch 2024-02-11T16:53:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:22.941846+0000 mon.smithi136 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:53:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:22.941990+0000 mon.smithi136 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:53:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:22.942139+0000 mon.smithi136 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:53:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:22.956024+0000 mon.smithi136 (mon.0) 71 : cluster [INF] Manager daemon smithi136.pwpgid is now available 2024-02-11T16:53:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:23.053099+0000 mon.smithi136 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:24.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:23.054963+0000 mon.smithi136 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:24.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:23.076324+0000 mon.smithi136 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:53:24.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:23.078504+0000 mon.smithi136 (mon.0) 75 : audit [INF] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:53:24.554 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying grafana service with default placement... 2024-02-11T16:53:24.554 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-11T16:53:25.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:23.941678+0000 mon.smithi136 (mon.0) 76 : cluster [DBG] mgrmap e11: smithi136.pwpgid(active, since 1.31688s) 2024-02-11T16:53:25.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:23.942980+0000 mgr.smithi136.pwpgid (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-11T16:53:25.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:23.945586+0000 mon.smithi136 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:25.323 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-11T16:53:25.871 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying node-exporter service with default placement... 2024-02-11T16:53:25.871 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-11T16:53:26.128 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:25 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:24.947214+0000 mon.smithi136 (mon.0) 78 : cluster [DBG] mgrmap e12: smithi136.pwpgid(active, since 2s) 2024-02-11T16:53:26.128 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:25 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:25.316978+0000 mgr.smithi136.pwpgid (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:26.129 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:25 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:25.317495+0000 mgr.smithi136.pwpgid (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-11T16:53:26.129 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:25 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:25.322352+0000 mon.smithi136 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:26.627 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-11T16:53:27.210 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying alertmanager service with default placement... 2024-02-11T16:53:27.210 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-11T16:53:27.965 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-11T16:53:27.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:26.623215+0000 mgr.smithi136.pwpgid (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:27.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:26.623896+0000 mgr.smithi136.pwpgid (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-11T16:53:27.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:26.626018+0000 mon.smithi136 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:28.622 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-11T16:53:29.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:27.961639+0000 mgr.smithi136.pwpgid (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:29.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:27.962154+0000 mgr.smithi136.pwpgid (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-11T16:53:29.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:27.964293+0000 mon.smithi136 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:30.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:29.328174+0000 mon.smithi136 (mon.0) 82 : audit [INF] from='client.? 172.21.15.136:0/3908350272' entity='client.admin' 2024-02-11T16:53:31.687 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-11T16:53:34.431 INFO:teuthology.orchestra.run.smithi136.stderr:Enabling the dashboard module... 2024-02-11T16:53:34.431 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-11T16:53:34.433 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:33.241182+0000 mon.smithi136 (mon.0) 83 : audit [INF] from='client.? 172.21.15.136:0/3752525324' entity='client.admin' 2024-02-11T16:53:34.434 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:33.705657+0000 mon.smithi136 (mon.0) 84 : audit [INF] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:36.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:35 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:34.749164+0000 mon.smithi136 (mon.0) 85 : audit [INF] from='mgr.14142 172.21.15.136:0/1203559900' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:36.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:35 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:35.217200+0000 mon.smithi136 (mon.0) 86 : audit [INF] from='client.? 172.21.15.136:0/125529702' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-11T16:53:36.446 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-11T16:53:37.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:35.751149+0000 mon.smithi136 (mon.0) 87 : audit [INF] from='client.? 172.21.15.136:0/125529702' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-11T16:53:37.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:35.751205+0000 mon.smithi136 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi136.pwpgid(active, since 13s) 2024-02-11T16:53:37.210 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2024-02-11T16:53:37.211 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-11T16:53:37.211 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:53:37.211 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "active_name": "smithi136.pwpgid", 2024-02-11T16:53:37.211 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-11T16:53:37.211 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2024-02-11T16:53:37.879 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for the mgr to restart... 2024-02-11T16:53:37.879 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mgr epoch 13... 2024-02-11T16:53:37.880 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-11T16:53:38.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:37.209673+0000 mon.smithi136 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.136:0/143991361' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T16:53:41.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:40.910347+0000 mon.smithi136 (mon.0) 90 : cluster [INF] Active manager daemon smithi136.pwpgid restarted 2024-02-11T16:53:41.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:40.910788+0000 mon.smithi136 (mon.0) 91 : cluster [INF] Activating manager daemon smithi136.pwpgid 2024-02-11T16:53:41.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:40.914539+0000 mon.smithi136 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-11T16:53:41.983 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2024-02-11T16:53:41.984 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-11T16:53:41.984 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "initialized": true 2024-02-11T16:53:41.984 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:40.965572+0000 mon.smithi136 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi136.pwpgid(active, starting, since 0.0548701s) 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:40.966982+0000 mon.smithi136 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:40.967648+0000 mon.smithi136 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mgr metadata", "who": "smithi136.pwpgid", "id": "smithi136.pwpgid"}]: dispatch 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:40.968518+0000 mon.smithi136 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:40.970365+0000 mon.smithi136 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:40.970480+0000 mon.smithi136 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:40.972315+0000 mon.smithi136 (mon.0) 99 : cluster [INF] Manager daemon smithi136.pwpgid is now available 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:41.070488+0000 mon.smithi136 (mon.0) 100 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:41.072865+0000 mon.smithi136 (mon.0) 101 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:42.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:41.095752+0000 mon.smithi136 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:53:42.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:41.098334+0000 mon.smithi136 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:53:43.038 INFO:teuthology.orchestra.run.smithi136.stderr:mgr epoch 13 is available 2024-02-11T16:53:43.038 INFO:teuthology.orchestra.run.smithi136.stderr:Generating a dashboard self-signed certificate... 2024-02-11T16:53:43.038 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-11T16:53:43.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:41.976089+0000 mgr.smithi136.pwpgid (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T16:53:43.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:41.976471+0000 mon.smithi136 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi136.pwpgid(active, since 1.06578s) 2024-02-11T16:53:43.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:41.982438+0000 mgr.smithi136.pwpgid (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-11T16:53:43.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:42.392515+0000 mon.smithi136 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:44.101 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-11T16:53:44.756 INFO:teuthology.orchestra.run.smithi136.stderr:Creating initial admin user... 2024-02-11T16:53:44.757 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpslya5xg0:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-11T16:53:44.759 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:43.394104+0000 mon.smithi136 (mon.0) 106 : cluster [DBG] mgrmap e16: smithi136.pwpgid(active, since 2s) 2024-02-11T16:53:44.759 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:44.096045+0000 mon.smithi136 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:44.759 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:44.100841+0000 mon.smithi136 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:45.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:45 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:43.931333+0000 mgr.smithi136.pwpgid (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:46.201 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$oZ.nfmhIDxmaUH4CgkLtJeQyQTgWVEO9hFVHZZr6QQEMzzRXCDk4K", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707670426, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-11T16:53:46.958 INFO:teuthology.orchestra.run.smithi136.stderr:Fetching dashboard port number... 2024-02-11T16:53:46.958 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpssg0ocz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9m6gso5b:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-11T16:53:47.272 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:45.964000+0000 mgr.smithi136.pwpgid (mgr.14162) 4 : audit [DBG] from='client.14174 -' 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-02-11T16:53:47.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:46.194711+0000 mon.smithi136 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:47.769 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 8443 2024-02-11T16:53:48.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:53:47.196458+0000 mon.smithi136 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi136.pwpgid(active, since 6s) 2024-02-11T16:53:48.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:47.768055+0000 mon.smithi136 (mon.0) 111 : audit [DBG] from='client.? 172.21.15.136:0/4166128929' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-11T16:53:48.565 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-11T16:53:48.574 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: disabled 2024-02-11T16:53:48.575 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: systemctl is-active firewalld.service 2024-02-11T16:53:48.582 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2024-02-11T16:53:48.583 INFO:teuthology.orchestra.run.smithi136.stderr:firewalld.service is not enabled 2024-02-11T16:53:48.583 INFO:teuthology.orchestra.run.smithi136.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-11T16:53:48.586 INFO:teuthology.orchestra.run.smithi136.stderr:Ceph Dashboard is now available at: 2024-02-11T16:53:48.586 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:53:48.586 INFO:teuthology.orchestra.run.smithi136.stderr: URL: https://smithi136.front.sepia.ceph.com:8443/ 2024-02-11T16:53:48.586 INFO:teuthology.orchestra.run.smithi136.stderr: User: admin 2024-02-11T16:53:48.586 INFO:teuthology.orchestra.run.smithi136.stderr: Password: tffj0vexqd 2024-02-11T16:53:48.587 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:53:48.587 INFO:teuthology.orchestra.run.smithi136.stderr:You can access the Ceph CLI with: 2024-02-11T16:53:48.587 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:53:48.587 INFO:teuthology.orchestra.run.smithi136.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:53:48.587 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:53:48.587 INFO:teuthology.orchestra.run.smithi136.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr: ceph telemetry on 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr:For more information see: 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr:Bootstrap complete. 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr:Releasing lock 139913381101696 on /run/cephadm/e18967bc-c8fd-11ee-95b9-87774f69a715.lock 2024-02-11T16:53:48.588 INFO:teuthology.orchestra.run.smithi136.stderr:Lock 139913381101696 released on /run/cephadm/e18967bc-c8fd-11ee-95b9-87774f69a715.lock 2024-02-11T16:53:48.623 INFO:tasks.cephadm:Fetching config... 2024-02-11T16:53:48.623 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-02-11T16:53:48.623 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-11T16:53:48.643 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-11T16:53:48.643 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-02-11T16:53:48.643 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-11T16:53:48.702 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-11T16:53:48.703 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-02-11T16:53:48.703 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/mon.smithi136/keyring of=/dev/stdout 2024-02-11T16:53:48.769 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-11T16:53:48.770 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-02-11T16:53:48.770 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-11T16:53:48.827 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-11T16:53:48.827 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJzQtQcDPbf5QHkOH5wo9kDCxKWUhUe5HF+K6yA4Qx5c9QLcenRffUzDsoVsp9PwuaZTwj0cUQNaJ4Gbj4rSCckpyF5pCWpdy99sftNt8nT5YwJCmAYlTtsGsCpzJ5qyDnSyV+c2rRMBU6tCSZzuI0D45sYIVA3EnaHWoU2Noiw5xsaeax+kdhxngAgw7k0mp+DXPmqRDm6OGwbpAjIcq5A0jz0PJoDz9BIwZJt/WJd8IXJ2N2bFcO84lJWolXt4f2eCbG7XhY+bUdwk3kj0SMdc6CwCAGQ0+DqyTPklMcAWNQ/N/NzerOa98sy8a6Hh+S4yh9B1a07fjHHLDQObPUq7RRKOPCcZRiIv1rcNrGqS05CihPQPVhfyna8tJldyuR12gwTnr8iDaol9BbsBrDq+kNCaq9Cjo+7fL0v54rKKHSdYRM0SXjO6bHaL6aD9mbAXezOFQjpi8oVEuunxnMRyB3GOahdNqsLHEQVTFEgHYXNP3Glk/VwT0OHCpqNb8= ceph-e18967bc-c8fd-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-11T16:53:48.903 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJzQtQcDPbf5QHkOH5wo9kDCxKWUhUe5HF+K6yA4Qx5c9QLcenRffUzDsoVsp9PwuaZTwj0cUQNaJ4Gbj4rSCckpyF5pCWpdy99sftNt8nT5YwJCmAYlTtsGsCpzJ5qyDnSyV+c2rRMBU6tCSZzuI0D45sYIVA3EnaHWoU2Noiw5xsaeax+kdhxngAgw7k0mp+DXPmqRDm6OGwbpAjIcq5A0jz0PJoDz9BIwZJt/WJd8IXJ2N2bFcO84lJWolXt4f2eCbG7XhY+bUdwk3kj0SMdc6CwCAGQ0+DqyTPklMcAWNQ/N/NzerOa98sy8a6Hh+S4yh9B1a07fjHHLDQObPUq7RRKOPCcZRiIv1rcNrGqS05CihPQPVhfyna8tJldyuR12gwTnr8iDaol9BbsBrDq+kNCaq9Cjo+7fL0v54rKKHSdYRM0SXjO6bHaL6aD9mbAXezOFQjpi8oVEuunxnMRyB3GOahdNqsLHEQVTFEgHYXNP3Glk/VwT0OHCpqNb8= ceph-e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:48.914 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJzQtQcDPbf5QHkOH5wo9kDCxKWUhUe5HF+K6yA4Qx5c9QLcenRffUzDsoVsp9PwuaZTwj0cUQNaJ4Gbj4rSCckpyF5pCWpdy99sftNt8nT5YwJCmAYlTtsGsCpzJ5qyDnSyV+c2rRMBU6tCSZzuI0D45sYIVA3EnaHWoU2Noiw5xsaeax+kdhxngAgw7k0mp+DXPmqRDm6OGwbpAjIcq5A0jz0PJoDz9BIwZJt/WJd8IXJ2N2bFcO84lJWolXt4f2eCbG7XhY+bUdwk3kj0SMdc6CwCAGQ0+DqyTPklMcAWNQ/N/NzerOa98sy8a6Hh+S4yh9B1a07fjHHLDQObPUq7RRKOPCcZRiIv1rcNrGqS05CihPQPVhfyna8tJldyuR12gwTnr8iDaol9BbsBrDq+kNCaq9Cjo+7fL0v54rKKHSdYRM0SXjO6bHaL6aD9mbAXezOFQjpi8oVEuunxnMRyB3GOahdNqsLHEQVTFEgHYXNP3Glk/VwT0OHCpqNb8= ceph-e18967bc-c8fd-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-11T16:53:48.959 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJzQtQcDPbf5QHkOH5wo9kDCxKWUhUe5HF+K6yA4Qx5c9QLcenRffUzDsoVsp9PwuaZTwj0cUQNaJ4Gbj4rSCckpyF5pCWpdy99sftNt8nT5YwJCmAYlTtsGsCpzJ5qyDnSyV+c2rRMBU6tCSZzuI0D45sYIVA3EnaHWoU2Noiw5xsaeax+kdhxngAgw7k0mp+DXPmqRDm6OGwbpAjIcq5A0jz0PJoDz9BIwZJt/WJd8IXJ2N2bFcO84lJWolXt4f2eCbG7XhY+bUdwk3kj0SMdc6CwCAGQ0+DqyTPklMcAWNQ/N/NzerOa98sy8a6Hh+S4yh9B1a07fjHHLDQObPUq7RRKOPCcZRiIv1rcNrGqS05CihPQPVhfyna8tJldyuR12gwTnr8iDaol9BbsBrDq+kNCaq9Cjo+7fL0v54rKKHSdYRM0SXjO6bHaL6aD9mbAXezOFQjpi8oVEuunxnMRyB3GOahdNqsLHEQVTFEgHYXNP3Glk/VwT0OHCpqNb8= ceph-e18967bc-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:48.971 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-11T16:53:52.568 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:51.323065+0000 mon.smithi136 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:52.569 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:51.622954+0000 mon.smithi136 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:53:52.569 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:51.625984+0000 mon.smithi136 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:53:52.569 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:53:51.632840+0000 mgr.smithi136.pwpgid (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi136 on smithi136 2024-02-11T16:53:52.569 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:51.984656+0000 mon.smithi136 (mon.0) 115 : audit [INF] from='client.? 172.21.15.136:0/2936962651' entity='client.admin' 2024-02-11T16:53:52.589 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-11T16:53:52.589 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-11T16:53:55.367 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi145 2024-02-11T16:53:55.367 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-11T16:53:55.367 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.conf 2024-02-11T16:53:55.389 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-11T16:53:55.389 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:53:55.449 INFO:tasks.cephadm:Adding host smithi145 to orchestrator... 2024-02-11T16:53:55.449 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph orch host add smithi145 2024-02-11T16:53:56.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:55 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:54.692633+0000 mgr.smithi136.pwpgid (mgr.14162) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:56.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:53:55 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:53:54.695115+0000 mon.smithi136 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:54:02.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:01 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:00.970019+0000 mgr.smithi136.pwpgid (mgr.14162) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:04.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:03 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:02.970257+0000 mgr.smithi136.pwpgid (mgr.14162) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:06.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:05 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:04.970509+0000 mgr.smithi136.pwpgid (mgr.14162) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:08.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:06.970883+0000 mgr.smithi136.pwpgid (mgr.14162) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:10.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:08.971159+0000 mgr.smithi136.pwpgid (mgr.14162) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:12.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:10.971387+0000 mgr.smithi136.pwpgid (mgr.14162) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:14.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:12.971764+0000 mgr.smithi136.pwpgid (mgr.14162) 13 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:16.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:14.972056+0000 mgr.smithi136.pwpgid (mgr.14162) 14 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:18.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:16.972395+0000 mgr.smithi136.pwpgid (mgr.14162) 15 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:19.858 INFO:teuthology.orchestra.run.smithi145.stdout:Added host 'smithi145' with addr '172.21.15.145' 2024-02-11T16:54:20.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:18.972749+0000 mgr.smithi136.pwpgid (mgr.14162) 16 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:20.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:19.289836+0000 mgr.smithi136.pwpgid (mgr.14162) 17 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:54:20.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:19.855991+0000 mon.smithi136 (mon.0) 117 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:54:20.381 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-11T16:54:21.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:21 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:54:19.856363+0000 mgr.smithi136.pwpgid (mgr.14162) 18 : cephadm [INF] Added host smithi145 2024-02-11T16:54:22.181 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:54:22.181 INFO:teuthology.orchestra.run.smithi145.stdout:[{"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}, {"addr": "172.21.15.145", "hostname": "smithi145", "labels": [], "status": ""}] 2024-02-11T16:54:22.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:20.973128+0000 mgr.smithi136.pwpgid (mgr.14162) 19 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:22.840 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-11T16:54:22.840 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-11T16:54:23.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:22.179623+0000 mgr.smithi136.pwpgid (mgr.14162) 20 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:54:24.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:22.973372+0000 mgr.smithi136.pwpgid (mgr.14162) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:25.044 INFO:teuthology.orchestra.run.smithi136.stderr:adjusted tunables profile to default 2024-02-11T16:54:25.405 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:25 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:24.924514+0000 mon.smithi136 (mon.0) 118 : audit [INF] from='client.? 172.21.15.136:0/3755281501' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-11T16:54:25.681 INFO:tasks.cephadm:Adding mon.smithi136 on smithi136 2024-02-11T16:54:25.681 INFO:tasks.cephadm:Adding mon.smithi145 on smithi145 2024-02-11T16:54:25.681 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi136:172.21.15.136=smithi136;smithi145:172.21.15.145=smithi145' 2024-02-11T16:54:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:24.973652+0000 mgr.smithi136.pwpgid (mgr.14162) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:25.041655+0000 mon.smithi136 (mon.0) 119 : audit [INF] from='client.? 172.21.15.136:0/3755281501' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-11T16:54:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:25.041697+0000 mon.smithi136 (mon.0) 120 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T16:54:27.898 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mon update... 2024-02-11T16:54:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:26.973905+0000 mgr.smithi136.pwpgid (mgr.14162) 23 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:27.897358+0000 mon.smithi136 (mon.0) 121 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:54:28.460 DEBUG:teuthology.orchestra.run.smithi145:mon.smithi145> sudo journalctl -f -n 0 -u ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi145.service 2024-02-11T16:54:28.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:28.462 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:28.491 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:-- Logs begin at Sun 2024-02-11 16:45:34 UTC. -- 2024-02-11T16:54:29.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:27.893652+0000 mgr.smithi136.pwpgid (mgr.14162) 24 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi136:172.21.15.136=smithi136;smithi145:172.21.15.145=smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:54:29.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:54:27.894964+0000 mgr.smithi136.pwpgid (mgr.14162) 25 : cephadm [INF] Saving service mon spec with placement smithi136:172.21.15.136=smithi136;smithi145:172.21.15.145=smithi145;count:2 2024-02-11T16:54:30.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:29 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:28.974262+0000 mgr.smithi136.pwpgid (mgr.14162) 26 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:30.461 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:54:30.461 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:30.463 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:54:31.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:30.460220+0000 mon.smithi136 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.145:0/1543745808' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:32.071 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:32.071 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:32.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:31 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:30.974652+0000 mgr.smithi136.pwpgid (mgr.14162) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:34.049 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:54:34.049 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:34.051 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:54:34.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:32.974967+0000 mgr.smithi136.pwpgid (mgr.14162) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:35.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:35 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:34.048751+0000 mon.smithi136 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.145:0/1260721079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:35.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:35.729 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:36.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:34.975340+0000 mgr.smithi136.pwpgid (mgr.14162) 29 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:37.708 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:54:37.708 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:37.709 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:54:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:36.975666+0000 mgr.smithi136.pwpgid (mgr.14162) 30 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:37.706981+0000 mon.smithi136 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.145:0/3798378677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:40.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:38.975909+0000 mgr.smithi136.pwpgid (mgr.14162) 31 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:41.591 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:41.592 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:40.976166+0000 mgr.smithi136.pwpgid (mgr.14162) 32 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:41.097794+0000 mon.smithi136 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:54:42.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:41.099962+0000 mon.smithi136 (mon.0) 126 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:54:43.662 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:54:43.662 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:43.664 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:54:44.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:42.976480+0000 mgr.smithi136.pwpgid (mgr.14162) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:44.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:43.661053+0000 mon.smithi136 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.145:0/756195690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:45.277 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:45.277 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:46.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:44.976752+0000 mgr.smithi136.pwpgid (mgr.14162) 34 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:48.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:46.977126+0000 mgr.smithi136.pwpgid (mgr.14162) 35 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:50.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:48.977460+0000 mgr.smithi136.pwpgid (mgr.14162) 36 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:52.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:50.977814+0000 mgr.smithi136.pwpgid (mgr.14162) 37 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:53.092 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:54:53.092 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:53.092 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:54:53.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:52.700837+0000 mon.smithi136 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.145:0/1063455839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:54.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:52.978160+0000 mgr.smithi136.pwpgid (mgr.14162) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:56.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:54.978433+0000 mgr.smithi136.pwpgid (mgr.14162) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:57.372 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:57.372 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:54:57 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:56.978766+0000 mgr.smithi136.pwpgid (mgr.14162) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:59.374 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:54:59.374 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:59.376 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:00.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:54:58.979118+0000 mgr.smithi136.pwpgid (mgr.14162) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:00.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:54:59.373222+0000 mon.smithi136 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.145:0/332922018' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:01.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:01.010 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:02.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:00.979480+0000 mgr.smithi136.pwpgid (mgr.14162) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:03.231 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:03.231 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:03.233 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:04.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:02.979855+0000 mgr.smithi136.pwpgid (mgr.14162) 43 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:04.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:03.230538+0000 mon.smithi136 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.145:0/3801868473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:04.819 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:04.820 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:06.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:04.980255+0000 mgr.smithi136.pwpgid (mgr.14162) 44 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:06.862 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:06.863 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:06.864 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:07.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:06.861815+0000 mon.smithi136 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.145:0/1150502933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:08.529 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:08.530 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:08.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:06.980689+0000 mgr.smithi136.pwpgid (mgr.14162) 45 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:10.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:08.981069+0000 mgr.smithi136.pwpgid (mgr.14162) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:10.534 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:10.534 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:10.535 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:11.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:11 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:10.532655+0000 mon.smithi136 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.145:0/3852309720' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:12.204 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:12.205 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:12.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:10.981427+0000 mgr.smithi136.pwpgid (mgr.14162) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:14.287 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:14.287 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:14.289 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:14.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:12.981755+0000 mgr.smithi136.pwpgid (mgr.14162) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:15.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:15 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:14.286079+0000 mon.smithi136 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.145:0/3717983386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:15.910 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:15.911 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:16.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:14.982042+0000 mgr.smithi136.pwpgid (mgr.14162) 49 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:17.956 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:17.957 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:17.958 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:18.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:16.982252+0000 mgr.smithi136.pwpgid (mgr.14162) 50 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:19.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:17.955699+0000 mon.smithi136 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.145:0/3858637485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:19.644 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:19.644 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:20.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:19 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:18.982604+0000 mgr.smithi136.pwpgid (mgr.14162) 51 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:21.642 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:21.642 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:21.643 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:22.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:20.982886+0000 mgr.smithi136.pwpgid (mgr.14162) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:21.641067+0000 mon.smithi136 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.145:0/3942182300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:23.895 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:23.895 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:24.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:22.983162+0000 mgr.smithi136.pwpgid (mgr.14162) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:25.819 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:25.820 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:25.821 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:26.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:24.983460+0000 mgr.smithi136.pwpgid (mgr.14162) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:25.817611+0000 mon.smithi136 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.145:0/1250879524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:27.482 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:27.482 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:28.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:26.983806+0000 mgr.smithi136.pwpgid (mgr.14162) 55 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:29.518 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:29.519 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:29.520 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:30.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:28.984151+0000 mgr.smithi136.pwpgid (mgr.14162) 56 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:29.517811+0000 mon.smithi136 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.145:0/1983559199' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:31.055 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:31.055 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:32.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:30.984518+0000 mgr.smithi136.pwpgid (mgr.14162) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:32.983 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:32.984 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:32.985 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:33.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:33 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:32.982470+0000 mon.smithi136 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.145:0/3853429685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:34.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:32.984824+0000 mgr.smithi136.pwpgid (mgr.14162) 58 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:34.667 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:34.668 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:34.985172+0000 mgr.smithi136.pwpgid (mgr.14162) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:36.705 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:36.705 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:36.706 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:37.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:36.703898+0000 mon.smithi136 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.145:0/4118178910' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:38.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:38.373 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:38.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:36.985577+0000 mgr.smithi136.pwpgid (mgr.14162) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:40.390 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:40.390 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:40.392 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:40.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:38.985921+0000 mgr.smithi136.pwpgid (mgr.14162) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:41.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:40.389328+0000 mon.smithi136 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.145:0/596402948' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:42.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:42.012 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:40.986173+0000 mgr.smithi136.pwpgid (mgr.14162) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:41.098967+0000 mon.smithi136 (mon.0) 141 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:55:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:41.100830+0000 mon.smithi136 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:55:43.969 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:43.969 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:43.970 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:44.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:42.986512+0000 mgr.smithi136.pwpgid (mgr.14162) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:44.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:43.968305+0000 mon.smithi136 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.145:0/1563861702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:45.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:45.547 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:44.986899+0000 mgr.smithi136.pwpgid (mgr.14162) 64 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:47.546 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:47.546 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:47.547 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:48.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:46.987176+0000 mgr.smithi136.pwpgid (mgr.14162) 65 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:48.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:47.545041+0000 mon.smithi136 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.145:0/1720604285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:49.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:49.159 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:50.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:48.987522+0000 mgr.smithi136.pwpgid (mgr.14162) 66 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:51.309 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:51.310 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:51.311 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:52.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:50.987809+0000 mgr.smithi136.pwpgid (mgr.14162) 67 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:52.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:51.308706+0000 mon.smithi136 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.145:0/959079404' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:52.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:52.884 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:52.988104+0000 mgr.smithi136.pwpgid (mgr.14162) 68 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:54.907 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:54.907 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:54.908 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:55.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:55 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:54.905803+0000 mon.smithi136 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.145:0/2250100867' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:55:56.478 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:55:56.533 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:55:56.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:54.988448+0000 mgr.smithi136.pwpgid (mgr.14162) 69 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:57 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:56.988773+0000 mgr.smithi136.pwpgid (mgr.14162) 70 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:58.526 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:55:58.526 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:55:58.527 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:55:59.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:55:58.525044+0000 mon.smithi136 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.145:0/347438710' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:00.208 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:00.208 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:00.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:55:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:55:58.989085+0000 mgr.smithi136.pwpgid (mgr.14162) 71 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:02.262 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:02.262 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:02.264 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:02.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:00.989472+0000 mgr.smithi136.pwpgid (mgr.14162) 72 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:03.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:03 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:02.261846+0000 mon.smithi136 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.145:0/2175461527' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:03.859 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:03.859 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:04.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:02.989929+0000 mgr.smithi136.pwpgid (mgr.14162) 73 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:05.883 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:05.883 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:05.885 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:06.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:04.990392+0000 mgr.smithi136.pwpgid (mgr.14162) 74 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:05.882592+0000 mon.smithi136 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.145:0/931936925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:07.508 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:07.508 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:06.990738+0000 mgr.smithi136.pwpgid (mgr.14162) 75 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:09.621 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:09.622 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:09.623 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:10.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:08.990981+0000 mgr.smithi136.pwpgid (mgr.14162) 76 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:10.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:09.620948+0000 mon.smithi136 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.145:0/1518811955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:11.267 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:11.268 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:12.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:10.991297+0000 mgr.smithi136.pwpgid (mgr.14162) 77 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:13.355 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:13.355 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:13.356 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:14.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:12.991662+0000 mgr.smithi136.pwpgid (mgr.14162) 78 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:14.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:13.353668+0000 mon.smithi136 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.145:0/2294847942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:15.007 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:15.007 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:16.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:14.991977+0000 mgr.smithi136.pwpgid (mgr.14162) 79 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:17.013 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:17.013 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:17.015 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:18.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:16.992252+0000 mgr.smithi136.pwpgid (mgr.14162) 80 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:18.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:17.012851+0000 mon.smithi136 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.145:0/2705556861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:18.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:18.662 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:20.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:18.992526+0000 mgr.smithi136.pwpgid (mgr.14162) 81 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:20.810 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:20.810 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:20.811 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:21.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:21 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:20.809226+0000 mon.smithi136 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.145:0/3469491114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:22.477 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:22.477 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:22.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:20.992878+0000 mgr.smithi136.pwpgid (mgr.14162) 82 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:24.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:22.993142+0000 mgr.smithi136.pwpgid (mgr.14162) 83 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:24.612 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:24.613 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:24.614 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:25.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:25 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:24.611813+0000 mon.smithi136 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.145:0/1288668028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:26.182 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:26.183 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:26.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:24.993493+0000 mgr.smithi136.pwpgid (mgr.14162) 84 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:26.993873+0000 mgr.smithi136.pwpgid (mgr.14162) 85 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:28.342 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:28.342 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:28.344 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:29.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:28.341431+0000 mon.smithi136 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.145:0/4285853036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:30.042 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:30.042 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:30.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:29 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:28.994227+0000 mgr.smithi136.pwpgid (mgr.14162) 86 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:32.053 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:32.053 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:32.054 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:32.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:30.994634+0000 mgr.smithi136.pwpgid (mgr.14162) 87 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:33.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:33 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:32.051907+0000 mon.smithi136 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.145:0/638005357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:33.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:33.675 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:34.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:32.995030+0000 mgr.smithi136.pwpgid (mgr.14162) 88 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:35.671 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:35.672 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:35.673 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:36.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:34.995352+0000 mgr.smithi136.pwpgid (mgr.14162) 89 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:35.670473+0000 mon.smithi136 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.145:0/1952017517' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:37.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:37.340 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:36.995649+0000 mgr.smithi136.pwpgid (mgr.14162) 90 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:39.488 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:39.488 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:39.489 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:38.995865+0000 mgr.smithi136.pwpgid (mgr.14162) 91 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:39.487082+0000 mon.smithi136 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.145:0/4085865547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:41.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:41.058 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:40.996096+0000 mgr.smithi136.pwpgid (mgr.14162) 92 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:41.100089+0000 mon.smithi136 (mon.0) 159 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:56:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:41.101708+0000 mon.smithi136 (mon.0) 160 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:56:43.089 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:43.089 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:43.090 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:44.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:42.996444+0000 mgr.smithi136.pwpgid (mgr.14162) 93 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:44.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:43.088256+0000 mon.smithi136 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.145:0/611871273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:44.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:44.794 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:46.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:44.996808+0000 mgr.smithi136.pwpgid (mgr.14162) 94 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:46.814 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:46.814 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:46.815 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:47.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:46.812590+0000 mon.smithi136 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.145:0/4129734614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:48.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:48.383 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:48.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:46.997130+0000 mgr.smithi136.pwpgid (mgr.14162) 95 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:50.461 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:50.461 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:50.463 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:50.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:48.997482+0000 mgr.smithi136.pwpgid (mgr.14162) 96 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:51.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:50.460220+0000 mon.smithi136 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.145:0/3316888302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:52.134 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:52.134 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:52.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:50.997788+0000 mgr.smithi136.pwpgid (mgr.14162) 97 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:54.117 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:54.117 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:54.119 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:54.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:52.998072+0000 mgr.smithi136.pwpgid (mgr.14162) 98 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:55.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:55 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:54.116233+0000 mon.smithi136 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.145:0/2518207458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:55.790 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:55.791 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:56:56.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:54.998406+0000 mgr.smithi136.pwpgid (mgr.14162) 99 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:57.886 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:56:57.886 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:56:57.888 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:56:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:57 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:56.998654+0000 mgr.smithi136.pwpgid (mgr.14162) 100 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:56:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:56:57 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:56:57.884967+0000 mon.smithi136 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.145:0/813159288' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:56:59.581 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:56:59.582 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:00.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:56:58.998973+0000 mgr.smithi136.pwpgid (mgr.14162) 101 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:01.617 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:01.617 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:01.618 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:02.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:00.999232+0000 mgr.smithi136.pwpgid (mgr.14162) 102 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:02.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:01.615889+0000 mon.smithi136 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.145:0/1339406446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:03.302 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:03.303 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:04.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:02.999589+0000 mgr.smithi136.pwpgid (mgr.14162) 103 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:05.206 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:05.206 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:05.208 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:06.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:04.999895+0000 mgr.smithi136.pwpgid (mgr.14162) 104 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:05.205396+0000 mon.smithi136 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.145:0/1787148209' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:06.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:06.828 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:08.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:07.000200+0000 mgr.smithi136.pwpgid (mgr.14162) 105 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:08.828 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:08.828 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:08.830 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:09.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:08.827481+0000 mon.smithi136 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.145:0/1856620838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:10.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:09 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:09.000557+0000 mgr.smithi136.pwpgid (mgr.14162) 106 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:10.545 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:10.545 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:12.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:11.000825+0000 mgr.smithi136.pwpgid (mgr.14162) 107 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:12.656 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:12.656 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:12.657 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:13.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:13 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:12.654684+0000 mon.smithi136 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.145:0/4057247242' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:14.280 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:14.280 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:14.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:13.001070+0000 mgr.smithi136.pwpgid (mgr.14162) 108 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:16.395 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:16.395 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:16.397 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:16.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:15.001313+0000 mgr.smithi136.pwpgid (mgr.14162) 109 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:17.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:16.394596+0000 mon.smithi136 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.145:0/1666746168' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:17.927 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:17.928 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:18.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:17.001553+0000 mgr.smithi136.pwpgid (mgr.14162) 110 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:19.984 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:19.984 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:19.986 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:20.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:19.001895+0000 mgr.smithi136.pwpgid (mgr.14162) 111 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:20.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:19.983369+0000 mon.smithi136 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.145:0/1829941352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:21.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:21.716 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:21.002263+0000 mgr.smithi136.pwpgid (mgr.14162) 112 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:23.718 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:23.718 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:23.720 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:24.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:23.002556+0000 mgr.smithi136.pwpgid (mgr.14162) 113 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:24.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:23.717320+0000 mon.smithi136 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.145:0/1240682613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:25.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:25.329 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:25.002877+0000 mgr.smithi136.pwpgid (mgr.14162) 114 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:27.227 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:27.227 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:27.228 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:27.003123+0000 mgr.smithi136.pwpgid (mgr.14162) 115 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:27.225885+0000 mon.smithi136 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.145:0/3402443303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:28.761 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:28.761 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:29.003418+0000 mgr.smithi136.pwpgid (mgr.14162) 116 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:30.905 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:30.905 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:30.907 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:31.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:31 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:30.904489+0000 mon.smithi136 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.145:0/1338741095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:32.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:31.003737+0000 mgr.smithi136.pwpgid (mgr.14162) 117 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:32.544 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:32.544 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:34.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:33.004068+0000 mgr.smithi136.pwpgid (mgr.14162) 118 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:34.567 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:34.567 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:34.569 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:35.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:35 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:34.566374+0000 mon.smithi136 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.145:0/154967902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:36.237 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:36.237 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:35.004383+0000 mgr.smithi136.pwpgid (mgr.14162) 119 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:37.004628+0000 mgr.smithi136.pwpgid (mgr.14162) 120 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:38.385 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:38.386 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:38.387 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:39.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:38.385008+0000 mon.smithi136 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.145:0/511840073' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:40.062 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:40.062 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:40.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:39.004954+0000 mgr.smithi136.pwpgid (mgr.14162) 121 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:42.228 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:42.228 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:42.228 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:42.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:41.005281+0000 mgr.smithi136.pwpgid (mgr.14162) 122 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:41.101134+0000 mon.smithi136 (mon.0) 177 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:57:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:41.102570+0000 mon.smithi136 (mon.0) 178 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:57:43.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:43 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:42.223815+0000 mon.smithi136 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.145:0/4402439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:43.886 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:43.886 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:44.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:43.005711+0000 mgr.smithi136.pwpgid (mgr.14162) 123 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:45.954 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:45.954 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:45.956 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:45.005996+0000 mgr.smithi136.pwpgid (mgr.14162) 124 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:45.953153+0000 mon.smithi136 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.145:0/3288545930' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:47.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:47.624 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:48.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:47.006217+0000 mgr.smithi136.pwpgid (mgr.14162) 125 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:49.759 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:49.759 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:49.760 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:49.006487+0000 mgr.smithi136.pwpgid (mgr.14162) 126 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:49.757887+0000 mon.smithi136 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.145:0/2723281517' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:51.351 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:51.351 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:52.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:51.006868+0000 mgr.smithi136.pwpgid (mgr.14162) 127 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:53.398 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:53.398 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:53.399 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:53.007172+0000 mgr.smithi136.pwpgid (mgr.14162) 128 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:53.397097+0000 mon.smithi136 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.145:0/887328487' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:54.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:54.993 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:57:56.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:55.007496+0000 mgr.smithi136.pwpgid (mgr.14162) 129 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:57.039 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:57:57.039 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:57:57.041 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:57:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:57 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:57.007765+0000 mgr.smithi136.pwpgid (mgr.14162) 130 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:57:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:57:57 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:57:57.038055+0000 mon.smithi136 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.145:0/1713451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:57:58.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:57:58.728 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:00.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:57:59.008083+0000 mgr.smithi136.pwpgid (mgr.14162) 131 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:00.762 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:00.762 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:00.764 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:01.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:01 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:00.761704+0000 mon.smithi136 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.145:0/2224360238' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:02.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:02.448 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:02.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:01.008411+0000 mgr.smithi136.pwpgid (mgr.14162) 132 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:04.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:03.008735+0000 mgr.smithi136.pwpgid (mgr.14162) 133 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:04.602 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:04.602 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:04.603 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:05.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:05 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:04.600748+0000 mon.smithi136 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.145:0/1435941774' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:06.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:06.264 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:06.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:05.009087+0000 mgr.smithi136.pwpgid (mgr.14162) 134 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:07.009454+0000 mgr.smithi136.pwpgid (mgr.14162) 135 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:08.479 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:08.479 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:08.481 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:09.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:08.478483+0000 mon.smithi136 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.145:0/3167530368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:10.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:10.177 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:10.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:09 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:09.009702+0000 mgr.smithi136.pwpgid (mgr.14162) 136 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:12.292 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:12.292 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:12.294 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:12.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:11.010074+0000 mgr.smithi136.pwpgid (mgr.14162) 137 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:13.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:13 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:12.291274+0000 mon.smithi136 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.145:0/1630356166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:13.956 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:13.957 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:14.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:13.010336+0000 mgr.smithi136.pwpgid (mgr.14162) 138 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:15.954 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:15.954 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:15.956 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:16.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:15.010689+0000 mgr.smithi136.pwpgid (mgr.14162) 139 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:16.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:15.953819+0000 mon.smithi136 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.145:0/3108005204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:17.698 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:17.698 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:18.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:17.011008+0000 mgr.smithi136.pwpgid (mgr.14162) 140 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:19.719 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:19.719 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:19.721 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:20.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:19.011221+0000 mgr.smithi136.pwpgid (mgr.14162) 141 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:20.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:19.718298+0000 mon.smithi136 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.145:0/659028097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:21.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:21.340 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:21.011554+0000 mgr.smithi136.pwpgid (mgr.14162) 142 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:23.434 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:23.434 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:23.436 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:24.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:23.011895+0000 mgr.smithi136.pwpgid (mgr.14162) 143 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:24.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:23.433493+0000 mon.smithi136 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.145:0/2050176892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:25.064 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:25.064 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:25.012229+0000 mgr.smithi136.pwpgid (mgr.14162) 144 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:27.052 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:27.052 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:27.053 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:28.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:27.012637+0000 mgr.smithi136.pwpgid (mgr.14162) 145 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:27.051281+0000 mon.smithi136 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.145:0/2349365889' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:28.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:28.635 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:29.012911+0000 mgr.smithi136.pwpgid (mgr.14162) 146 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:30.627 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:30.628 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:30.629 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:31.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:31 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:30.626685+0000 mon.smithi136 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.145:0/817280736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:32.214 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:32.215 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:32.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:31.013189+0000 mgr.smithi136.pwpgid (mgr.14162) 147 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:34.300 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:34.300 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:34.302 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:34.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:33.013543+0000 mgr.smithi136.pwpgid (mgr.14162) 148 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:35.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:35 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:34.299579+0000 mon.smithi136 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.145:0/281993384' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:35.962 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:35.962 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:36.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:35.013941+0000 mgr.smithi136.pwpgid (mgr.14162) 149 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:38.055 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:38.055 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:38.057 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:38.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:37.014266+0000 mgr.smithi136.pwpgid (mgr.14162) 150 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:39.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:38.054786+0000 mon.smithi136 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.145:0/1027561984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:39.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:39.662 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:40.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:39.014604+0000 mgr.smithi136.pwpgid (mgr.14162) 151 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:41.662 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:41.662 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:41.663 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:41.014855+0000 mgr.smithi136.pwpgid (mgr.14162) 152 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:41.102292+0000 mon.smithi136 (mon.0) 195 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:58:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:41.103397+0000 mon.smithi136 (mon.0) 196 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:58:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:41.660711+0000 mon.smithi136 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.145:0/4162882678' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:43.358 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:43.358 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:44.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:43.015119+0000 mgr.smithi136.pwpgid (mgr.14162) 153 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:45.509 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:45.509 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:45.511 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:46.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:45.015448+0000 mgr.smithi136.pwpgid (mgr.14162) 154 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:45.508625+0000 mon.smithi136 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.145:0/1159612224' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:47.193 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:47.193 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:48.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:47.015806+0000 mgr.smithi136.pwpgid (mgr.14162) 155 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:49.232 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:49.232 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:49.233 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:50.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:49.016114+0000 mgr.smithi136.pwpgid (mgr.14162) 156 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:50.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:49.230596+0000 mon.smithi136 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.145:0/1602296371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:50.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:49.917659+0000 mon.smithi136 (mon.0) 200 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:58:50.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:49.920171+0000 mon.smithi136 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-11T16:58:50.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:49.920903+0000 mon.smithi136 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:50.863 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:50.863 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:51.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:58:49.915730+0000 mgr.smithi136.pwpgid (mgr.14162) 157 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-alertmanager.smithi136 2024-02-11T16:58:51.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-alertmanager.smithi136 2024-02-11T16:58:51.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon alertmanager.smithi136 ... 2024-02-11T16:58:51.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-11T16:58:51.285 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:54:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:55:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:55:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:56:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:57:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:58:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T16:58:51.286 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('uid/gid not found') 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: uid/gid not found 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T16:58:51.287 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: yield (conn, connr) 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: code, '\n'.join(err))) 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-alertmanager.smithi136 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-alertmanager.smithi136 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon alertmanager.smithi136 ... 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:54:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:55:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:55:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T16:58:51.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:56:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:57:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:58:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-11T16:58:51.289 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('uid/gid not found') 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: uid/gid not found 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:58:49.916003+0000 mgr.smithi136.pwpgid (mgr.14162) 158 : cephadm [ERR] Failed while placing alertmanager.smithi136 on smithi136: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-alertmanager.smithi136 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-alertmanager.smithi136 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon alertmanager.smithi136 ... 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:54:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:55:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:55:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:56:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:57:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T16:58:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T16:58:51.291 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('uid/gid not found') 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: uid/gid not found 2024-02-11T16:58:51.292 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:58:49.921602+0000 mgr.smithi136.pwpgid (mgr.14162) 159 : cephadm [INF] Deploying daemon crash.smithi136 on smithi136 2024-02-11T16:58:52.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:51.016342+0000 mgr.smithi136.pwpgid (mgr.14162) 160 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:52.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:51.098652+0000 mon.smithi136 (mon.0) 203 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:58:53.020 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:53.020 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:53.022 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:52.280254+0000 mon.smithi136 (mon.0) 204 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:58:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:52.389554+0000 mon.smithi136 (mon.0) 205 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:58:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:52.391474+0000 mon.smithi136 (mon.0) 206 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:58:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:52.391804+0000 mon.smithi136 (mon.0) 207 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-11T16:58:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:52.392119+0000 mgr.smithi136.pwpgid (mgr.14162) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-11T16:58:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:52.394437+0000 mon.smithi136 (mon.0) 208 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:58:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:58:52.396989+0000 mgr.smithi136.pwpgid (mgr.14162) 162 : cephadm [INF] Deploying daemon grafana.smithi136 on smithi136 2024-02-11T16:58:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:53.019568+0000 mon.smithi136 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.145:0/3001397126' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:54.597 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:54.597 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:54.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:53.016679+0000 mgr.smithi136.pwpgid (mgr.14162) 163 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:56.662 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:58:56.662 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:58:56.664 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:58:56.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:55.017032+0000 mgr.smithi136.pwpgid (mgr.14162) 164 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:58:56.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:56.101512+0000 mon.smithi136 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:58:57.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:57 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:58:56.661783+0000 mon.smithi136 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.145:0/392026205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:58:58.334 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:58:58.334 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:58:58.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:58:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:57.017365+0000 mgr.smithi136.pwpgid (mgr.14162) 165 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:00.348 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:00.348 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:00.350 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:00.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:58:59.017757+0000 mgr.smithi136.pwpgid (mgr.14162) 166 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:00.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:00.347849+0000 mon.smithi136 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.145:0/325984541' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:01.976 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:01.976 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:02.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:01.017999+0000 mgr.smithi136.pwpgid (mgr.14162) 167 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:04.054 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:04.054 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:04.055 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:04.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:03.018222+0000 mgr.smithi136.pwpgid (mgr.14162) 168 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:04.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:04.053101+0000 mon.smithi136 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.145:0/1086505240' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:05.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:05.733 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:06.783 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:05.018474+0000 mgr.smithi136.pwpgid (mgr.14162) 169 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:07.730 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:07.730 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:07.732 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:08.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:07.018678+0000 mgr.smithi136.pwpgid (mgr.14162) 170 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:08.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:07.729633+0000 mon.smithi136 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.145:0/3248977438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:09.393 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:09.393 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:10.360 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:09.018929+0000 mgr.smithi136.pwpgid (mgr.14162) 171 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:11.419 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:11.419 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:11.420 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:12.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:11 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:10.548200+0000 mon.smithi136 (mon.0) 215 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:59:12.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:11 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T16:59:10.550055+0000 mgr.smithi136.pwpgid (mgr.14162) 172 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-02-11T16:59:12.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:11 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:11.104874+0000 mon.smithi136 (mon.0) 216 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T16:59:12.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:11 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:11.417850+0000 mon.smithi136 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.145:0/75629474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:13.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:11.019164+0000 mgr.smithi136.pwpgid (mgr.14162) 173 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:13.085 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:13.085 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:15.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:13.019496+0000 mgr.smithi136.pwpgid (mgr.14162) 174 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:15.131 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:15.131 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:15.133 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:16.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:15 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:15.130436+0000 mon.smithi136 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.145:0/3430690664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:16.803 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:16.803 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:17.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:15.019966+0000 mgr.smithi136.pwpgid (mgr.14162) 175 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:18.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:17.020370+0000 mgr.smithi136.pwpgid (mgr.14162) 176 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:19.006 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:19.006 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:19.007 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:19.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:19 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:19.005136+0000 mon.smithi136 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.145:0/3853308569' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:20.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:19.020791+0000 mgr.smithi136.pwpgid (mgr.14162) 177 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:20.722 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:20.722 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:22.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:21.021183+0000 mgr.smithi136.pwpgid (mgr.14162) 178 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:22.850 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:22.850 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:22.852 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:23.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:22.849422+0000 mon.smithi136 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.145:0/154922926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:24.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:23.021541+0000 mgr.smithi136.pwpgid (mgr.14162) 179 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:24.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:24.584 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:25.021901+0000 mgr.smithi136.pwpgid (mgr.14162) 180 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:26.719 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:26.719 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:26.720 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:27.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:26.717761+0000 mon.smithi136 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.145:0/279544008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:28.443 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:28.444 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:28.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:27.022296+0000 mgr.smithi136.pwpgid (mgr.14162) 181 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:29.022658+0000 mgr.smithi136.pwpgid (mgr.14162) 182 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:30.550 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:30.550 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:30.552 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:31.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:31 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:30.549671+0000 mon.smithi136 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.145:0/3802143923' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:32.289 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:32.290 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:32.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:31.022917+0000 mgr.smithi136.pwpgid (mgr.14162) 183 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:34.367 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:34.367 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:34.369 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:34.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:33.023322+0000 mgr.smithi136.pwpgid (mgr.14162) 184 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:35.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:35 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:34.366362+0000 mon.smithi136 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.145:0/4170677769' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:36.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:36.070 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:36.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:35.023636+0000 mgr.smithi136.pwpgid (mgr.14162) 185 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:38.139 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:38.140 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:38.141 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:37.023933+0000 mgr.smithi136.pwpgid (mgr.14162) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:39.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:38.138899+0000 mon.smithi136 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.145:0/2523322974' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:39.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:39.778 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:40.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:39.024178+0000 mgr.smithi136.pwpgid (mgr.14162) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:41.944 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:41.945 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:41.946 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:41.024496+0000 mgr.smithi136.pwpgid (mgr.14162) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:41.103533+0000 mon.smithi136 (mon.0) 225 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:59:42.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:41.104331+0000 mon.smithi136 (mon.0) 226 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T16:59:42.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:41.943504+0000 mon.smithi136 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.145:0/1463874593' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:43.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:43.577 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:44.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:43.024806+0000 mgr.smithi136.pwpgid (mgr.14162) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:45.732 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:45.732 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:45.734 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:46.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:45.025152+0000 mgr.smithi136.pwpgid (mgr.14162) 190 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:45.731618+0000 mon.smithi136 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.145:0/1001685596' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:47.489 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:47.489 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:48.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:47.025510+0000 mgr.smithi136.pwpgid (mgr.14162) 191 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:49.703 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:49.704 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:49.705 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:50.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:49.025877+0000 mgr.smithi136.pwpgid (mgr.14162) 192 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:49.702392+0000 mon.smithi136 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.145:0/110911671' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:51.370 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:51.370 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:52.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:51.026161+0000 mgr.smithi136.pwpgid (mgr.14162) 193 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:53.432 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:53.432 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:53.433 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:54.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:53.026545+0000 mgr.smithi136.pwpgid (mgr.14162) 194 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:53.430776+0000 mon.smithi136 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.145:0/3124788656' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:55.202 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:55.202 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:59:56.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:55.026876+0000 mgr.smithi136.pwpgid (mgr.14162) 195 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:57.248 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T16:59:57.248 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:59:57.250 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T16:59:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:57.027225+0000 mgr.smithi136.pwpgid (mgr.14162) 196 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 16:59:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T16:59:57.247261+0000 mon.smithi136 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.145:0/1988498193' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:59:58.933 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:59:58.933 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:00.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T16:59:59.027622+0000 mgr.smithi136.pwpgid (mgr.14162) 197 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:00.866 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:00.867 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:00.868 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:01.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:01 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:00.865407+0000 mon.smithi136 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.145:0/1192337825' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:02.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:01.027981+0000 mgr.smithi136.pwpgid (mgr.14162) 198 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:02.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:02.553 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:04.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:03.028307+0000 mgr.smithi136.pwpgid (mgr.14162) 199 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:04.725 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:04.725 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:04.727 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:05.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:05 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:04.724806+0000 mon.smithi136 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.145:0/3182307363' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:06.398 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:06.398 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:06.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:05.028630+0000 mgr.smithi136.pwpgid (mgr.14162) 200 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:08.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:07.028981+0000 mgr.smithi136.pwpgid (mgr.14162) 201 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:08.517 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:08.517 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:08.518 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:09.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:08.515850+0000 mon.smithi136 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.145:0/30591825' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:10.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:10.100 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:10.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:09.029357+0000 mgr.smithi136.pwpgid (mgr.14162) 202 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:12.260 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:12.261 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:12.262 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:11.029752+0000 mgr.smithi136.pwpgid (mgr.14162) 203 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:13.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:13 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:12.259850+0000 mon.smithi136 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.145:0/1993383999' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:13.859 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:13.859 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:14.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:13.030129+0000 mgr.smithi136.pwpgid (mgr.14162) 204 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:16.131 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:16.131 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:16.133 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:16.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:15.030513+0000 mgr.smithi136.pwpgid (mgr.14162) 205 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:17.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:16.129911+0000 mon.smithi136 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.145:0/352145557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:17.921 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:17.921 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:18.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:17.030814+0000 mgr.smithi136.pwpgid (mgr.14162) 206 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:20.195 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:20.195 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:20.197 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:20.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:19.031082+0000 mgr.smithi136.pwpgid (mgr.14162) 207 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:21.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:21 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:20.194784+0000 mon.smithi136 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.145:0/2853449992' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:21.997 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:21.998 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:21.031388+0000 mgr.smithi136.pwpgid (mgr.14162) 208 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:24.175 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:24.175 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:24.177 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:24.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:23.031725+0000 mgr.smithi136.pwpgid (mgr.14162) 209 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:25.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:25 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:24.174437+0000 mon.smithi136 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.145:0/350779933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:25.942 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:25.943 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:25.032001+0000 mgr.smithi136.pwpgid (mgr.14162) 210 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:28.056 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:28.056 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:28.058 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:28.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:27.032276+0000 mgr.smithi136.pwpgid (mgr.14162) 211 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:29.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:29 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:28.055893+0000 mon.smithi136 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.145:0/2943937210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:29.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:29.815 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:30.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:29.032646+0000 mgr.smithi136.pwpgid (mgr.14162) 212 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:31.980 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:31.980 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:31.982 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:32.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:31.032999+0000 mgr.smithi136.pwpgid (mgr.14162) 213 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:32.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:31.979509+0000 mon.smithi136 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.145:0/146097483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:33.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:33.605 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:34.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:33.033304+0000 mgr.smithi136.pwpgid (mgr.14162) 214 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:35.788 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:35.788 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:35.790 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:35.033656+0000 mgr.smithi136.pwpgid (mgr.14162) 215 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:35.787220+0000 mon.smithi136 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.145:0/1296461850' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:37.584 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:37.585 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:37.033959+0000 mgr.smithi136.pwpgid (mgr.14162) 216 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:39.578 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:39.578 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:39.580 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:40.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:39.034325+0000 mgr.smithi136.pwpgid (mgr.14162) 217 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:39.577316+0000 mon.smithi136 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.145:0/3220578642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:41.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:41.323 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:42.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:41.034726+0000 mgr.smithi136.pwpgid (mgr.14162) 218 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:41.104590+0000 mon.smithi136 (mon.0) 243 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T17:00:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:41.105288+0000 mon.smithi136 (mon.0) 244 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T17:00:43.518 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:43.518 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:43.519 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:44.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:43.035081+0000 mgr.smithi136.pwpgid (mgr.14162) 219 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:44.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:43.517084+0000 mon.smithi136 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.145:0/155174319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:45.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:45.172 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:45.035452+0000 mgr.smithi136.pwpgid (mgr.14162) 220 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:47.322 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:47.322 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:47.324 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:48.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:47.035787+0000 mgr.smithi136.pwpgid (mgr.14162) 221 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:48.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:47.321173+0000 mon.smithi136 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.145:0/1968569463' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:49.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:49.101 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:49.036130+0000 mgr.smithi136.pwpgid (mgr.14162) 222 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:51.393 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:51.393 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:51.395 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:52.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:51.036440+0000 mgr.smithi136.pwpgid (mgr.14162) 223 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:52.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:51.392666+0000 mon.smithi136 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.145:0/1328740239' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:53.106 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:53.106 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:53.036748+0000 mgr.smithi136.pwpgid (mgr.14162) 224 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:55.349 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:55.349 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:55.351 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:00:56.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:55.037069+0000 mgr.smithi136.pwpgid (mgr.14162) 225 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:56.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:55.348505+0000 mon.smithi136 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.145:0/1575747902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:00:56.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:00:56.984 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:00:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:00:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:57.037429+0000 mgr.smithi136.pwpgid (mgr.14162) 226 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:59.143 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:00:59.144 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:00:59.146 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:00.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:00:59.037753+0000 mgr.smithi136.pwpgid (mgr.14162) 227 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:00.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:00:59.142943+0000 mon.smithi136 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.145:0/148129584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:00.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:00.841 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:02.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:01.038102+0000 mgr.smithi136.pwpgid (mgr.14162) 228 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:02.989 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:02.989 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:02.991 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:03.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:03 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:02.988301+0000 mon.smithi136 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.145:0/2299419482' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:04.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:03.038485+0000 mgr.smithi136.pwpgid (mgr.14162) 229 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:04.657 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:04.657 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:05.038876+0000 mgr.smithi136.pwpgid (mgr.14162) 230 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:06.896 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:06.896 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:06.898 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:07.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:07 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:06.895488+0000 mon.smithi136 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.145:0/2817714993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:08.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:07.039249+0000 mgr.smithi136.pwpgid (mgr.14162) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:08.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:08.558 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:10.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:09.039675+0000 mgr.smithi136.pwpgid (mgr.14162) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:10.739 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:10.740 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:10.741 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:11.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:11 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:10.738727+0000 mon.smithi136 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.145:0/216902019' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:12.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:12.383 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:11.039966+0000 mgr.smithi136.pwpgid (mgr.14162) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T17:01:11.075006+0000 mgr.smithi136.pwpgid (mgr.14162) 234 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-node-exporter.smithi136 2024-02-11T17:01:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-node-exporter.smithi136 2024-02-11T17:01:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon node-exporter.smithi136 ... 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Verifying port 9100 ... 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 1 from systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: systemctl: stderr Job for ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded. 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: systemctl: stderr See "systemctl status ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136.service" and "journalctl -xe" for details. 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ports=daemon_ports) 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-11T17:01:12.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: Failed command: systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: yield (conn, connr) 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: code, '\n'.join(err))) 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-node-exporter.smithi136 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-node-exporter.smithi136 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon node-exporter.smithi136 ... 2024-02-11T17:01:12.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Verifying port 9100 ... 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 1 from systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: systemctl: stderr Job for ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded. 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: systemctl: stderr See "systemctl status ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136.service" and "journalctl -xe" for details. 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ports=daemon_ports) 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-11T17:01:12.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: Failed command: systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T17:01:11.075207+0000 mgr.smithi136.pwpgid (mgr.14162) 235 : cephadm [ERR] Failed while placing node-exporter.smithi136 on smithi136: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-node-exporter.smithi136 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-node-exporter.smithi136 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon node-exporter.smithi136 ... 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Verifying port 9100 ... 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 1 from systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: systemctl: stderr Job for ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded. 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: systemctl: stderr See "systemctl status ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136.service" and "journalctl -xe" for details. 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T17:01:12.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: ports=daemon_ports) 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: Failed command: systemctl start ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@node-exporter.smithi136 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T17:01:11.081238+0000 mgr.smithi136.pwpgid (mgr.14162) 236 : cephadm [INF] Deploying daemon prometheus.smithi136 on smithi136 2024-02-11T17:01:12.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:11.110749+0000 mon.smithi136 (mon.0) 253 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:01:14.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:13.040371+0000 mgr.smithi136.pwpgid (mgr.14162) 237 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:14.581 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:14.581 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:14.583 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:15.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:15 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:14.580694+0000 mon.smithi136 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.145:0/1402559921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:16.130 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:16.130 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:16.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:15.040825+0000 mgr.smithi136.pwpgid (mgr.14162) 238 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:18.191 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:18.192 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:18.193 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:18.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:17.041165+0000 mgr.smithi136.pwpgid (mgr.14162) 239 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:19.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:19 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:18.190432+0000 mon.smithi136 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.145:0/3730306561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:19.870 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:19.870 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:20.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:19.041540+0000 mgr.smithi136.pwpgid (mgr.14162) 240 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:22.200 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:22.200 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:22.202 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:22.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:21.041969+0000 mgr.smithi136.pwpgid (mgr.14162) 241 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:23.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:22.199211+0000 mon.smithi136 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.145:0/1662070753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:23.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:23.811 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:24.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:23.042307+0000 mgr.smithi136.pwpgid (mgr.14162) 242 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:26.036 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:26.036 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:26.037 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:26.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:25.042672+0000 mgr.smithi136.pwpgid (mgr.14162) 243 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:26.035055+0000 mon.smithi136 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.145:0/1954914933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:27.784 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:27.784 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:27.042912+0000 mgr.smithi136.pwpgid (mgr.14162) 244 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:29.905 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:29.906 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:29.907 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:29.043285+0000 mgr.smithi136.pwpgid (mgr.14162) 245 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:29.904902+0000 mon.smithi136 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.145:0/42644163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:31.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:31.631 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:32.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:31.043676+0000 mgr.smithi136.pwpgid (mgr.14162) 246 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:33.825 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:33.825 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:33.826 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:34.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:33.044048+0000 mgr.smithi136.pwpgid (mgr.14162) 247 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:34.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:33.823726+0000 mon.smithi136 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.145:0/27329811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:35.480 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:35.480 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:35.044333+0000 mgr.smithi136.pwpgid (mgr.14162) 248 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:37.700 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:37.700 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:37.702 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:37.044710+0000 mgr.smithi136.pwpgid (mgr.14162) 249 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:37.699968+0000 mon.smithi136 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.145:0/2190162128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:39.404 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:39.404 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:39.045077+0000 mgr.smithi136.pwpgid (mgr.14162) 250 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:41.497 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:41.498 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:41.499 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:42.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:41.045406+0000 mgr.smithi136.pwpgid (mgr.14162) 251 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:41.105773+0000 mon.smithi136 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T17:01:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:41.106093+0000 mon.smithi136 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T17:01:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:41.496852+0000 mon.smithi136 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.145:0/2521130704' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:43.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:43.134 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:44.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:43.045678+0000 mgr.smithi136.pwpgid (mgr.14162) 252 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:45.258 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:45.258 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:45.259 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:45.045937+0000 mgr.smithi136.pwpgid (mgr.14162) 253 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:45.257273+0000 mon.smithi136 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.145:0/1225710434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:47.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:47.118 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:48.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:47.046295+0000 mgr.smithi136.pwpgid (mgr.14162) 254 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:49.360 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:49.361 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:49.362 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:49.046662+0000 mgr.smithi136.pwpgid (mgr.14162) 255 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:49.360035+0000 mon.smithi136 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.145:0/2599321637' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:51.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:51.105 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:52.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:51.046938+0000 mgr.smithi136.pwpgid (mgr.14162) 256 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:53.283 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:53.284 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:53.285 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:54.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:53.047272+0000 mgr.smithi136.pwpgid (mgr.14162) 257 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:53.282904+0000 mon.smithi136 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.145:0/3046880127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:54.929 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:54.930 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:56.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:55.047569+0000 mgr.smithi136.pwpgid (mgr.14162) 258 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:57.044 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:01:57.044 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:57.045 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:01:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:01:57.043250+0000 mon.smithi136 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.145:0/308120597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:58.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:01:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:57.047919+0000 mgr.smithi136.pwpgid (mgr.14162) 259 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:58.823 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:58.824 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:00.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:01:59.048311+0000 mgr.smithi136.pwpgid (mgr.14162) 260 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:01.044 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:01.045 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:01.046 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:01.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:01 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:01.043782+0000 mon.smithi136 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.145:0/2430373997' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:02.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:01.048657+0000 mgr.smithi136.pwpgid (mgr.14162) 261 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:02.781 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:02.781 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:04.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:03.048982+0000 mgr.smithi136.pwpgid (mgr.14162) 262 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:04.777 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:04.778 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:04.779 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:05.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:05 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:04.776932+0000 mon.smithi136 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.145:0/3934637739' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:05.049390+0000 mgr.smithi136.pwpgid (mgr.14162) 263 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:06.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:06.592 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:07.049718+0000 mgr.smithi136.pwpgid (mgr.14162) 264 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:08.760 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:08.760 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:08.762 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:09.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:09 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:08.759594+0000 mon.smithi136 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.145:0/474869238' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:10.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:09.050053+0000 mgr.smithi136.pwpgid (mgr.14162) 265 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:10.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:10.468 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:11.050385+0000 mgr.smithi136.pwpgid (mgr.14162) 266 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:12.757 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:12.757 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:12.759 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:13.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:13 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:12.756703+0000 mon.smithi136 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.145:0/2021203401' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:14.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:13.050735+0000 mgr.smithi136.pwpgid (mgr.14162) 267 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:14.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:14.541 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:16.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:15.051051+0000 mgr.smithi136.pwpgid (mgr.14162) 268 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:16.770 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:16.770 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:16.771 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:17.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:17 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:16.768864+0000 mon.smithi136 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.145:0/737511728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:18.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:17.051327+0000 mgr.smithi136.pwpgid (mgr.14162) 269 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:18.538 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:18.538 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:20.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:19.051687+0000 mgr.smithi136.pwpgid (mgr.14162) 270 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:20.695 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:20.696 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:20.696 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:21.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:21 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:20.693432+0000 mon.smithi136 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.145:0/2193959470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:22.491 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:22.491 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:22.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:21.052065+0000 mgr.smithi136.pwpgid (mgr.14162) 271 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:24.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:23.052413+0000 mgr.smithi136.pwpgid (mgr.14162) 272 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:24.554 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:24.554 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:24.555 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:25.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:25 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:24.552988+0000 mon.smithi136 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.145:0/609984746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:26.137 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:26.137 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:25.052722+0000 mgr.smithi136.pwpgid (mgr.14162) 273 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:28.086 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:28.087 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:28.088 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:27.052997+0000 mgr.smithi136.pwpgid (mgr.14162) 274 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:29.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:29 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:28.085829+0000 mon.smithi136 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.145:0/1639420223' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:29.775 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:29.776 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:30.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:29.053354+0000 mgr.smithi136.pwpgid (mgr.14162) 275 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:31.879 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:31.880 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:31.881 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:32.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:31.053664+0000 mgr.smithi136.pwpgid (mgr.14162) 276 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:32.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:31.878827+0000 mon.smithi136 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.145:0/921517180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:33.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:33.529 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:34.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:33.054055+0000 mgr.smithi136.pwpgid (mgr.14162) 277 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:35.587 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:35.587 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:35.589 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:35.054474+0000 mgr.smithi136.pwpgid (mgr.14162) 278 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:35.586806+0000 mon.smithi136 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.145:0/3616944117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:37.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:37.331 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:38.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:37.054777+0000 mgr.smithi136.pwpgid (mgr.14162) 279 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:39.514 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:39.514 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:39.515 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:39.055098+0000 mgr.smithi136.pwpgid (mgr.14162) 280 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:39.513235+0000 mon.smithi136 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.145:0/112461147' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:41.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:41.172 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:41.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:41.106708+0000 mon.smithi136 (mon.0) 279 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T17:02:42.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:41.055411+0000 mgr.smithi136.pwpgid (mgr.14162) 281 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:41.106958+0000 mon.smithi136 (mon.0) 280 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T17:02:43.289 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:43.289 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:43.291 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:44.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:43.055728+0000 mgr.smithi136.pwpgid (mgr.14162) 282 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:44.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:43.288525+0000 mon.smithi136 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.145:0/2668313757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:44.925 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:44.925 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:46.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:45.056063+0000 mgr.smithi136.pwpgid (mgr.14162) 283 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:47.025 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:47.025 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:47.026 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:48.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:47.024162+0000 mon.smithi136 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.145:0/4016859492' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:48.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:47.056389+0000 mgr.smithi136.pwpgid (mgr.14162) 284 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:48.646 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:48.646 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:49.056760+0000 mgr.smithi136.pwpgid (mgr.14162) 285 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:50.684 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:50.684 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:50.685 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:51.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:50.683032+0000 mon.smithi136 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.145:0/668633639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:52.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:52.328 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:52.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:51.057117+0000 mgr.smithi136.pwpgid (mgr.14162) 286 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:53.057446+0000 mgr.smithi136.pwpgid (mgr.14162) 287 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:54.662 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:54.662 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:54.663 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:55.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:55 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:54.660914+0000 mon.smithi136 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.145:0/1032001211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:56.403 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:56.403 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:56.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:55.057798+0000 mgr.smithi136.pwpgid (mgr.14162) 288 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:58.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:57.058123+0000 mgr.smithi136.pwpgid (mgr.14162) 289 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:58.499 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:02:58.499 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:58.501 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:02:59.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:02:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:02:58.498133+0000 mon.smithi136 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.145:0/3033455793' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:00.164 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:00.164 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:00.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:02:59.058479+0000 mgr.smithi136.pwpgid (mgr.14162) 290 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:02.301 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:02.301 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:02.302 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:02.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:01.058890+0000 mgr.smithi136.pwpgid (mgr.14162) 291 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:03.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:03 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:02.300033+0000 mon.smithi136 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.145:0/4215075895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:03.985 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:03.985 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:04.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:03.059262+0000 mgr.smithi136.pwpgid (mgr.14162) 292 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:06.110 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:06.111 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:06.112 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:05.059633+0000 mgr.smithi136.pwpgid (mgr.14162) 293 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:06.109656+0000 mon.smithi136 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.145:0/4221327754' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:07.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:07.842 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:08.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:07.059906+0000 mgr.smithi136.pwpgid (mgr.14162) 294 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:09.983 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:09.983 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:09.985 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:10.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:09.060254+0000 mgr.smithi136.pwpgid (mgr.14162) 295 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:10.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:09.982435+0000 mon.smithi136 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.145:0/1692394222' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:11.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:11.651 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:11.060584+0000 mgr.smithi136.pwpgid (mgr.14162) 296 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:13.754 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:13.755 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:13.756 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:14.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:13.060930+0000 mgr.smithi136.pwpgid (mgr.14162) 297 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:14.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:13.753983+0000 mon.smithi136 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.145:0/3593244724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:15.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:15.474 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:16.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:15.061202+0000 mgr.smithi136.pwpgid (mgr.14162) 298 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:17.634 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:17.634 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:17.635 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:18.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:17.061455+0000 mgr.smithi136.pwpgid (mgr.14162) 299 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:18.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:17.632677+0000 mon.smithi136 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.145:0/1667291733' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:19.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:19.342 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:20.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:19.061747+0000 mgr.smithi136.pwpgid (mgr.14162) 300 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:21.438 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:21.438 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:21.440 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:21.062069+0000 mgr.smithi136.pwpgid (mgr.14162) 301 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:21.437124+0000 mon.smithi136 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.145:0/1985218723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:23.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:23.058 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:24.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:23.062469+0000 mgr.smithi136.pwpgid (mgr.14162) 302 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:25.393 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:25.393 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:25.395 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:25.062859+0000 mgr.smithi136.pwpgid (mgr.14162) 303 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:25.392018+0000 mon.smithi136 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.145:0/1923965339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:27.148 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:27.148 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:28.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:27.063190+0000 mgr.smithi136.pwpgid (mgr.14162) 304 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:29.227 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:29.227 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:29.229 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:29.063451+0000 mgr.smithi136.pwpgid (mgr.14162) 305 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:29.226384+0000 mon.smithi136 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.145:0/502859981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:30.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:30.893 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:32.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:31.063829+0000 mgr.smithi136.pwpgid (mgr.14162) 306 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:33.054 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:33.054 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:33.055 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:33.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:33 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:33.053175+0000 mon.smithi136 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.145:0/106246437' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:34.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:33.064098+0000 mgr.smithi136.pwpgid (mgr.14162) 307 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:34.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:34.813 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:36.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:35.064423+0000 mgr.smithi136.pwpgid (mgr.14162) 308 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:37.011 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:37.011 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:37.013 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:37.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:37.010551+0000 mon.smithi136 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.145:0/3573569736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:38.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:37.064755+0000 mgr.smithi136.pwpgid (mgr.14162) 309 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:38.720 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:38.720 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:39.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T17:03:38.809518+0000 mgr.smithi136.pwpgid (mgr.14162) 310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-prometheus.smithi136 2024-02-11T17:03:39.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-prometheus.smithi136 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon prometheus.smithi136 ... 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:01:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:02:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:03:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T17:03:39.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('uid/gid not found') 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: uid/gid not found 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: yield (conn, connr) 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: code, '\n'.join(err))) 2024-02-11T17:03:39.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-prometheus.smithi136 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-prometheus.smithi136 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon prometheus.smithi136 ... 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:01:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:02:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:03:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T17:03:39.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('uid/gid not found') 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: uid/gid not found 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T17:03:38.809810+0000 mgr.smithi136.pwpgid (mgr.14162) 311 : cephadm [ERR] Failed while placing prometheus.smithi136 on smithi136: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-prometheus.smithi136 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: /bin/podman: stderr Error: no such container ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-prometheus.smithi136 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Deploy daemon prometheus.smithi136 ... 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi136 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:01:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:02:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr time="2024-02-11T17:03:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: Traceback (most recent call last): 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: main() 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: r = ctx.func(ctx) 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: return func(ctx) 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-11T17:03:39.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: File "/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-11T17:03:39.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: raise RuntimeError('uid/gid not found') 2024-02-11T17:03:39.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: RuntimeError: uid/gid not found 2024-02-11T17:03:39.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:38.810893+0000 mon.smithi136 (mon.0) 296 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:03:39.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:38.812396+0000 mon.smithi136 (mon.0) 297 : audit [DBG] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:39.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:38.813240+0000 mon.smithi136 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:03:39.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:39.046879+0000 mon.smithi136 (mon.0) 299 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:39.065004+0000 mgr.smithi136.pwpgid (mgr.14162) 312 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:39.241240+0000 mon.smithi136 (mon.0) 300 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:40.877 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:40.878 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:40.880 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:42.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:40.725813+0000 mon.smithi136 (mon.0) 301 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:42.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:40.877215+0000 mon.smithi136 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.145:0/1588367132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:42.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:40.881179+0000 mon.smithi136 (mon.0) 303 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:42.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:41.107825+0000 mon.smithi136 (mon.0) 304 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T17:03:42.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:41.107979+0000 mon.smithi136 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T17:03:42.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:41.117526+0000 mon.smithi136 (mon.0) 306 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:42.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:41.202888+0000 mon.smithi136 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:43.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:41.065257+0000 mgr.smithi136.pwpgid (mgr.14162) 313 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:43.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T17:03:41.128695+0000 mgr.smithi136.pwpgid (mgr.14162) 314 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-02-11T17:03:43.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T17:03:41.172355+0000 mgr.smithi136.pwpgid (mgr.14162) 315 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-02-11T17:03:44.123 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:44.124 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:45.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:43.065640+0000 mgr.smithi136.pwpgid (mgr.14162) 316 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:45.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:44.222320+0000 mon.smithi136 (mon.0) 308 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:46.302 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:46.302 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:46.303 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:45.051316+0000 mon.smithi136 (mon.0) 309 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:45.052101+0000 mon.smithi136 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:03:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:45.053200+0000 mgr.smithi136.pwpgid (mgr.14162) 317 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:45.055185+0000 mon.smithi136 (mon.0) 311 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' 2024-02-11T17:03:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cephadm 2024-02-11T17:03:45.057929+0000 mgr.smithi136.pwpgid (mgr.14162) 318 : cephadm [INF] Deploying daemon alertmanager.smithi136 on smithi136 2024-02-11T17:03:47.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:46.049889+0000 mon.smithi136 (mon.0) 312 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-11T17:03:47.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:47 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:46.300823+0000 mon.smithi136 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.145:0/3636138230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:47.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:47.938 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:48.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:47.053628+0000 mgr.smithi136.pwpgid (mgr.14162) 319 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:50.155 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:50.155 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:50.157 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:49.053916+0000 mgr.smithi136.pwpgid (mgr.14162) 320 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:51.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:51 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:50.154589+0000 mon.smithi136 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.145:0/1264876882' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:51.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:51.722 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:52.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:51.054165+0000 mgr.smithi136.pwpgid (mgr.14162) 321 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:53.978 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:53.978 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:53.980 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:53.054474+0000 mgr.smithi136.pwpgid (mgr.14162) 322 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:53.976890+0000 mon.smithi136 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.145:0/2038649051' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:55.958 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:55.958 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:03:56.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:55.054806+0000 mgr.smithi136.pwpgid (mgr.14162) 323 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:58.141 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:03:58.141 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:03:58.143 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:03:58.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:57.055068+0000 mgr.smithi136.pwpgid (mgr.14162) 324 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:59.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:03:59 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:03:58.140234+0000 mon.smithi136 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.145:0/1385529726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:03:59.737 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:03:59.738 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:00.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:03:59.055452+0000 mgr.smithi136.pwpgid (mgr.14162) 325 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:01.904 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:01.904 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:01.905 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:02.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:01.055721+0000 mgr.smithi136.pwpgid (mgr.14162) 326 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:02.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:01.902950+0000 mon.smithi136 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.145:0/409871679' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:03.653 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:03.654 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:04.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:03.055999+0000 mgr.smithi136.pwpgid (mgr.14162) 327 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:05.778 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:05.778 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:05.780 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:05.056409+0000 mgr.smithi136.pwpgid (mgr.14162) 328 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:05.777217+0000 mon.smithi136 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.145:0/4122291724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:07.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:07.540 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:08.456 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:07.056869+0000 mgr.smithi136.pwpgid (mgr.14162) 329 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:09.713 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:09.713 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:09.714 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:10.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:09.057353+0000 mgr.smithi136.pwpgid (mgr.14162) 330 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:10.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:09.711910+0000 mon.smithi136 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.145:0/4222114094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:11.442 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:11.442 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:11.057713+0000 mgr.smithi136.pwpgid (mgr.14162) 331 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:13.698 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:13.698 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:13.700 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:14.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:13.058118+0000 mgr.smithi136.pwpgid (mgr.14162) 332 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:14.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:13.697607+0000 mon.smithi136 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.145:0/2291488357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:15.445 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:15.446 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:16.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:15.058400+0000 mgr.smithi136.pwpgid (mgr.14162) 333 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:17.486 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:17.486 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:17.488 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:18.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:17.058717+0000 mgr.smithi136.pwpgid (mgr.14162) 334 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:18.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:17.485417+0000 mon.smithi136 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.145:0/2319694023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:19.190 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:19.190 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:20.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:19.059121+0000 mgr.smithi136.pwpgid (mgr.14162) 335 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:21.384 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:21.384 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:21.386 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:21.059631+0000 mgr.smithi136.pwpgid (mgr.14162) 336 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:21.383892+0000 mon.smithi136 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.145:0/2494206720' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:23.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:23.178 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:24.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:23.059947+0000 mgr.smithi136.pwpgid (mgr.14162) 337 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:25.325 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:25.325 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:25.327 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:26.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:25.060348+0000 mgr.smithi136.pwpgid (mgr.14162) 338 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:25.324045+0000 mon.smithi136 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.145:0/3548690168' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:27.030 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:27.030 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:28.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:27.060625+0000 mgr.smithi136.pwpgid (mgr.14162) 339 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:29.341 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:29.341 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:29.342 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:29.060956+0000 mgr.smithi136.pwpgid (mgr.14162) 340 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:29.340097+0000 mon.smithi136 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.145:0/2361959096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:31.134 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:31.135 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:32.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:31.061330+0000 mgr.smithi136.pwpgid (mgr.14162) 341 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:33.200 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:33.200 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:33.201 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:34.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:33.061669+0000 mgr.smithi136.pwpgid (mgr.14162) 342 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:34.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:33.198775+0000 mon.smithi136 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.145:0/2909263034' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:34.854 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:34.854 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:35.062029+0000 mgr.smithi136.pwpgid (mgr.14162) 343 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:36.853 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:36.853 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:36.855 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:37.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:37 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:36.852548+0000 mon.smithi136 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.145:0/1607985378' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:38.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:37.062469+0000 mgr.smithi136.pwpgid (mgr.14162) 344 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:38.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:38.564 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:40.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:39.062946+0000 mgr.smithi136.pwpgid (mgr.14162) 345 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:40.747 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:40.747 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:40.749 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:41.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:40.746815+0000 mon.smithi136 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.145:0/3194432244' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:41.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:41.108891+0000 mon.smithi136 (mon.0) 328 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T17:04:41.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:41.109084+0000 mon.smithi136 (mon.0) 329 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T17:04:42.482 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:42.482 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:42.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:41.063242+0000 mgr.smithi136.pwpgid (mgr.14162) 346 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:44.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:43.063642+0000 mgr.smithi136.pwpgid (mgr.14162) 347 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:44.543 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:44.544 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:44.545 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:45.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:45 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:44.542989+0000 mon.smithi136 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.145:0/3657485478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:46.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:45.064027+0000 mgr.smithi136.pwpgid (mgr.14162) 348 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:46.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:46.346 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:48.394 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:48.394 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:48.395 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:48.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:47.064360+0000 mgr.smithi136.pwpgid (mgr.14162) 349 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:49.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:49 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:48.393030+0000 mon.smithi136 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.145:0/1277775517' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:50.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:50.110 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:49.064668+0000 mgr.smithi136.pwpgid (mgr.14162) 350 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:52.380 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:52.381 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:52.382 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:52.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:51.065044+0000 mgr.smithi136.pwpgid (mgr.14162) 351 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:53.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:53 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:52.379584+0000 mon.smithi136 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.145:0/4204724296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:54.159 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:54.160 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:53.065347+0000 mgr.smithi136.pwpgid (mgr.14162) 352 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:56.346 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:04:56.346 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:04:56.348 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:04:56.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:55.065685+0000 mgr.smithi136.pwpgid (mgr.14162) 353 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:57.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:57 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:04:56.345482+0000 mon.smithi136 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.145:0/1432330819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:04:57.934 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:04:57.934 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:04:58.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:04:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:57.066034+0000 mgr.smithi136.pwpgid (mgr.14162) 354 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:00.099 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:00.100 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:00.101 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:00.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:04:59.066421+0000 mgr.smithi136.pwpgid (mgr.14162) 355 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:00.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:00.098763+0000 mon.smithi136 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.145:0/3808519945' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:01.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:01.907 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:02.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:01.066664+0000 mgr.smithi136.pwpgid (mgr.14162) 356 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:03.872 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:03.872 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:03.874 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:04.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:03.066980+0000 mgr.smithi136.pwpgid (mgr.14162) 357 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:04.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:04 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:03.871517+0000 mon.smithi136 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.145:0/3223977071' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:05.546 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:05.546 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:06.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:06 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:05.067335+0000 mgr.smithi136.pwpgid (mgr.14162) 358 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:07.523 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:07.523 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:07.524 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:08.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:07.067659+0000 mgr.smithi136.pwpgid (mgr.14162) 359 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:08.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:08 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:07.521763+0000 mon.smithi136 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.145:0/3386048630' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:09.340 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:09.340 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:10.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:10 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:09.067892+0000 mgr.smithi136.pwpgid (mgr.14162) 360 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:11.360 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:11.360 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:11.362 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:11.068169+0000 mgr.smithi136.pwpgid (mgr.14162) 361 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:12.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:12 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:11.359409+0000 mon.smithi136 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.145:0/3495453733' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:13.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:13.028 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:14.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:14 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:13.068431+0000 mgr.smithi136.pwpgid (mgr.14162) 362 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:15.169 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:15.170 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:15.171 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:16.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:15.068686+0000 mgr.smithi136.pwpgid (mgr.14162) 363 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:16.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:16 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:15.168558+0000 mon.smithi136 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.145:0/1369837154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:16.829 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:16.829 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:18.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:18 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:17.069009+0000 mgr.smithi136.pwpgid (mgr.14162) 364 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:19.070 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:19.070 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:19.072 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:19.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:19 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:19.069322+0000 mon.smithi136 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.145:0/1611242886' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:20.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:20 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:19.069303+0000 mgr.smithi136.pwpgid (mgr.14162) 365 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:20.752 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:20.752 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:22.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:22 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:21.069584+0000 mgr.smithi136.pwpgid (mgr.14162) 366 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:22.882 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:22.882 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:22.883 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:23.394 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:23 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:22.880923+0000 mon.smithi136 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.145:0/898680524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:24.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:24 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:23.069880+0000 mgr.smithi136.pwpgid (mgr.14162) 367 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:24.590 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:24.590 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:26.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:26 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:25.070246+0000 mgr.smithi136.pwpgid (mgr.14162) 368 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:26.743 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:26.743 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:26.745 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:27.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:27 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:26.742722+0000 mon.smithi136 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.145:0/92170885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:28.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:28.502 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:28.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:28 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:27.070555+0000 mgr.smithi136.pwpgid (mgr.14162) 369 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:30.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:30 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:29.070795+0000 mgr.smithi136.pwpgid (mgr.14162) 370 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:30.549 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:30.549 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:30.551 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:31.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:31 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:30.549027+0000 mon.smithi136 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.145:0/331973960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:32.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:32.247 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:32.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:32 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:31.071121+0000 mgr.smithi136.pwpgid (mgr.14162) 371 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:34.371 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:34.371 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:34.372 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:34.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:34 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:33.071462+0000 mgr.smithi136.pwpgid (mgr.14162) 372 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:35.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:35 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:34.369799+0000 mon.smithi136 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.145:0/2932746973' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:36.124 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:36.124 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:36.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:36 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:35.071872+0000 mgr.smithi136.pwpgid (mgr.14162) 373 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:38.225 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:38.226 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:38.227 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:38.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:38 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:37.072158+0000 mgr.smithi136.pwpgid (mgr.14162) 374 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:39.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:39 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:38.224708+0000 mon.smithi136 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.145:0/2742695671' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:40.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:40.047 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:40.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:40 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:39.072532+0000 mgr.smithi136.pwpgid (mgr.14162) 375 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:41.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:41.110156+0000 mon.smithi136 (mon.0) 345 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/mirror_snapshot_schedule"}]: dispatch 2024-02-11T17:05:41.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:41 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:41.110360+0000 mon.smithi136 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.136:0/797607952' entity='mgr.smithi136.pwpgid' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.pwpgid/trash_purge_schedule"}]: dispatch 2024-02-11T17:05:42.142 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:42.142 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:42.143 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:42.419 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:41.072769+0000 mgr.smithi136.pwpgid (mgr.14162) 376 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:42.420 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:42 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:42.140090+0000 mon.smithi136 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.145:0/3973437722' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:43.873 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:43.873 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:44.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:44 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:43.072998+0000 mgr.smithi136.pwpgid (mgr.14162) 377 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:45.988 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:45.988 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:45.990 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:45.073377+0000 mgr.smithi136.pwpgid (mgr.14162) 378 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:46.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:46 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:45.987613+0000 mon.smithi136 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.145:0/1108561821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:47.641 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:47.641 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:48.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:48 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:47.073729+0000 mgr.smithi136.pwpgid (mgr.14162) 379 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:49.946 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:49.946 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:49.947 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:49.074100+0000 mgr.smithi136.pwpgid (mgr.14162) 380 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:50.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:50 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:49.944132+0000 mon.smithi136 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.145:0/2190243703' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:51.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:51.561 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:52.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:52 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:51.074486+0000 mgr.smithi136.pwpgid (mgr.14162) 381 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:53.571 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:53.572 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:53.573 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:53.074907+0000 mgr.smithi136.pwpgid (mgr.14162) 382 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:54.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:54 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:53.570792+0000 mon.smithi136 (mon.0) 350 : audit [DBG] from='client.? 172.21.15.145:0/235226970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:55.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:55.275 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:05:56.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:56 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:55.075300+0000 mgr.smithi136.pwpgid (mgr.14162) 383 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:57.418 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:05:57.418 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:05:57.420 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:05:58.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:57.075690+0000 mgr.smithi136.pwpgid (mgr.14162) 384 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:05:58.534 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:05:58 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:05:57.417102+0000 mon.smithi136 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.145:0/2458524485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:05:59.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:05:59.132 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:06:00.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:06:00 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:05:59.076049+0000 mgr.smithi136.pwpgid (mgr.14162) 385 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:06:01.378 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-11T17:06:01.379 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e18967bc-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:33.254266Z","created":"2024-02-11T16:52:33.254266Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:06:01.380 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-02-11T17:06:02.121 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-02-11T17:06:02.122 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-11T17:06:02.122 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-11T17:06:02.147 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-11T17:06:02.166 INFO:tasks.cephadm:Stopping all daemons... 2024-02-11T17:06:02.167 INFO:tasks.cephadm.mon.smithi136:Stopping mon.smithi136... 2024-02-11T17:06:02.167 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136 2024-02-11T17:06:02.385 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:06:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: cluster 2024-02-11T17:06:01.076375+0000 mgr.smithi136.pwpgid (mgr.14162) 386 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:06:02.385 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:06:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: audit 2024-02-11T17:06:01.377509+0000 mon.smithi136 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.145:0/2997629404' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:06:02.385 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:06:02 smithi136 systemd[1]: Stopping Ceph mon.smithi136 for e18967bc-c8fd-11ee-95b9-87774f69a715... 2024-02-11T17:06:02.385 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:06:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T17:06:02.382+0000 7f16317ba700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi136 -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-02-11T17:06:02.385 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:06:02 smithi136 ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136[34998]: debug 2024-02-11T17:06:02.382+0000 7f16317ba700 -1 mon.smithi136@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T17:06:03.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Feb 11 17:06:03 smithi136 podman[41139]: ceph-e18967bc-c8fd-11ee-95b9-87774f69a715-mon.smithi136 2024-02-11T17:06:03.411 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi136.service' 2024-02-11T17:06:03.462 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-11T17:06:03.462 INFO:tasks.cephadm.mon.smithi136:Stopped mon.smithi136 2024-02-11T17:06:03.462 INFO:tasks.cephadm.mon.smithi145:Stopping mon.smithi145... 2024-02-11T17:06:03.462 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi145 2024-02-11T17:06:03.500 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi145.service: Unit ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi145.service not loaded. 2024-02-11T17:06:03.501 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-02-11T17:06:03.502 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi145" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi145 with status 5: 'sudo systemctl stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi145' 2024-02-11T17:06:03.503 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-11T17:06:03.505 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237/remote/ubuntu@smithi136.front.sepia.ceph.com/crash 2024-02-11T17:06:03.506 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/crash -- . 2024-02-11T17:06:03.545 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237/remote/ubuntu@smithi145.front.sepia.ceph.com/crash 2024-02-11T17:06:03.546 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/crash -- . 2024-02-11T17:06:03.593 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-11T17:06:03.593 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2024-02-11T17:06:03.595 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-11T17:06:03.595 DEBUG:teuthology.orchestra.run.smithi136:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-11T17:06:03.623 INFO:teuthology.orchestra.run.smithi136.stderr:grep: /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph.log: No such file or directory 2024-02-11T17:06:03.624 INFO:tasks.cephadm:Compressing logs... 2024-02-11T17:06:03.624 DEBUG:teuthology.orchestra.run.smithi136:> 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-02-11T17:06:03.667 DEBUG:teuthology.orchestra.run.smithi145:> 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-02-11T17:06:03.693 INFO:teuthology.orchestra.run.smithi136.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-11T17:06:03.693 INFO:teuthology.orchestra.run.smithi136.stderr:: No such file or directory 2024-02-11T17:06:03.693 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-11T17:06:03.693 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi136.log 2024-02-11T17:06:03.694 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi136.pwpgid.log 2024-02-11T17:06:03.694 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi136.log: /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi136.pwpgid.log: 88.4% -- replaced with /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-11T17:06:03.695 INFO:teuthology.orchestra.run.smithi136.stderr: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-11T17:06:03.697 INFO:teuthology.orchestra.run.smithi145.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-11T17:06:03.697 INFO:teuthology.orchestra.run.smithi145.stderr:: No such file or directory 2024-02-11T17:06:03.698 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-11T17:06:03.699 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-11T17:06:03.700 INFO:teuthology.orchestra.run.smithi145.stderr: 95.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-11T17:06:03.702 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-11T17:06:03.702 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m0.015s 2024-02-11T17:06:03.702 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m0.011s 2024-02-11T17:06:03.702 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.014s 2024-02-11T17:06:03.795 INFO:teuthology.orchestra.run.smithi136.stderr:gzip: /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi136.pwpgid.log: file size changed while zipping 2024-02-11T17:06:03.795 INFO:teuthology.orchestra.run.smithi136.stderr: 92.9% -- replaced with /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi136.pwpgid.log.gz 2024-02-11T17:06:03.866 INFO:teuthology.orchestra.run.smithi136.stderr: 90.7% -- replaced with /var/log/ceph/e18967bc-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi136.log.gz 2024-02-11T17:06:03.868 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-02-11T17:06:03.868 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m0.185s 2024-02-11T17:06:03.868 INFO:teuthology.orchestra.run.smithi136.stderr:user 0m0.270s 2024-02-11T17:06:03.868 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m0.027s 2024-02-11T17:06:03.868 INFO:tasks.cephadm:Archiving logs... 2024-02-11T17:06:03.868 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237/remote/ubuntu@smithi136.front.sepia.ceph.com/log 2024-02-11T17:06:03.869 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-11T17:06:03.987 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237/remote/ubuntu@smithi145.front.sepia.ceph.com/log 2024-02-11T17:06:03.988 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-11T17:06:04.022 INFO:tasks.cephadm:Removing cluster... 2024-02-11T17:06:04.022 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 --force 2024-02-11T17:08:46.570 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e18967bc-c8fd-11ee-95b9-87774f69a715 --force 2024-02-11T17:08:46.881 INFO:tasks.cephadm:Removing cephadm ... 2024-02-11T17:08:46.881 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-11T17:08:46.899 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-11T17:08:46.917 INFO:tasks.cephadm:Teardown complete 2024-02-11T17:08:46.917 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_5db25abe00e218b6920215c0bef70af7e47c7152/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi145 with status 5: 'sudo systemctl stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi145' 2024-02-11T17:08:47.158 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=68844a8971b64cb68d2fc27fc8510ed3 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_5db25abe00e218b6920215c0bef70af7e47c7152/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi145 with status 5: 'sudo systemctl stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi145' 2024-02-11T17:08:47.162 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-11T17:08:47.171 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-11T17:08:47.177 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-11T17:08:47.178 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T17:08:47.191 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T17:08:47.199 INFO:teuthology.orchestra.run.smithi136.stderr:bash: ntpq: command not found 2024-02-11T17:08:47.203 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T17:08:47.203 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-02-11T17:08:47.203 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 42 +1056us[+1060us] +/- 86ms 2024-02-11T17:08:47.203 INFO:teuthology.orchestra.run.smithi136.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 -1101us[-1097us] +/- 67ms 2024-02-11T17:08:47.203 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +498us[ +498us] +/- 87ms 2024-02-11T17:08:47.204 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T17:08:47.208 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2024-02-11T17:08:47.213 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T17:08:47.213 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-02-11T17:08:47.213 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 +1011us[+1011us] +/- 86ms 2024-02-11T17:08:47.213 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv02.front.sepia.ceph.com 3 6 377 43 -1144us[-1125us] +/- 67ms 2024-02-11T17:08:47.213 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 +416us[ +435us] +/- 87ms 2024-02-11T17:08:47.213 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T17:08:47.214 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-11T17:08:47.223 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-11T17:08:47.223 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-11T17:08:47.232 DEBUG:teuthology.orchestra.run.smithi136:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-11T17:08:47.306 DEBUG:teuthology.orchestra.run.smithi145:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-11T17:08:47.368 DEBUG:teuthology.orchestra.run.smithi136:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T17:08:47.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:08:47.398 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T17:08:47.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:08:47.428 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-11T17:08:47.437 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-11T17:08:47.445 INFO:teuthology.task.internal:Duration was 1368.363781 seconds 2024-02-11T17:08:47.445 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-11T17:08:47.454 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-11T17:08:47.454 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-11T17:08:47.456 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-11T17:08:47.499 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T17:08:47.514 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T17:08:47.822 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-11T17:08:47.823 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2024-02-11T17:08:47.823 DEBUG:teuthology.orchestra.run.smithi136:> 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-02-11T17:08:47.845 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-02-11T17:08:47.846 DEBUG:teuthology.orchestra.run.smithi145:> 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-02-11T17:08:47.867 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-11T17:08:47.867 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-11T17:08:47.888 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-11T17:08:47.957 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-11T17:08:47.957 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-11T17:08:47.959 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-11T17:08:48.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-11T17:08:48.057 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-11T17:08:48.058 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-11T17:08:48.084 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-11T17:08:48.111 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-11T17:08:48.121 DEBUG:teuthology.orchestra.run.smithi136:> 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-02-11T17:08:48.127 DEBUG:teuthology.orchestra.run.smithi145:> 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-02-11T17:08:48.151 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2024-02-11T17:08:48.178 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-02-11T17:08:48.210 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:08:48.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:08:48.262 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:08:48.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:08:48.279 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-11T17:08:48.289 INFO:teuthology.task.internal:Transferring archived files... 2024-02-11T17:08:48.289 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237/remote/smithi136 2024-02-11T17:08:48.290 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-11T17:08:48.341 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237/remote/smithi145 2024-02-11T17:08:48.342 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-11T17:08:48.381 INFO:teuthology.task.internal:Removing archive directory... 2024-02-11T17:08:48.381 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-11T17:08:48.383 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-11T17:08:48.433 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-11T17:08:48.444 INFO:teuthology.task.internal:Not uploading archives. 2024-02-11T17:08:48.445 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-11T17:08:48.453 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-11T17:08:48.454 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-11T17:08:48.456 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-11T17:08:48.471 INFO:teuthology.orchestra.run.smithi136.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 11 17:08 /home/ubuntu/cephtest 2024-02-11T17:08:48.491 INFO:teuthology.orchestra.run.smithi145.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 11 17:08 /home/ubuntu/cephtest 2024-02-11T17:08:48.492 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-11T17:08:48.502 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-11T17:08:48.525 INFO:teuthology.nuke:Checking targets against current locks 2024-02-11T17:08:48.550 DEBUG:teuthology.nuke:shortname: smithi136 2024-02-11T17:08:48.550 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T17:08:48.573 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:37:49.974292', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBAnyNy9XyAwAxEI36T+i5FeDot1WebLfolwgn7AriOZrtRTZ1zUJ1gBaKmAXGFTB489VU/Plg9KiS/cz6Qcnmg='} 2024-02-11T17:08:48.576 DEBUG:teuthology.nuke:shortname: smithi145 2024-02-11T17:08:48.577 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T17:08:48.597 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556237', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:37:49.972888', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG69RWvii/OZN4C1kuTlyEOOZh0T3JoWi6HToU/UQERxfePRDIoyR2vD4GiHs69ulS87ieBm/k/0jVjJ2NoPC8Q='} 2024-02-11T17:08:48.629 INFO:teuthology.orchestra.console.smithi136:Power off 2024-02-11T17:08:48.630 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T17:08:48.644 INFO:teuthology.orchestra.console.smithi145:Power off 2024-02-11T17:08:48.645 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T17:08:48.653 DEBUG:teuthology.orchestra.console.smithi136:power off output: Chassis Power Control: Down/Off 2024-02-11T17:08:48.653 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:08:48.667 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2024-02-11T17:08:48.667 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:08:48.675 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-02-11T17:08:48.692 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-02-11T17:08:52.676 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:08:52.693 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:08:52.786 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-02-11T17:08:52.803 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-02-11T17:08:56.788 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:08:56.804 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:08:56.898 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is off 2024-02-11T17:08:56.913 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-02-11T17:08:57.000 INFO:teuthology.orchestra.console.smithi136:Power off completed 2024-02-11T17:09:00.918 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:09:01.028 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2024-02-11T17:09:01.129 INFO:teuthology.orchestra.console.smithi145:Power off completed 2024-02-11T17:09:01.233 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1368.3637807369232 failure_reason: 'Command failed on smithi145 with status 5: ''sudo systemctl stop ceph-e18967bc-c8fd-11ee-95b9-87774f69a715@mon.smithi145''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=68844a8971b64cb68d2fc27fc8510ed3 status: fail success: false 2024-02-11T17:09:01.233 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T17:09:01.313 INFO:teuthology.run:FAIL