2023-11-15T05:36:52.391 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T05:36:52.392 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532 --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --owner scheduled_yuriw@teuthology --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532/orig.config.yaml 2023-11-15T05:36:52.431 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T05:36:52.510 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532 branch: wip-yuri4-testing-2023-11-13-0820-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7458532' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-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-yuri4-testing-2023-11-13-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: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 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: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWKOEufwOscyx6KDiqO2DOj4i9gOvnHx4ujPqLD+4OAmkpZ92TEfhWsEHHCSev37kVk2f6HrbaeabXcXZ/ovcw= smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGhFz1t+niYcA0rFSh29zwpmldYvEHnkWqQca+262vR44jyQt+IF0jfekFfUoXk4Ec2Z/8XnRSW8ptmG+xQdpFI= 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: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 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.3590714 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 2023-11-15T05:36:52.510 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T05:36:52.511 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T05:36:52.511 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T05:36:52.513 INFO:teuthology.task.internal:Checking packages... 2023-11-15T05:36:52.539 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T05:36:52.539 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T05:36:52.540 INFO:teuthology.packaging:ref: None 2023-11-15T05:36:52.540 INFO:teuthology.packaging:tag: None 2023-11-15T05:36:52.540 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:36:52.541 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:36:52.541 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:36:52.761 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170.g620f25c1 2023-11-15T05:36:52.762 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T05:36:52.768 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T05:36:52.769 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T05:36:52.822 INFO:teuthology.task.internal:Saving configuration 2023-11-15T05:36:52.837 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T05:36:52.863 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:36:52.891 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:31:47.496847', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWKOEufwOscyx6KDiqO2DOj4i9gOvnHx4ujPqLD+4OAmkpZ92TEfhWsEHHCSev37kVk2f6HrbaeabXcXZ/ovcw='} 2023-11-15T05:36:52.913 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:31:47.498456', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGhFz1t+niYcA0rFSh29zwpmldYvEHnkWqQca+262vR44jyQt+IF0jfekFfUoXk4Ec2Z/8XnRSW8ptmG+xQdpFI='} 2023-11-15T05:36:52.913 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T05:36:52.922 INFO:teuthology.task.internal:roles: ubuntu@smithi052.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-15T05:36:52.922 INFO:teuthology.task.internal:roles: ubuntu@smithi129.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-15T05:36:52.922 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T05:36:53.040 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc179b5fb80>, signals=[15]) 2023-11-15T05:36:53.041 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T05:36:53.052 INFO:teuthology.task.internal:Opening connections... 2023-11-15T05:36:53.052 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi052.front.sepia.ceph.com 2023-11-15T05:36:53.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:36:53.125 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2023-11-15T05:36:53.126 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:36:53.195 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T05:36:53.204 DEBUG:teuthology.orchestra.run.smithi052:> uname -m 2023-11-15T05:36:53.228 INFO:teuthology.orchestra.run.smithi052.stdout:x86_64 2023-11-15T05:36:53.229 DEBUG:teuthology.orchestra.run.smithi052:> cat /etc/os-release 2023-11-15T05:36:53.292 INFO:teuthology.orchestra.run.smithi052.stdout:NAME="CentOS Stream" 2023-11-15T05:36:53.292 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION="8" 2023-11-15T05:36:53.293 INFO:teuthology.orchestra.run.smithi052.stdout:ID="centos" 2023-11-15T05:36:53.293 INFO:teuthology.orchestra.run.smithi052.stdout:ID_LIKE="rhel fedora" 2023-11-15T05:36:53.293 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_ID="8" 2023-11-15T05:36:53.293 INFO:teuthology.orchestra.run.smithi052.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:36:53.293 INFO:teuthology.orchestra.run.smithi052.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-15T05:36:53.294 INFO:teuthology.orchestra.run.smithi052.stdout:ANSI_COLOR="0;31" 2023-11-15T05:36:53.294 INFO:teuthology.orchestra.run.smithi052.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-15T05:36:53.294 INFO:teuthology.orchestra.run.smithi052.stdout:HOME_URL="https://centos.org/" 2023-11-15T05:36:53.294 INFO:teuthology.orchestra.run.smithi052.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:36:53.295 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:36:53.295 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-15T05:36:53.296 INFO:teuthology.lock.ops:Updating smithi052.front.sepia.ceph.com on lock server 2023-11-15T05:36:53.326 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2023-11-15T05:36:53.348 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2023-11-15T05:36:53.349 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2023-11-15T05:36:53.409 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="CentOS Stream" 2023-11-15T05:36:53.410 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="8" 2023-11-15T05:36:53.410 INFO:teuthology.orchestra.run.smithi129.stdout:ID="centos" 2023-11-15T05:36:53.410 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="rhel fedora" 2023-11-15T05:36:53.410 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="8" 2023-11-15T05:36:53.411 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:36:53.411 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-15T05:36:53.411 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2023-11-15T05:36:53.411 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-15T05:36:53.411 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://centos.org/" 2023-11-15T05:36:53.412 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:36:53.412 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:36:53.412 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-15T05:36:53.412 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2023-11-15T05:36:53.501 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T05:36:53.510 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T05:36:53.558 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T05:36:53.558 DEBUG:teuthology.orchestra.run.smithi052:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:36:53.561 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:36:53.582 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T05:36:53.599 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T05:36:53.600 DEBUG:teuthology.orchestra.run.smithi052:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:36:53.623 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:36:53.662 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T05:36:53.719 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T05:36:53.740 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T05:36:53.741 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T05:36:53.741 DEBUG:teuthology.orchestra.run.smithi052:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:36:53.742 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:36:53.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:36:53.763 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2023-11-15T05:36:53.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:36:53.764 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2023-11-15T05:36:53.824 INFO:teuthology.orchestra.run.smithi129.stdout:4.18.0-489.el8.x86_64 2023-11-15T05:36:53.825 INFO:teuthology.task.kernel:Running kernel on smithi129: 4.18.0-489.el8.x86_64 2023-11-15T05:36:53.825 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2023-11-15T05:36:53.827 INFO:teuthology.orchestra.run.smithi052.stdout:4.18.0-489.el8.x86_64 2023-11-15T05:36:53.828 INFO:teuthology.task.kernel:Running kernel on smithi052: 4.18.0-489.el8.x86_64 2023-11-15T05:36:53.828 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum install -y kernel 2023-11-15T05:37:03.323 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - AppStream 4.8 MB/s | 34 MB 00:07 2023-11-15T05:37:03.872 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 8 - AppStream 4.5 MB/s | 34 MB 00:07 2023-11-15T05:37:14.204 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 53 MB 00:03 2023-11-15T05:37:14.381 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 53 MB 00:04 2023-11-15T05:37:23.649 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 8 - Extras 14 kB/s | 18 kB 00:01 2023-11-15T05:37:23.739 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - Extras 9.9 kB/s | 18 kB 00:01 2023-11-15T05:37:24.490 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2023-11-15T05:37:24.608 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 8 - Extras common packages 9.1 kB/s | 6.9 kB 00:00 2023-11-15T05:37:24.758 INFO:teuthology.orchestra.run.smithi129.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-11-15T05:37:24.909 INFO:teuthology.orchestra.run.smithi052.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-15T05:37:25.836 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-11-15T05:37:26.587 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-11-15T05:37:29.651 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 450 kB/s | 24 kB 00:00 2023-11-15T05:37:30.652 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 552 kB/s | 24 kB 00:00 2023-11-15T05:37:33.284 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-15T05:37:33.284 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-15T05:37:33.565 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-11-15T05:37:33.566 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:37:33.566 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2023-11-15T05:37:33.567 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:37:33.567 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2023-11-15T05:37:33.567 INFO:teuthology.orchestra.run.smithi129.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-15T05:37:33.567 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2023-11-15T05:37:33.567 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-15T05:37:33.568 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-15T05:37:33.568 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:37:33.568 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2023-11-15T05:37:33.568 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:37:33.568 INFO:teuthology.orchestra.run.smithi129.stdout:Install 3 Packages 2023-11-15T05:37:33.569 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:37:33.569 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 89 M 2023-11-15T05:37:33.570 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 96 M 2023-11-15T05:37:33.570 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2023-11-15T05:37:34.384 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-15T05:37:34.385 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-15T05:37:34.678 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2023-11-15T05:37:34.679 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:37:34.679 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2023-11-15T05:37:34.680 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:37:34.680 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2023-11-15T05:37:34.680 INFO:teuthology.orchestra.run.smithi052.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-15T05:37:34.680 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2023-11-15T05:37:34.680 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-15T05:37:34.681 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-15T05:37:34.681 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:37:34.681 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2023-11-15T05:37:34.681 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:37:34.681 INFO:teuthology.orchestra.run.smithi052.stdout:Install 3 Packages 2023-11-15T05:37:34.682 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:37:34.682 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 89 M 2023-11-15T05:37:34.684 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 96 M 2023-11-15T05:37:34.685 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2023-11-15T05:37:34.927 INFO:teuthology.orchestra.run.smithi129.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.6 MB/s | 10 MB 00:01 2023-11-15T05:37:36.161 INFO:teuthology.orchestra.run.smithi129.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-15T05:37:36.170 INFO:teuthology.orchestra.run.smithi052.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 6.9 MB/s | 10 MB 00:01 2023-11-15T05:37:36.619 INFO:teuthology.orchestra.run.smithi129.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-11-15T05:37:36.619 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:37:36.620 INFO:teuthology.orchestra.run.smithi129.stdout:Total 29 MB/s | 89 MB 00:03 2023-11-15T05:37:37.178 INFO:teuthology.orchestra.run.smithi052.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-15T05:37:37.297 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2023-11-15T05:37:37.720 INFO:teuthology.orchestra.run.smithi052.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-11-15T05:37:37.720 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:37:37.721 INFO:teuthology.orchestra.run.smithi052.stdout:Total 29 MB/s | 89 MB 00:03 2023-11-15T05:37:37.744 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2023-11-15T05:37:37.744 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2023-11-15T05:37:38.426 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2023-11-15T05:37:38.878 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2023-11-15T05:37:38.878 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2023-11-15T05:37:39.000 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2023-11-15T05:37:39.021 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2023-11-15T05:37:40.162 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2023-11-15T05:37:40.193 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2023-11-15T05:37:41.771 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2023-11-15T05:37:42.339 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:37:43.275 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2023-11-15T05:37:43.813 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:37:45.907 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:37:46.288 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:37:47.531 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:37:48.012 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:37:49.711 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:37:49.968 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:37:51.684 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:37:51.964 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:11.817 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:11.841 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:12.192 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:12.192 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:38:12.192 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:38:13.219 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:13.219 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:38:13.219 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2023-11-15T05:38:13.220 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-15T05:38:13.220 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-15T05:38:13.220 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:38:13.220 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-11-15T05:38:13.359 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:38:13.574 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T05:38:13.574 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T05:38:13.575 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-15T05:38:13.575 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:38:13.575 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:38:13.576 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T05:38:13.576 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi129.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:38:13.576 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:38:13.786 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T05:38:13.786 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T05:38:13.787 DEBUG:teuthology.orchestra.run.smithi129:> sudo rpm -qi grub2-tools 2023-11-15T05:38:13.820 INFO:teuthology.orchestra.run.smithi129.stdout:Name : grub2-tools 2023-11-15T05:38:13.821 INFO:teuthology.orchestra.run.smithi129.stdout:Epoch : 1 2023-11-15T05:38:13.821 INFO:teuthology.orchestra.run.smithi129.stdout:Version : 2.02 2023-11-15T05:38:13.821 INFO:teuthology.orchestra.run.smithi129.stdout:Release : 129.el8 2023-11-15T05:38:13.821 INFO:teuthology.orchestra.run.smithi129.stdout:Architecture: x86_64 2023-11-15T05:38:13.822 INFO:teuthology.orchestra.run.smithi129.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-15T05:38:13.822 INFO:teuthology.orchestra.run.smithi129.stdout:Group : System Environment/Base 2023-11-15T05:38:13.822 INFO:teuthology.orchestra.run.smithi129.stdout:Size : 9265586 2023-11-15T05:38:13.822 INFO:teuthology.orchestra.run.smithi129.stdout:License : GPLv3+ 2023-11-15T05:38:13.822 INFO:teuthology.orchestra.run.smithi129.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-15T05:38:13.823 INFO:teuthology.orchestra.run.smithi129.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-15T05:38:13.823 INFO:teuthology.orchestra.run.smithi129.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-15T05:38:13.823 INFO:teuthology.orchestra.run.smithi129.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-15T05:38:13.823 INFO:teuthology.orchestra.run.smithi129.stdout:Relocations : (not relocatable) 2023-11-15T05:38:13.823 INFO:teuthology.orchestra.run.smithi129.stdout:Packager : CentOS BuildSystem 2023-11-15T05:38:13.824 INFO:teuthology.orchestra.run.smithi129.stdout:Vendor : CentOS 2023-11-15T05:38:13.824 INFO:teuthology.orchestra.run.smithi129.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:38:13.824 INFO:teuthology.orchestra.run.smithi129.stdout:Summary : Support tools for GRUB. 2023-11-15T05:38:13.824 INFO:teuthology.orchestra.run.smithi129.stdout:Description : 2023-11-15T05:38:13.824 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:38:13.825 INFO:teuthology.orchestra.run.smithi129.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:38:13.825 INFO:teuthology.orchestra.run.smithi129.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:38:13.825 INFO:teuthology.orchestra.run.smithi129.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:38:13.825 INFO:teuthology.orchestra.run.smithi129.stdout:hardware devices. 2023-11-15T05:38:13.825 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:38:13.826 INFO:teuthology.orchestra.run.smithi129.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:38:13.827 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:38:13.827 INFO:teuthology.task.kernel:Updating grub on smithi129 to boot 4.18.0-521.el8.x86_64 2023-11-15T05:38:13.828 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:38:15.282 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:15.291 INFO:teuthology.orchestra.run.smithi129.stderr:Generating grub configuration file ... 2023-11-15T05:38:15.307 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:15.673 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:15.673 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-15T05:38:15.673 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-15T05:38:16.495 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T05:38:16.495 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:38:16.495 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2023-11-15T05:38:16.495 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-15T05:38:16.496 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-15T05:38:16.496 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:38:16.496 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2023-11-15T05:38:16.643 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:38:16.869 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T05:38:16.869 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T05:38:16.870 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-15T05:38:16.870 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:38:16.870 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:38:16.870 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T05:38:16.871 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi052.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:38:16.871 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:38:17.089 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T05:38:17.090 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T05:38:17.090 DEBUG:teuthology.orchestra.run.smithi052:> sudo rpm -qi grub2-tools 2023-11-15T05:38:17.126 INFO:teuthology.orchestra.run.smithi052.stdout:Name : grub2-tools 2023-11-15T05:38:17.126 INFO:teuthology.orchestra.run.smithi052.stdout:Epoch : 1 2023-11-15T05:38:17.127 INFO:teuthology.orchestra.run.smithi052.stdout:Version : 2.02 2023-11-15T05:38:17.127 INFO:teuthology.orchestra.run.smithi052.stdout:Release : 129.el8 2023-11-15T05:38:17.127 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: x86_64 2023-11-15T05:38:17.128 INFO:teuthology.orchestra.run.smithi052.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-15T05:38:17.128 INFO:teuthology.orchestra.run.smithi052.stdout:Group : System Environment/Base 2023-11-15T05:38:17.128 INFO:teuthology.orchestra.run.smithi052.stdout:Size : 9265586 2023-11-15T05:38:17.129 INFO:teuthology.orchestra.run.smithi052.stdout:License : GPLv3+ 2023-11-15T05:38:17.129 INFO:teuthology.orchestra.run.smithi052.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-15T05:38:17.129 INFO:teuthology.orchestra.run.smithi052.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-15T05:38:17.130 INFO:teuthology.orchestra.run.smithi052.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-15T05:38:17.130 INFO:teuthology.orchestra.run.smithi052.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-15T05:38:17.130 INFO:teuthology.orchestra.run.smithi052.stdout:Relocations : (not relocatable) 2023-11-15T05:38:17.131 INFO:teuthology.orchestra.run.smithi052.stdout:Packager : CentOS BuildSystem 2023-11-15T05:38:17.131 INFO:teuthology.orchestra.run.smithi052.stdout:Vendor : CentOS 2023-11-15T05:38:17.131 INFO:teuthology.orchestra.run.smithi052.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:38:17.132 INFO:teuthology.orchestra.run.smithi052.stdout:Summary : Support tools for GRUB. 2023-11-15T05:38:17.132 INFO:teuthology.orchestra.run.smithi052.stdout:Description : 2023-11-15T05:38:17.132 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:38:17.132 INFO:teuthology.orchestra.run.smithi052.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:38:17.132 INFO:teuthology.orchestra.run.smithi052.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:38:17.133 INFO:teuthology.orchestra.run.smithi052.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:38:17.133 INFO:teuthology.orchestra.run.smithi052.stdout:hardware devices. 2023-11-15T05:38:17.133 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:38:17.134 INFO:teuthology.orchestra.run.smithi052.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:38:17.135 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:38:17.136 INFO:teuthology.task.kernel:Updating grub on smithi052 to boot 4.18.0-521.el8.x86_64 2023-11-15T05:38:17.136 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:38:17.937 INFO:teuthology.orchestra.run.smithi129.stderr:done 2023-11-15T05:38:17.938 DEBUG:teuthology.orchestra.run.smithi129:> mktemp 2023-11-15T05:38:18.001 INFO:teuthology.orchestra.run.smithi129.stdout:/tmp/tmp.SaG7RueOyj 2023-11-15T05:38:18.001 DEBUG:teuthology.orchestra.run.smithi129:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SaG7RueOyj 2023-11-15T05:38:18.075 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0666 /tmp/tmp.SaG7RueOyj 2023-11-15T05:38:18.218 DEBUG:teuthology.orchestra.remote:smithi129:/tmp/tmp.SaG7RueOyj is 6KB 2023-11-15T05:38:18.267 DEBUG:teuthology.orchestra.run.smithi129:> rm -fr /tmp/tmp.SaG7RueOyj 2023-11-15T05:38:18.284 DEBUG:teuthology.orchestra.run.smithi129:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:38:18.362 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-15T05:38:18.362 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-15T05:38:18.362 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-15T05:38:18.363 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-15T05:38:18.364 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-15T05:38:18.486 INFO:teuthology.orchestra.run.smithi052.stderr:Generating grub configuration file ... 2023-11-15T05:38:18.528 DEBUG:teuthology.orchestra.run.smithi129:> sudo shutdown -r now 2023-11-15T05:38:20.224 INFO:teuthology.orchestra.run.smithi052.stderr:done 2023-11-15T05:38:20.225 DEBUG:teuthology.orchestra.run.smithi052:> mktemp 2023-11-15T05:38:20.288 INFO:teuthology.orchestra.run.smithi052.stdout:/tmp/tmp.SJ2HwBKKsE 2023-11-15T05:38:20.288 DEBUG:teuthology.orchestra.run.smithi052:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SJ2HwBKKsE 2023-11-15T05:38:20.379 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 0666 /tmp/tmp.SJ2HwBKKsE 2023-11-15T05:38:20.480 DEBUG:teuthology.orchestra.remote:smithi052:/tmp/tmp.SJ2HwBKKsE is 6KB 2023-11-15T05:38:20.528 DEBUG:teuthology.orchestra.run.smithi052:> rm -fr /tmp/tmp.SJ2HwBKKsE 2023-11-15T05:38:20.546 DEBUG:teuthology.orchestra.run.smithi052:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:38:20.619 INFO:teuthology.orchestra.run.smithi052.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-15T05:38:20.619 INFO:teuthology.orchestra.run.smithi052.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-15T05:38:20.619 INFO:teuthology.orchestra.run.smithi052.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-15T05:38:20.620 INFO:teuthology.orchestra.run.smithi052.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-15T05:38:20.621 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-15T05:38:20.775 DEBUG:teuthology.orchestra.run.smithi052:> sudo shutdown -r now 2023-11-15T05:38:48.558 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T05:38:48.559 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-15T05:38:48.559 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:38:50.781 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T05:38:50.782 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2023-11-15T05:38:50.782 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:39:07.002 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2023-11-15T05:39:09.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.52 2023-11-15T05:39:16.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-15T05:39:16.011 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:39:18.314 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2023-11-15T05:39:18.315 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:39:19.066 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2023-11-15T05:39:21.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.52 2023-11-15T05:39:31.075 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-15T05:39:31.076 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:39:33.377 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2023-11-15T05:39:33.378 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:39:49.498 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2023-11-15T05:40:04.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-15T05:40:04.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:40:04.809 DEBUG:teuthology.orchestra.run.smithi129:> true 2023-11-15T05:40:05.185 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-15T05:40:05.186 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-15T05:40:05.186 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2023-11-15T05:40:05.202 INFO:teuthology.orchestra.run.smithi129.stdout:4.18.0-521.el8.x86_64 2023-11-15T05:40:05.203 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-15T05:40:05.203 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:40:05.203 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-15T05:40:05.315 DEBUG:teuthology.orchestra.run.smithi052:> true 2023-11-15T05:40:05.791 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2023-11-15T05:40:05.791 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-15T05:40:05.792 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2023-11-15T05:40:05.810 INFO:teuthology.orchestra.run.smithi052.stdout:4.18.0-521.el8.x86_64 2023-11-15T05:40:05.811 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-15T05:40:05.811 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:40:05.811 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-15T05:40:06.204 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T05:40:06.205 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:40:06.813 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T05:40:06.813 DEBUG:teuthology.orchestra.run.smithi052:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:40:06.884 INFO:teuthology.orchestra.run.smithi052.stdout:ttyS1 2023-11-15T05:40:06.902 DEBUG:teuthology.parallel:result is None 2023-11-15T05:40:06.946 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2023-11-15T05:40:06.975 DEBUG:teuthology.parallel:result is None 2023-11-15T05:40:06.976 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T05:40:06.987 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T05:40:06.987 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:40:06.990 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:40:07.143 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T05:40:07.151 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T05:40:07.182 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T05:40:07.183 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:40:07.188 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:40:07.236 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T05:40:07.247 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T05:40:07.248 DEBUG:teuthology.orchestra.run.smithi052:> 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 2023-11-15T05:40:07.261 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-15T05:40:07.300 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:40:07.310 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:40:07.316 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:40:07.329 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:40:07.330 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T05:40:07.339 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T05:40:07.339 DEBUG:teuthology.orchestra.run.smithi052:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:40:07.342 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:40:07.379 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T05:40:07.393 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T05:40:07.393 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:40:07.417 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:40:07.437 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:40:07.529 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:40:07.602 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:40:07.651 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:40:07.701 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2023-11-15T05:40:07.701 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:40:07.774 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:40:07.821 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:40:07.869 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:40:07.956 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:40:07.995 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-11-15T05:40:07.996 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:40:08.066 DEBUG:teuthology.orchestra.run.smithi052:> sudo service rsyslog restart 2023-11-15T05:40:08.069 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2023-11-15T05:40:08.129 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:40:08.162 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:40:08.611 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T05:40:08.621 INFO:teuthology.task.internal:Starting timer... 2023-11-15T05:40:08.622 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T05:40:08.676 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T05:40:08.739 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-15T05:40:08.740 DEBUG:teuthology.orchestra.run.smithi052:> sudo service auditd rotate 2023-11-15T05:40:08.830 INFO:teuthology.orchestra.run.smithi052.stdout:Rotating logs: 2023-11-15T05:40:08.832 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2023-11-15T05:40:08.907 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2023-11-15T05:40:08.908 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T05:40:08.909 DEBUG:teuthology.orchestra.run.smithi052:> /usr/sbin/getenforce 2023-11-15T05:40:08.948 INFO:teuthology.orchestra.run.smithi052.stdout:Permissive 2023-11-15T05:40:08.948 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2023-11-15T05:40:09.006 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2023-11-15T05:40:09.007 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi052.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi129.front.sepia.ceph.com': 'permissive'} 2023-11-15T05:40:09.007 DEBUG:teuthology.orchestra.run.smithi052:> 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 2023-11-15T05:40:09.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:40:09.045 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-15T05:40:09.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:40:09.072 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T05:40:09.073 DEBUG:teuthology.orchestra.run.smithi052:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:40:09.117 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:40:09.144 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T05:40:09.154 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-15T05:40:09.155 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T05:40:09.171 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'}]}] 2023-11-15T05:40:09.173 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi052.front.sepia.ceph.com,smithi129.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T05:48:20.439 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi052.front.sepia.ceph.com'), Remote(name='ubuntu@smithi129.front.sepia.ceph.com')] 2023-11-15T05:48:20.440 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2023-11-15T05:48:20.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:48:20.513 DEBUG:teuthology.orchestra.run.smithi052:> true 2023-11-15T05:48:20.590 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2023-11-15T05:48:20.591 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-15T05:48:20.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:48:20.659 DEBUG:teuthology.orchestra.run.smithi129:> true 2023-11-15T05:48:20.733 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-11-15T05:48:20.733 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T05:48:20.744 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T05:48:20.745 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:48:20.745 DEBUG:teuthology.orchestra.run.smithi052:> 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 2023-11-15T05:48:20.748 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:48:20.748 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-15T05:48:20.785 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T05:48:20.802 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T05:48:20.805 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T05:48:20.819 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T05:48:20.880 INFO:teuthology.orchestra.run.smithi052.stderr:sudo: ntpd: command not found 2023-11-15T05:48:20.885 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2023-11-15T05:48:20.894 INFO:teuthology.orchestra.run.smithi052.stdout:506 Cannot talk to daemon 2023-11-15T05:48:20.896 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2023-11-15T05:48:20.910 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T05:48:20.911 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T05:48:20.923 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T05:48:20.926 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T05:48:20.998 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2023-11-15T05:48:21.002 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:48:21.003 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2023-11-15T05:48:21.003 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:48:21.003 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:48:21.003 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:48:21.003 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:48:21.005 INFO:teuthology.orchestra.run.smithi052.stderr:bash: ntpq: command not found 2023-11-15T05:48:21.010 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:48:21.010 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2023-11-15T05:48:21.010 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:48:21.010 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:48:21.011 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:48:21.011 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:48:21.012 INFO:teuthology.run_tasks:Running task pexec... 2023-11-15T05:48:21.021 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-15T05:48:21.022 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi052.front.sepia.ceph.com 2023-11-15T05:48:21.022 DEBUG:teuthology.orchestra.run.smithi052:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T05:48:21.023 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi129.front.sepia.ceph.com 2023-11-15T05:48:21.023 DEBUG:teuthology.orchestra.run.smithi129:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T05:48:21.927 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:02:21 ago on Wed 15 Nov 2023 05:46:00 AM UTC. 2023-11-15T05:48:22.057 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:40 ago on Wed 15 Nov 2023 05:46:41 AM UTC. 2023-11-15T05:48:24.080 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-11-15T05:48:24.081 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:48:24.081 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2023-11-15T05:48:24.081 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:48:24.082 INFO:teuthology.orchestra.run.smithi129.stdout:Resetting modules: 2023-11-15T05:48:24.082 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools 2023-11-15T05:48:24.082 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:48:24.082 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2023-11-15T05:48:24.083 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:48:24.083 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:48:24.337 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-11-15T05:48:24.443 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2023-11-15T05:48:24.445 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:48:24.445 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2023-11-15T05:48:24.445 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:48:24.445 INFO:teuthology.orchestra.run.smithi052.stdout:Resetting modules: 2023-11-15T05:48:24.446 INFO:teuthology.orchestra.run.smithi052.stdout: container-tools 2023-11-15T05:48:24.446 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:48:24.446 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2023-11-15T05:48:24.446 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:48:24.446 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:48:24.717 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2023-11-15T05:48:25.280 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:02:25 ago on Wed 15 Nov 2023 05:46:00 AM UTC. 2023-11-15T05:48:25.792 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:44 ago on Wed 15 Nov 2023 05:46:41 AM UTC. 2023-11-15T05:48:27.408 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-11-15T05:48:27.586 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:48:27.586 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2023-11-15T05:48:27.586 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:48:27.587 INFO:teuthology.orchestra.run.smithi129.stdout:Installing group/module packages: 2023-11-15T05:48:27.587 INFO:teuthology.orchestra.run.smithi129.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-15T05:48:27.587 INFO:teuthology.orchestra.run.smithi129.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-15T05:48:27.587 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-15T05:48:27.588 INFO:teuthology.orchestra.run.smithi129.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-15T05:48:27.588 INFO:teuthology.orchestra.run.smithi129.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-15T05:48:27.588 INFO:teuthology.orchestra.run.smithi129.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-15T05:48:27.588 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-15T05:48:27.588 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-15T05:48:27.588 INFO:teuthology.orchestra.run.smithi129.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-15T05:48:27.589 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2023-11-15T05:48:27.589 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-15T05:48:27.589 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-15T05:48:27.589 INFO:teuthology.orchestra.run.smithi129.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-15T05:48:27.589 INFO:teuthology.orchestra.run.smithi129.stdout:Installing weak dependencies: 2023-11-15T05:48:27.590 INFO:teuthology.orchestra.run.smithi129.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-15T05:48:27.590 INFO:teuthology.orchestra.run.smithi129.stdout:Installing module profiles: 2023-11-15T05:48:27.590 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools/common 2023-11-15T05:48:27.591 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:48:27.591 INFO:teuthology.orchestra.run.smithi129.stdout:Enabling module streams: 2023-11-15T05:48:27.591 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools rhel8 2023-11-15T05:48:27.591 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:48:27.591 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2023-11-15T05:48:27.592 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-11-15T05:48:27.592 INFO:teuthology.orchestra.run.smithi129.stdout:Install 13 Packages 2023-11-15T05:48:27.592 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:48:27.593 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 27 M 2023-11-15T05:48:27.593 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 89 M 2023-11-15T05:48:27.593 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2023-11-15T05:48:27.773 INFO:teuthology.orchestra.run.smithi129.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 5.0 MB/s | 750 kB 00:00 2023-11-15T05:48:27.807 INFO:teuthology.orchestra.run.smithi129.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.6 MB/s | 1.0 MB 00:00 2023-11-15T05:48:27.832 INFO:teuthology.orchestra.run.smithi129.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 646 kB/s | 38 kB 00:00 2023-11-15T05:48:27.857 INFO:teuthology.orchestra.run.smithi129.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-11-15T05:48:27.899 INFO:teuthology.orchestra.run.smithi129.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 4.2 MB/s | 178 kB 00:00 2023-11-15T05:48:27.942 INFO:teuthology.orchestra.run.smithi129.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 593 kB/s | 25 kB 00:00 2023-11-15T05:48:28.017 INFO:teuthology.orchestra.run.smithi129.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-11-15T05:48:28.133 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2023-11-15T05:48:28.133 INFO:teuthology.orchestra.run.smithi129.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 19 MB/s | 9.6 MB 00:00 2023-11-15T05:48:28.201 INFO:teuthology.orchestra.run.smithi129.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-11-15T05:48:28.253 INFO:teuthology.orchestra.run.smithi129.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 21 MB/s | 2.5 MB 00:00 2023-11-15T05:48:28.278 INFO:teuthology.orchestra.run.smithi129.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 679 kB/s | 53 kB 00:00 2023-11-15T05:48:28.304 INFO:teuthology.orchestra.run.smithi129.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 816 kB/s | 41 kB 00:00 2023-11-15T05:48:28.333 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:48:28.333 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2023-11-15T05:48:28.333 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:48:28.333 INFO:teuthology.orchestra.run.smithi052.stdout:Installing group/module packages: 2023-11-15T05:48:28.334 INFO:teuthology.orchestra.run.smithi052.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-15T05:48:28.334 INFO:teuthology.orchestra.run.smithi052.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-15T05:48:28.334 INFO:teuthology.orchestra.run.smithi052.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-15T05:48:28.334 INFO:teuthology.orchestra.run.smithi052.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-15T05:48:28.334 INFO:teuthology.orchestra.run.smithi052.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-15T05:48:28.335 INFO:teuthology.orchestra.run.smithi052.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-15T05:48:28.335 INFO:teuthology.orchestra.run.smithi052.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-15T05:48:28.335 INFO:teuthology.orchestra.run.smithi052.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-15T05:48:28.335 INFO:teuthology.orchestra.run.smithi052.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-15T05:48:28.335 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2023-11-15T05:48:28.336 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-15T05:48:28.336 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-15T05:48:28.336 INFO:teuthology.orchestra.run.smithi052.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-15T05:48:28.336 INFO:teuthology.orchestra.run.smithi052.stdout:Installing weak dependencies: 2023-11-15T05:48:28.336 INFO:teuthology.orchestra.run.smithi052.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-15T05:48:28.337 INFO:teuthology.orchestra.run.smithi052.stdout:Installing module profiles: 2023-11-15T05:48:28.337 INFO:teuthology.orchestra.run.smithi052.stdout: container-tools/common 2023-11-15T05:48:28.337 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:48:28.337 INFO:teuthology.orchestra.run.smithi052.stdout:Enabling module streams: 2023-11-15T05:48:28.337 INFO:teuthology.orchestra.run.smithi052.stdout: container-tools rhel8 2023-11-15T05:48:28.338 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:48:28.338 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2023-11-15T05:48:28.338 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2023-11-15T05:48:28.338 INFO:teuthology.orchestra.run.smithi052.stdout:Install 13 Packages 2023-11-15T05:48:28.338 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:48:28.339 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 27 M 2023-11-15T05:48:28.339 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 89 M 2023-11-15T05:48:28.340 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2023-11-15T05:48:28.437 INFO:teuthology.orchestra.run.smithi129.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-11-15T05:48:28.438 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:48:28.438 INFO:teuthology.orchestra.run.smithi129.stdout:Total 31 MB/s | 27 MB 00:00 2023-11-15T05:48:28.506 INFO:teuthology.orchestra.run.smithi052.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 5.6 MB/s | 750 kB 00:00 2023-11-15T05:48:28.548 INFO:teuthology.orchestra.run.smithi052.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.8 MB/s | 1.0 MB 00:00 2023-11-15T05:48:28.565 INFO:teuthology.orchestra.run.smithi052.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2023-11-15T05:48:28.599 INFO:teuthology.orchestra.run.smithi052.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-11-15T05:48:28.649 INFO:teuthology.orchestra.run.smithi052.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-11-15T05:48:28.683 INFO:teuthology.orchestra.run.smithi052.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 750 kB/s | 25 kB 00:00 2023-11-15T05:48:28.705 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2023-11-15T05:48:28.725 INFO:teuthology.orchestra.run.smithi052.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-11-15T05:48:28.726 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2023-11-15T05:48:28.726 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2023-11-15T05:48:28.834 INFO:teuthology.orchestra.run.smithi052.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 21 MB/s | 9.6 MB 00:00 2023-11-15T05:48:28.901 INFO:teuthology.orchestra.run.smithi052.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 12 MB/s | 3.9 MB 00:00 2023-11-15T05:48:28.951 INFO:teuthology.orchestra.run.smithi052.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-11-15T05:48:28.979 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2023-11-15T05:48:28.982 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2023-11-15T05:48:29.010 INFO:teuthology.orchestra.run.smithi052.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2023-11-15T05:48:29.035 INFO:teuthology.orchestra.run.smithi052.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 490 kB/s | 41 kB 00:00 2023-11-15T05:48:29.145 INFO:teuthology.orchestra.run.smithi052.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-11-15T05:48:29.146 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:48:29.146 INFO:teuthology.orchestra.run.smithi052.stdout:Total 33 MB/s | 27 MB 00:00 2023-11-15T05:48:29.442 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2023-11-15T05:48:29.463 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2023-11-15T05:48:29.463 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2023-11-15T05:48:29.698 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2023-11-15T05:48:29.748 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2023-11-15T05:48:29.752 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2023-11-15T05:48:29.951 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-15T05:48:30.162 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-15T05:48:30.370 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-15T05:48:30.467 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2023-11-15T05:48:30.624 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T05:48:30.689 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-15T05:48:30.906 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-15T05:48:31.147 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-15T05:48:31.207 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-15T05:48:31.390 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T05:48:31.977 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-15T05:48:32.201 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T05:48:32.477 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-15T05:48:32.726 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-15T05:48:32.959 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-15T05:48:33.040 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T05:48:33.242 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-15T05:48:33.384 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-15T05:48:33.471 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-15T05:48:33.720 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-15T05:48:34.131 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-15T05:48:34.269 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T05:48:34.504 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-15T05:48:34.678 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T05:48:35.083 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T05:48:35.083 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-15T05:48:35.083 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-15T05:48:35.084 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-15T05:48:35.084 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T05:48:35.084 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-15T05:48:35.084 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T05:48:35.085 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-15T05:48:35.085 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-15T05:48:35.085 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-15T05:48:35.085 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-15T05:48:35.085 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T05:48:35.086 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-15T05:48:35.105 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T05:48:35.332 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-15T05:48:35.496 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T05:48:35.967 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-15T05:48:35.968 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:48:35.968 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2023-11-15T05:48:35.968 INFO:teuthology.orchestra.run.smithi129.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:35.968 INFO:teuthology.orchestra.run.smithi129.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:35.969 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-15T05:48:35.969 INFO:teuthology.orchestra.run.smithi129.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-15T05:48:35.969 INFO:teuthology.orchestra.run.smithi129.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:35.969 INFO:teuthology.orchestra.run.smithi129.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:35.969 INFO:teuthology.orchestra.run.smithi129.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-15T05:48:35.970 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-15T05:48:35.970 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-15T05:48:35.970 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:35.970 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:35.970 INFO:teuthology.orchestra.run.smithi129.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-15T05:48:35.971 INFO:teuthology.orchestra.run.smithi129.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-15T05:48:35.971 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:48:35.971 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-11-15T05:48:36.012 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T05:48:36.013 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-15T05:48:36.013 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-15T05:48:36.013 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-15T05:48:36.013 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T05:48:36.014 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-15T05:48:36.014 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T05:48:36.014 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-15T05:48:36.014 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-15T05:48:36.014 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-15T05:48:36.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-15T05:48:36.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T05:48:36.015 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-15T05:48:36.203 DEBUG:teuthology.parallel:result is None 2023-11-15T05:48:36.948 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-15T05:48:36.948 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:48:36.948 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2023-11-15T05:48:36.949 INFO:teuthology.orchestra.run.smithi052.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:36.949 INFO:teuthology.orchestra.run.smithi052.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:36.949 INFO:teuthology.orchestra.run.smithi052.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-15T05:48:36.949 INFO:teuthology.orchestra.run.smithi052.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-15T05:48:36.949 INFO:teuthology.orchestra.run.smithi052.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:36.950 INFO:teuthology.orchestra.run.smithi052.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:36.950 INFO:teuthology.orchestra.run.smithi052.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-15T05:48:36.950 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-15T05:48:36.950 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-15T05:48:36.951 INFO:teuthology.orchestra.run.smithi052.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:36.951 INFO:teuthology.orchestra.run.smithi052.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-15T05:48:36.951 INFO:teuthology.orchestra.run.smithi052.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-15T05:48:36.951 INFO:teuthology.orchestra.run.smithi052.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-15T05:48:36.952 INFO:teuthology.orchestra.run.smithi052.stdout: 2023-11-15T05:48:36.952 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2023-11-15T05:48:37.214 DEBUG:teuthology.parallel:result is None 2023-11-15T05:48:37.214 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T05:48:37.308 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', '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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T05:48:37.309 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2023-11-15T05:48:37.310 INFO:tasks.cephadm:Cluster fsid is 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:48:37.310 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T05:48:37.311 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T05:48:37.311 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi052': '172.21.15.52', 'mon.smithi129': '172.21.15.129'} 2023-11-15T05:48:37.311 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T05:48:37.312 DEBUG:teuthology.orchestra.run.smithi052:> sudo hostname $(hostname -s) 2023-11-15T05:48:37.348 DEBUG:teuthology.orchestra.run.smithi129:> sudo hostname $(hostname -s) 2023-11-15T05:48:37.383 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2023-11-15T05:48:37.384 DEBUG:teuthology.orchestra.run.smithi052:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:48:37.807 INFO:teuthology.orchestra.run.smithi052.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Nov 15 05:48 /home/ubuntu/cephtest/cephadm 2023-11-15T05:48:37.808 DEBUG:teuthology.orchestra.run.smithi129:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:48:37.971 INFO:teuthology.orchestra.run.smithi129.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Nov 15 05:48 /home/ubuntu/cephtest/cephadm 2023-11-15T05:48:37.972 DEBUG:teuthology.orchestra.run.smithi052:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:48:37.996 DEBUG:teuthology.orchestra.run.smithi129:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:48:38.028 DEBUG:teuthology.orchestra.run.smithi052:> sudo mkdir -p /etc/ceph 2023-11-15T05:48:38.070 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /etc/ceph 2023-11-15T05:48:38.103 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 777 /etc/ceph 2023-11-15T05:48:38.145 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 777 /etc/ceph 2023-11-15T05:48:38.175 INFO:tasks.cephadm:Writing seed config... 2023-11-15T05:48:38.177 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T05:48:38.177 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T05:48:38.177 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T05:48:38.178 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T05:48:38.178 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T05:48:38.178 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T05:48:38.178 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T05:48:38.179 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T05:48:38.179 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2023-11-15T05:48:38.180 DEBUG:teuthology.orchestra.run.smithi052:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T05:48:38.208 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 = 9f1284e0-837a-11ee-8dbe-212e2dc638e7 [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 2023-11-15T05:48:38.209 DEBUG:teuthology.orchestra.run.smithi052:mon.smithi052> sudo journalctl -f -n 0 -u ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052.service 2023-11-15T05:48:38.251 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T05:48:38.252 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 --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.52 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:48:38.286 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:-- Logs begin at Wed 2023-11-15 05:39:42 UTC. -- 2023-11-15T05:48:38.558 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T05:48:39.954 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: 4.6.1 2023-11-15T05:48:39.965 INFO:teuthology.orchestra.run.smithi052.stderr:Verifying podman|docker is present... 2023-11-15T05:48:39.965 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T05:48:39.991 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: 4.6.1 2023-11-15T05:48:39.999 INFO:teuthology.orchestra.run.smithi052.stderr:Verifying lvm2 is present... 2023-11-15T05:48:40.000 INFO:teuthology.orchestra.run.smithi052.stderr:Verifying time synchronization is in place... 2023-11-15T05:48:40.000 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-enabled chrony.service 2023-11-15T05:48:40.007 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:48:40.008 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-active chrony.service 2023-11-15T05:48:40.015 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: inactive 2023-11-15T05:48:40.015 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-15T05:48:40.021 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: enabled 2023-11-15T05:48:40.022 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-active chronyd.service 2023-11-15T05:48:40.027 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: active 2023-11-15T05:48:40.028 INFO:teuthology.orchestra.run.smithi052.stderr:Unit chronyd.service is enabled and running 2023-11-15T05:48:40.028 INFO:teuthology.orchestra.run.smithi052.stderr:Repeating the final host check... 2023-11-15T05:48:40.029 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T05:48:40.050 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: 4.6.1 2023-11-15T05:48:40.062 INFO:teuthology.orchestra.run.smithi052.stderr:podman|docker (/bin/podman) is present 2023-11-15T05:48:40.062 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl is present 2023-11-15T05:48:40.062 INFO:teuthology.orchestra.run.smithi052.stderr:lvcreate is present 2023-11-15T05:48:40.062 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-enabled chrony.service 2023-11-15T05:48:40.068 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:48:40.069 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-active chrony.service 2023-11-15T05:48:40.075 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: inactive 2023-11-15T05:48:40.075 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-15T05:48:40.081 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: enabled 2023-11-15T05:48:40.082 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-active chronyd.service 2023-11-15T05:48:40.088 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: active 2023-11-15T05:48:40.088 INFO:teuthology.orchestra.run.smithi052.stderr:Unit chronyd.service is enabled and running 2023-11-15T05:48:40.089 INFO:teuthology.orchestra.run.smithi052.stderr:Host looks OK 2023-11-15T05:48:40.089 INFO:teuthology.orchestra.run.smithi052.stderr:Cluster fsid: 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:48:40.090 INFO:teuthology.orchestra.run.smithi052.stderr:Acquiring lock 139645566226560 on /run/cephadm/9f1284e0-837a-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:48:40.090 INFO:teuthology.orchestra.run.smithi052.stderr:Lock 139645566226560 acquired on /run/cephadm/9f1284e0-837a-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:48:40.090 INFO:teuthology.orchestra.run.smithi052.stderr:Verifying IP 172.21.15.52 port 3300 ... 2023-11-15T05:48:40.091 INFO:teuthology.orchestra.run.smithi052.stderr:Verifying IP 172.21.15.52 port 6789 ... 2023-11-15T05:48:40.091 INFO:teuthology.orchestra.run.smithi052.stderr:Base mon IP is 172.21.15.52, final addrv is [v2:172.21.15.52:3300,v1:172.21.15.52:6789] 2023-11-15T05:48:40.091 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /sbin/ip route ls 2023-11-15T05:48:40.093 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.52 metric 100 2023-11-15T05:48:40.093 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.52 metric 100 2023-11-15T05:48:40.094 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /sbin/ip -6 route ls 2023-11-15T05:48:40.096 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T05:48:40.097 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-15T05:48:40.097 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-11-15T05:48:40.097 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /sbin/ip -6 addr ls 2023-11-15T05:48:40.102 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T05:48:40.102 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T05:48:40.102 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:48:40.102 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-15T05:48:40.102 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15de/64 scope link 2023-11-15T05:48:40.103 INFO:teuthology.orchestra.run.smithi052.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:48:40.103 INFO:teuthology.orchestra.run.smithi052.stderr:Mon IP 172.21.15.52 is in CIDR network 172.21.0.0/20 2023-11-15T05:48:40.103 INFO:teuthology.orchestra.run.smithi052.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T05:48:40.104 INFO:teuthology.orchestra.run.smithi052.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2023-11-15T05:48:40.104 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2023-11-15T05:48:40.199 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2023-11-15T05:48:46.698 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: Getting image source signatures 2023-11-15T05:48:46.711 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2023-11-15T05:48:46.711 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-15T05:48:59.177 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-11-15T05:48:59.243 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: Writing manifest to image destination 2023-11-15T05:48:59.579 INFO:teuthology.orchestra.run.smithi052.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-11-15T05:48:59.591 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2023-11-15T05:49:00.173 INFO:teuthology.orchestra.run.smithi052.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-11-15T05:49:00.512 INFO:teuthology.orchestra.run.smithi052.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-11-15T05:49:00.512 INFO:teuthology.orchestra.run.smithi052.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T05:49:00.513 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2023-11-15T05:49:00.791 INFO:teuthology.orchestra.run.smithi052.stderr:stat: 167 167 2023-11-15T05:49:01.153 INFO:teuthology.orchestra.run.smithi052.stderr:Creating initial keys... 2023-11-15T05:49:01.153 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-15T05:49:01.450 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-authtool: AQDNW1RlR/fPGhAAwGnz/Ce1VRuIsiEc8pdtDg== 2023-11-15T05:49:01.793 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-15T05:49:02.066 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-authtool: AQDOW1RlJFDlAxAAc/0jyKXCv4iHSrpQFTqpZA== 2023-11-15T05:49:02.400 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-15T05:49:02.691 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-authtool: AQDOW1RlCw7tKBAAd8TFrOCTVce1r7qXG2faHw== 2023-11-15T05:49:03.026 INFO:teuthology.orchestra.run.smithi052.stderr:Creating initial monmap... 2023-11-15T05:49:03.027 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp2d4i99xi:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 --addv smithi052 [v2:172.21.15.52:3300,v1:172.21.15.52:6789] /tmp/monmap 2023-11-15T05:49:03.351 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:49:03.351 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:03.351 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:49:03.667 INFO:teuthology.orchestra.run.smithi052.stderr:monmaptool for smithi052 [v2:172.21.15.52:3300,v1:172.21.15.52:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:49:03.668 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/monmaptool: set fsid to 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:03.668 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:49:03.668 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:49:03.668 INFO:teuthology.orchestra.run.smithi052.stderr:Creating mon... 2023-11-15T05:49:03.669 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/mon.smithi052:/var/lib/ceph/mon/ceph-smithi052:z -v /tmp/ceph-tmptt7iutoi:/tmp/keyring:z -v /tmp/ceph-tmp2d4i99xi:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi052 --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -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 2023-11-15T05:49:03.970 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.949+0000 7f8443fc1700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:49:03.971 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.950+0000 7f8443fc1700 1 imported monmap: 2023-11-15T05:49:03.971 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T05:49:03.971 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:03.972 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T05:49:03.314533+0000 2023-11-15T05:49:03.972 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: created 2023-11-15T05:49:03.314533+0000 2023-11-15T05:49:03.972 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T05:49:03.972 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T05:49:03.972 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.smithi052 2023-11-15T05:49:03.973 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:03.973 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.950+0000 7f8443fc1700 0 /usr/bin/ceph-mon: set fsid to 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:03.973 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:49:03.973 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:03.974 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:49:03.974 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Compile date May 13 2021 2023-11-15T05:49:03.974 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: DB SUMMARY 2023-11-15T05:49:03.975 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:03.975 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi052/store.db dir, Total Num: 0, files: 2023-11-15T05:49:03.975 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:03.975 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi052/store.db: 2023-11-15T05:49:03.975 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:03.976 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:49:03.976 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.create_if_missing: 1 2023-11-15T05:49:03.976 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:49:03.976 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.env: 0x56370a8a31c0 2023-11-15T05:49:03.976 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:49:03.977 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.info_log: 0x56370cae0ec0 2023-11-15T05:49:03.977 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:49:03.977 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:49:03.977 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:49:03.978 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:49:03.978 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:49:03.978 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:49:03.978 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:49:03.978 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:49:03.979 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:49:03.979 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:49:03.979 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:49:03.979 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:49:03.979 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:49:03.980 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:49:03.980 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.db_log_dir: 2023-11-15T05:49:03.980 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi052/store.db 2023-11-15T05:49:03.980 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:49:03.981 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:49:03.981 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:49:03.981 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:49:03.982 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:49:03.982 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:49:03.982 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:49:03.982 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:49:03.982 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:49:03.983 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:49:03.983 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.write_buffer_manager: 0x56370cae7530 2023-11-15T05:49:03.983 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:49:03.983 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:49:03.983 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:49:03.983 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:49:03.984 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:49:03.984 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:49:03.984 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:49:03.984 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:49:03.985 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:49:03.985 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:49:03.985 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:49:03.986 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:49:03.988 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:49:03.988 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:49:03.988 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.row_cache: None 2023-11-15T05:49:03.988 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.wal_filter: None 2023-11-15T05:49:03.989 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:49:03.989 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:49:03.989 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:49:03.989 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:49:03.989 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:49:03.990 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:49:03.990 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:49:03.990 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:49:03.990 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:49:03.991 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:49:03.991 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:49:03.991 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:49:03.991 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:49:03.992 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:49:03.992 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:49:03.993 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:49:03.993 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:49:03.995 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:49:03.995 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:49:03.996 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:49:03.996 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:49:03.996 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:49:03.997 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:49:03.997 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:49:03.997 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:49:03.998 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:49:03.998 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Compression algorithms supported: 2023-11-15T05:49:03.998 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:49:03.998 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: kZSTD supported: 0 2023-11-15T05:49:03.998 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:49:03.999 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:49:03.999 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:49:03.999 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:49:03.999 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:49:03.999 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:49:04.000 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.951+0000 7f8443fc1700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:49:04.000 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T05:49:04.000 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.000 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi052/store.db/MANIFEST-000001 2023-11-15T05:49:04.000 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.001 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:49:04.001 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.001 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:49:04.001 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.merge_operator: 2023-11-15T05:49:04.001 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:49:04.002 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:49:04.002 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:49:04.002 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:49:04.002 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56370c9f8120) 2023-11-15T05:49:04.002 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T05:49:04.003 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:49:04.003 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:49:04.003 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T05:49:04.004 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T05:49:04.004 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T05:49:04.004 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T05:49:04.004 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:49:04.004 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T05:49:04.005 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T05:49:04.005 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T05:49:04.005 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: block_cache: 0x56370ca2ed10 2023-11-15T05:49:04.005 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T05:49:04.006 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T05:49:04.006 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T05:49:04.007 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T05:49:04.007 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T05:49:04.007 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T05:49:04.007 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T05:49:04.007 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T05:49:04.008 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T05:49:04.008 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T05:49:04.008 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T05:49:04.008 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T05:49:04.008 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T05:49:04.009 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T05:49:04.009 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T05:49:04.009 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:49:04.009 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T05:49:04.010 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T05:49:04.010 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T05:49:04.010 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T05:49:04.010 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T05:49:04.010 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T05:49:04.011 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.011 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:49:04.011 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:49:04.012 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:49:04.012 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:49:04.012 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:49:04.012 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:49:04.012 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.num_levels: 7 2023-11-15T05:49:04.013 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:49:04.013 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:49:04.013 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:49:04.013 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:49:04.014 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:49:04.014 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:49:04.014 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:49:04.014 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:49:04.015 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:49:04.015 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:49:04.015 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:49:04.016 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:49:04.016 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:49:04.016 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:49:04.017 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:49:04.018 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:49:04.018 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:49:04.018 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:49:04.019 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:49:04.019 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:49:04.019 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:49:04.019 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:49:04.019 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:49:04.020 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:49:04.020 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:49:04.020 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:49:04.020 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:49:04.020 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:49:04.021 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:49:04.021 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:49:04.021 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:49:04.022 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:49:04.022 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:49:04.022 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:49:04.022 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:49:04.022 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:49:04.023 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:49:04.023 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:49:04.023 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:49:04.023 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:49:04.030 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:49:04.031 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:49:04.031 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:49:04.031 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:49:04.031 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:49:04.031 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:49:04.032 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:49:04.032 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:49:04.032 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:49:04.032 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:49:04.032 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:49:04.033 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:49:04.033 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:49:04.033 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:49:04.033 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:49:04.033 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:49:04.034 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:49:04.034 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:49:04.034 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:49:04.034 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:49:04.034 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.952+0000 7f8443fc1700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:49:04.035 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.953+0000 7f8443fc1700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi052/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 2023-11-15T05:49:04.035 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.035 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.953+0000 7f8443fc1700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T05:49:04.035 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.035 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.954+0000 7f8443fc1700 4 rocksdb: DB pointer 0x56370caf3800 2023-11-15T05:49:04.036 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.954+0000 7f842ce5a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:49:04.036 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.954+0000 7f842ce5a700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:49:04.036 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T05:49:04.036 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:49:04.036 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.036 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:49:04.037 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:49:04.037 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.037 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:49:04.037 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:49:04.037 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.038 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:49:04.038 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.038 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:49:04.039 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.039 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.039 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.040 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:49:04.040 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.040 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:49:04.040 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:49:04.040 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:49:04.041 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:49:04.041 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:49:04.042 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:49:04.042 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:49:04.042 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.042 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.043 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.043 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.043 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:49:04.043 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.044 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:49:04.044 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.044 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:49:04.044 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.044 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.045 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.045 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:49:04.045 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.045 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:49:04.045 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:49:04.046 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:49:04.046 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:49:04.046 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:49:04.046 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:49:04.047 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:49:04.047 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.047 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.047 INFO:teuthology.orchestra.run.smithi052.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 2023-11-15T05:49:04.047 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.047 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:49:04.048 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: 2023-11-15T05:49:04.048 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.956+0000 7f8443fc1700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T05:49:04.048 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.956+0000 7f8443fc1700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T05:49:04.049 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:49:03.956+0000 7f8443fc1700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi052 for mon.smithi052 2023-11-15T05:49:04.302 INFO:teuthology.orchestra.run.smithi052.stderr:create mon.smithi052 on 2023-11-15T05:49:04.303 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:04.309 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl disable ceph.target 2023-11-15T05:49:04.413 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl enable ceph.target 2023-11-15T05:49:04.421 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-15T05:49:04.514 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl start ceph.target 2023-11-15T05:49:04.523 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl enable ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7.target 2023-11-15T05:49:04.530 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:49:04.530 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:49:04.617 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl start ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7.target 2023-11-15T05:49:04.633 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl daemon-reload 2023-11-15T05:49:04.725 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052 2023-11-15T05:49:04.754 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl reset-failed ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052 2023-11-15T05:49:04.760 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Failed to reset failed state of unit ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052.service: Unit ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052.service not loaded. 2023-11-15T05:49:04.760 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl enable ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052 2023-11-15T05:49:04.767 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Created symlink /etc/systemd/system/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7.target.wants/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052.service → /etc/systemd/system/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:49:04.866 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl start ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052 2023-11-15T05:49:05.179 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T05:49:05.189 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: disabled 2023-11-15T05:49:05.190 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T05:49:05.198 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: inactive 2023-11-15T05:49:05.199 INFO:teuthology.orchestra.run.smithi052.stderr:firewalld.service is not enabled 2023-11-15T05:49:05.199 INFO:teuthology.orchestra.run.smithi052.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:49:05.200 INFO:teuthology.orchestra.run.smithi052.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-15T05:49:05.200 INFO:teuthology.orchestra.run.smithi052.stderr:Waiting for mon to start... 2023-11-15T05:49:05.200 INFO:teuthology.orchestra.run.smithi052.stderr:Waiting for mon... 2023-11-15T05:49:05.201 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/mon.smithi052:/var/lib/ceph/mon/ceph-smithi052:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2023-11-15T05:49:05.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: cluster 2023-11-15T05:49:05.200078+0000 mon.smithi052 (mon.0) 1 : cluster [INF] mon.smithi052 is new leader, mons smithi052 in quorum (ranks 0) 2023-11-15T05:49:05.682 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: cluster: 2023-11-15T05:49:05.682 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: id: 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:05.683 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T05:49:05.683 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:05.683 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: services: 2023-11-15T05:49:05.683 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi052 (age 0.475935s) 2023-11-15T05:49:05.683 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T05:49:05.684 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T05:49:05.684 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:05.684 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: data: 2023-11-15T05:49:05.684 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T05:49:05.684 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T05:49:05.685 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T05:49:05.685 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: pgs: 2023-11-15T05:49:05.685 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:05.982 INFO:teuthology.orchestra.run.smithi052.stderr:mon is available 2023-11-15T05:49:05.983 INFO:teuthology.orchestra.run.smithi052.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T05:49:05.983 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/mon.smithi052:/var/lib/ceph/mon/ceph-smithi052:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi052/config 2023-11-15T05:49:06.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: cluster 2023-11-15T05:49:05.204253+0000 mon.smithi052 (mon.0) 2 : cluster [INF] mon.smithi052 is new leader, mons smithi052 in quorum (ranks 0) 2023-11-15T05:49:06.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: cluster 2023-11-15T05:49:05.204441+0000 mon.smithi052 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi052=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0]} 2023-11-15T05:49:06.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: cluster 2023-11-15T05:49:05.206219+0000 mon.smithi052 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T05:49:06.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: cluster 2023-11-15T05:49:05.209097+0000 mon.smithi052 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:49:06.481 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: cluster 2023-11-15T05:49:05.209619+0000 mon.smithi052 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:49:06.481 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: audit 2023-11-15T05:49:05.680158+0000 mon.smithi052 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.52:0/4125208603' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T05:49:06.487 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:06.487 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: [global] 2023-11-15T05:49:06.488 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: fsid = 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:06.488 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.52:3300,v1:172.21.15.52:6789] 2023-11-15T05:49:06.488 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:49:06.488 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:49:06.488 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:49:06.489 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:49:06.489 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:06.489 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:49:06.489 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:49:06.489 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:06.489 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:49:06.490 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:49:06.490 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2023-11-15T05:49:06.490 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:49:06.827 INFO:teuthology.orchestra.run.smithi052.stderr:Generating new minimal ceph.conf... 2023-11-15T05:49:06.827 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/mon.smithi052:/var/lib/ceph/mon/ceph-smithi052:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi052/config 2023-11-15T05:49:07.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: audit 2023-11-15T05:49:06.481638+0000 mon.smithi052 (mon.0) 8 : audit [INF] from='client.? 172.21.15.52:0/848065271' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:49:07.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: audit 2023-11-15T05:49:06.484342+0000 mon.smithi052 (mon.0) 9 : audit [INF] from='client.? 172.21.15.52:0/848065271' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T05:49:07.627 INFO:teuthology.orchestra.run.smithi052.stderr:Restarting the monitor... 2023-11-15T05:49:07.627 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl restart ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052 2023-11-15T05:49:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:07 smithi052 systemd[1]: Stopping Ceph mon.smithi052 for 9f1284e0-837a-11ee-8dbe-212e2dc638e7... 2023-11-15T05:49:07.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: debug 2023-11-15T05:49:07.716+0000 7f0d2c4e6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi052 -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 2023-11-15T05:49:07.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[107698]: debug 2023-11-15T05:49:07.716+0000 7f0d2c4e6700 -1 mon.smithi052@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T05:49:08.400 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 podman[108021]: ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052 2023-11-15T05:49:08.401 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 systemd[1]: ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052.service: Succeeded. 2023-11-15T05:49:08.401 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 systemd[1]: Stopped Ceph mon.smithi052 for 9f1284e0-837a-11ee-8dbe-212e2dc638e7. 2023-11-15T05:49:08.401 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 systemd[1]: Starting Ceph mon.smithi052 for 9f1284e0-837a-11ee-8dbe-212e2dc638e7... 2023-11-15T05:49:08.478 INFO:teuthology.orchestra.run.smithi052.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-15T05:49:08.479 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2023-11-15T05:49:08.501 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 bash[108095]: 76f833c07909f653328fc9ea5067176bb6c89e883479b77d686228404556ba2a 2023-11-15T05:49:08.501 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 systemd[1]: Started Ceph mon.smithi052 for 9f1284e0-837a-11ee-8dbe-212e2dc638e7. 2023-11-15T05:49:08.501 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.482+0000 7fc288207700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:49:08.502 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.482+0000 7fc288207700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2023-11-15T05:49:08.502 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.482+0000 7fc288207700 0 pidfile_write: ignore empty --pid-file 2023-11-15T05:49:08.502 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.487+0000 7fc288207700 0 load: jerasure load: lrc load: isa 2023-11-15T05:49:08.502 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:49:08.502 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.503 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:49:08.503 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Compile date May 13 2021 2023-11-15T05:49:08.503 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: DB SUMMARY 2023-11-15T05:49:08.503 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.503 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: CURRENT file: CURRENT 2023-11-15T05:49:08.504 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.504 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T05:49:08.504 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.504 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T05:49:08.504 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.505 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi052/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T05:49:08.505 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.505 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi052/store.db: 000006.log size: 79874 ; 2023-11-15T05:49:08.505 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.505 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:49:08.506 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.create_if_missing: 0 2023-11-15T05:49:08.506 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:49:08.506 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.env: 0x55605ddf91c0 2023-11-15T05:49:08.506 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:49:08.507 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.info_log: 0x55605ef53960 2023-11-15T05:49:08.507 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:49:08.507 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:49:08.507 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:49:08.507 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:49:08.508 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:49:08.508 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:49:08.508 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:49:08.508 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:49:08.508 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:49:08.509 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:49:08.509 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:49:08.509 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:49:08.509 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:49:08.509 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:49:08.510 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.db_log_dir: 2023-11-15T05:49:08.510 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi052/store.db 2023-11-15T05:49:08.510 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:49:08.515 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:49:08.516 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:49:08.516 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:49:08.516 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:49:08.517 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:49:08.517 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:49:08.517 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:49:08.518 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:49:08.518 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:49:08.518 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.write_buffer_manager: 0x55605fbc8030 2023-11-15T05:49:08.519 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:49:08.519 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:49:08.520 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:49:08.520 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:49:08.520 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:49:08.521 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:49:08.523 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:49:08.523 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:49:08.523 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:49:08.524 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:49:08.524 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:49:08.524 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:49:08.525 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:49:08.525 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:49:08.526 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.row_cache: None 2023-11-15T05:49:08.526 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.wal_filter: None 2023-11-15T05:49:08.526 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:49:08.527 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:49:08.527 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:49:08.528 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:49:08.528 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:49:08.529 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:49:08.529 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:49:08.529 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:49:08.530 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:49:08.530 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:49:08.530 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:49:08.530 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:49:08.531 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:49:08.531 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:49:08.532 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:49:08.533 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:49:08.533 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:49:08.533 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:49:08.533 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:49:08.534 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:49:08.534 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:49:08.534 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:49:08.535 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:49:08.535 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:49:08.535 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:49:08.536 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:49:08.536 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Compression algorithms supported: 2023-11-15T05:49:08.536 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:49:08.537 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: kZSTD supported: 0 2023-11-15T05:49:08.537 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:49:08.537 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:49:08.538 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:49:08.538 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:49:08.538 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:49:08.538 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:49:08.539 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:49:08.539 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.488+0000 7fc288207700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi052/store.db/MANIFEST-000005 2023-11-15T05:49:08.539 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.539 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:49:08.539 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.540 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:49:08.540 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.merge_operator: 2023-11-15T05:49:08.540 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:49:08.540 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:49:08.540 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:49:08.541 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:49:08.541 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55605ee6a128) 2023-11-15T05:49:08.541 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cache_index_and_filter_blocks: 1 2023-11-15T05:49:08.541 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:49:08.541 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:49:08.542 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: pin_top_level_index_and_filter: 1 2023-11-15T05:49:08.542 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: index_type: 0 2023-11-15T05:49:08.542 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: data_block_index_type: 0 2023-11-15T05:49:08.542 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: index_shortening: 1 2023-11-15T05:49:08.543 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:49:08.543 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: hash_index_allow_collision: 1 2023-11-15T05:49:08.543 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: checksum: 1 2023-11-15T05:49:08.543 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: no_block_cache: 0 2023-11-15T05:49:08.544 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: block_cache: 0x55605eea0f10 2023-11-15T05:49:08.544 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: block_cache_name: BinnedLRUCache 2023-11-15T05:49:08.544 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: block_cache_options: 2023-11-15T05:49:08.546 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: capacity : 536870912 2023-11-15T05:49:08.547 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: num_shard_bits : 4 2023-11-15T05:49:08.547 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: strict_capacity_limit : 0 2023-11-15T05:49:08.547 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: high_pri_pool_ratio: 0.000 2023-11-15T05:49:08.547 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: block_cache_compressed: (nil) 2023-11-15T05:49:08.548 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: persistent_cache: (nil) 2023-11-15T05:49:08.548 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: block_size: 4096 2023-11-15T05:49:08.548 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: block_size_deviation: 10 2023-11-15T05:49:08.548 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: block_restart_interval: 16 2023-11-15T05:49:08.548 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: index_block_restart_interval: 1 2023-11-15T05:49:08.548 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: metadata_block_size: 4096 2023-11-15T05:49:08.549 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: partition_filters: 0 2023-11-15T05:49:08.549 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: use_delta_encoding: 1 2023-11-15T05:49:08.549 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:49:08.549 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: whole_key_filtering: 1 2023-11-15T05:49:08.549 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: verify_compression: 0 2023-11-15T05:49:08.550 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: read_amp_bytes_per_bit: 0 2023-11-15T05:49:08.550 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: format_version: 2 2023-11-15T05:49:08.550 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: enable_index_compression: 1 2023-11-15T05:49:08.550 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: block_align: 0 2023-11-15T05:49:08.550 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.551 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:49:08.551 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:49:08.551 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:49:08.551 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:49:08.551 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:49:08.552 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:49:08.552 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.num_levels: 7 2023-11-15T05:49:08.552 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:49:08.553 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:49:08.553 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:49:08.553 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:49:08.553 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:49:08.553 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:49:08.554 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:49:08.554 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:49:08.554 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:49:08.554 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:49:08.554 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:49:08.555 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:49:08.555 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:49:08.555 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:49:08.555 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:49:08.556 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:49:08.556 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:49:08.556 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:49:08.557 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:49:08.557 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:49:08.557 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:49:08.557 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:49:08.558 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:49:08.558 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:49:08.558 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:49:08.558 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:49:08.558 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:49:08.559 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:49:08.559 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:49:08.559 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:49:08.559 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:49:08.559 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:49:08.560 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:49:08.560 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:49:08.560 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:49:08.560 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:49:08.560 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:49:08.561 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:49:08.561 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:49:08.561 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:49:08.561 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:49:08.561 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:49:08.562 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:49:08.562 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:49:08.562 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:49:08.563 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:49:08.563 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:49:08.563 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:49:08.563 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:49:08.563 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:49:08.564 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:49:08.564 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:49:08.564 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:49:08.564 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:49:08.564 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:49:08.565 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:49:08.565 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:49:08.565 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:49:08.565 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:49:08.565 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:49:08.566 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.489+0000 7fc288207700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:49:08.566 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.490+0000 7fc288207700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi052/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 2023-11-15T05:49:08.566 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.566 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.490+0000 7fc288207700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T05:49:08.566 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.567 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.490+0000 7fc288207700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700027348492075, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T05:49:08.567 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.490+0000 7fc288207700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T05:49:08.567 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.490+0000 7fc288207700 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. 2023-11-15T05:49:08.567 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.491+0000 7fc288207700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700027348493135, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 76862, "table_properties": {"data_size": 75159, "index_size": 308, "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": 9152, "raw_average_key_size": 47, "raw_value_size": 69862, "raw_average_value_size": 361, "num_data_blocks": 10, "num_entries": 193, "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": 1700027348, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T05:49:08.567 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.491+0000 7fc288207700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T05:49:08.568 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.568 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.491+0000 7fc288207700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700027348493642, "job": 1, "event": "recovery_finished"} 2023-11-15T05:49:08.568 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.492+0000 7fc288207700 4 rocksdb: DB pointer 0x55605ef65800 2023-11-15T05:49:08.568 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.492+0000 7fc26f01f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:49:08.568 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.492+0000 7fc26f01f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:49:08.569 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ** DB Stats ** 2023-11-15T05:49:08.569 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:49:08.569 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:49:08.569 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:49:08.569 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:49:08.569 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:49:08.570 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:49:08.574 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:49:08.574 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.574 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ** Compaction Stats [default] ** 2023-11-15T05:49:08.575 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:49:08.575 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:49:08.575 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: L0 2/0 76.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:49:08.575 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Sum 2/0 76.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:49:08.575 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:49:08.576 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.576 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ** Compaction Stats [default] ** 2023-11-15T05:49:08.576 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:49:08.577 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:49:08.577 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 105.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:49:08.577 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:49:08.577 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:49:08.577 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:49:08.578 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:49:08.578 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:49:08.578 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:49:08.578 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Cumulative compaction: 0.00 GB write, 20.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:49:08.578 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Interval compaction: 0.00 GB write, 20.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:49:08.579 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:49:08.579 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.579 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:49:08.579 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.580 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ** Compaction Stats [default] ** 2023-11-15T05:49:08.580 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:49:08.580 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:49:08.581 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: L0 2/0 76.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:49:08.581 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Sum 2/0 76.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:49:08.582 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:49:08.582 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.582 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ** Compaction Stats [default] ** 2023-11-15T05:49:08.583 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:49:08.583 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:49:08.583 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 105.5 0.00 0.00 1 0.001 0 0 2023-11-15T05:49:08.583 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:49:08.584 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:49:08.584 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:49:08.584 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:49:08.584 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:49:08.585 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:49:08.585 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Cumulative compaction: 0.00 GB write, 20.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:49:08.585 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:49:08.585 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:49:08.586 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.586 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:49:08.586 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.586 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.493+0000 7fc288207700 0 starting mon.smithi052 rank 0 at public addrs [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] at bind addrs [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi052 fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:08.587 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.494+0000 7fc288207700 1 mon.smithi052@-1(???) e1 preinit fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:08.587 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.494+0000 7fc288207700 0 mon.smithi052@-1(???).mds e1 new map 2023-11-15T05:49:08.587 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.494+0000 7fc288207700 0 mon.smithi052@-1(???).mds e1 print_map 2023-11-15T05:49:08.587 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: e1 2023-11-15T05:49:08.587 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T05:49:08.588 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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} 2023-11-15T05:49:08.588 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: legacy client fscid: -1 2023-11-15T05:49:08.588 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.589 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: No filesystems configured 2023-11-15T05:49:08.589 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 2023-11-15T05:49:08.589 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.494+0000 7fc288207700 0 mon.smithi052@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T05:49:08.589 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.494+0000 7fc288207700 0 mon.smithi052@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:49:08.589 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.494+0000 7fc288207700 0 mon.smithi052@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:49:08.590 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.494+0000 7fc288207700 0 mon.smithi052@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:49:08.590 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:06.481638+0000 mon.smithi052 (mon.0) 8 : audit [INF] from='client.? 172.21.15.52:0/848065271' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:49:08.590 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:06.484342+0000 mon.smithi052 (mon.0) 9 : audit [INF] from='client.? 172.21.15.52:0/848065271' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T05:49:08.590 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:49:08.494+0000 7fc288207700 1 mon.smithi052@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T05:49:08.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:08.518710+0000 mon.smithi052 (mon.0) 1 : cluster [INF] mon.smithi052 is new leader, mons smithi052 in quorum (ranks 0) 2023-11-15T05:49:08.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:08.518804+0000 mon.smithi052 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi052=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0]} 2023-11-15T05:49:08.730 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:08.518851+0000 mon.smithi052 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T05:49:08.730 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:08.518888+0000 mon.smithi052 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:49:08.730 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:08.519353+0000 mon.smithi052 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:49:09.327 INFO:teuthology.orchestra.run.smithi052.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T05:49:09.328 INFO:teuthology.orchestra.run.smithi052.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:49:09.328 INFO:teuthology.orchestra.run.smithi052.stderr:Creating mgr... 2023-11-15T05:49:09.328 INFO:teuthology.orchestra.run.smithi052.stderr:Verifying port 9283 ... 2023-11-15T05:49:09.330 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl daemon-reload 2023-11-15T05:49:09.440 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mgr.smithi052.oxmxbk 2023-11-15T05:49:09.468 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl reset-failed ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mgr.smithi052.oxmxbk 2023-11-15T05:49:09.474 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Failed to reset failed state of unit ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mgr.smithi052.oxmxbk.service: Unit ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mgr.smithi052.oxmxbk.service not loaded. 2023-11-15T05:49:09.475 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl enable ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mgr.smithi052.oxmxbk 2023-11-15T05:49:09.481 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: Created symlink /etc/systemd/system/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7.target.wants/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mgr.smithi052.oxmxbk.service → /etc/systemd/system/ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:49:09.577 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl start ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mgr.smithi052.oxmxbk 2023-11-15T05:49:09.895 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T05:49:09.904 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: disabled 2023-11-15T05:49:09.905 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T05:49:09.913 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: inactive 2023-11-15T05:49:09.914 INFO:teuthology.orchestra.run.smithi052.stderr:firewalld.service is not enabled 2023-11-15T05:49:09.915 INFO:teuthology.orchestra.run.smithi052.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:49:09.915 INFO:teuthology.orchestra.run.smithi052.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-15T05:49:09.915 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T05:49:09.923 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: disabled 2023-11-15T05:49:09.924 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T05:49:09.933 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: inactive 2023-11-15T05:49:09.935 INFO:teuthology.orchestra.run.smithi052.stderr:firewalld.service is not enabled 2023-11-15T05:49:09.935 INFO:teuthology.orchestra.run.smithi052.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T05:49:09.935 INFO:teuthology.orchestra.run.smithi052.stderr:Waiting for mgr to start... 2023-11-15T05:49:09.935 INFO:teuthology.orchestra.run.smithi052.stderr:Waiting for mgr... 2023-11-15T05:49:09.936 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-15T05:49:10.229 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:08.963432+0000 mon.smithi052 (mon.0) 6 : audit [INF] from='client.? 172.21.15.52:0/2544841624' entity='client.admin' 2023-11-15T05:49:10.375 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:10.375 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: { 2023-11-15T05:49:10.376 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "fsid": "9f1284e0-837a-11ee-8dbe-212e2dc638e7", 2023-11-15T05:49:10.376 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:49:10.376 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:49:10.384 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:49:10.384 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:49:10.384 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:10.385 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:49:10.385 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:49:10.385 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 0 2023-11-15T05:49:10.385 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:10.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:49:10.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "smithi052" 2023-11-15T05:49:10.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:10.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-15T05:49:10.387 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:49:10.387 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:10.388 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:49:10.388 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:49:10.388 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:10.389 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:49:10.389 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:10.394 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:49:10.394 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:49:10.400 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:49:10.400 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:49:10.400 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:49:10.400 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:49:10.401 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:10.401 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:49:10.401 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:49:10.401 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:49:10.402 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:49:10.402 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:49:10.402 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:49:10.403 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:49:10.403 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:49:10.403 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:49:10.404 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:10.406 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:49:10.407 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:10.407 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:49:10.407 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:49:10.407 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:10.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:49:10.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:49:10.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:49:10.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:49:10.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:49:10.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:49:10.409 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:10.409 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:49:10.409 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:10.409 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:49:10.410 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:10.410 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:49:05.205276+0000", 2023-11-15T05:49:10.411 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:49:10.411 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:10.411 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:49:10.411 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: } 2023-11-15T05:49:10.743 INFO:teuthology.orchestra.run.smithi052.stderr:mgr not available, waiting (1/15)... 2023-11-15T05:49:11.229 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:10 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:10.371775+0000 mon.smithi052 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.52:0/3452755769' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:49:12.745 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-15T05:49:13.198 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:13.199 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: { 2023-11-15T05:49:13.199 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "fsid": "9f1284e0-837a-11ee-8dbe-212e2dc638e7", 2023-11-15T05:49:13.199 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:49:13.199 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:49:13.200 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:49:13.200 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:49:13.200 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:13.200 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:49:13.200 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:49:13.201 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 0 2023-11-15T05:49:13.201 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:13.201 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:49:13.201 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "smithi052" 2023-11-15T05:49:13.201 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:13.202 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-15T05:49:13.202 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:49:13.202 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:13.202 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:49:13.202 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:49:13.203 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:13.203 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:49:13.207 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:13.207 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:49:13.207 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:49:13.207 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:49:13.207 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:49:13.208 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:49:13.208 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:49:13.208 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:13.208 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:49:13.208 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:49:13.209 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:49:13.209 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:49:13.209 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:49:13.209 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:49:13.209 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:49:13.210 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:49:13.210 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:49:13.210 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:13.210 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:49:13.210 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:13.211 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:49:13.211 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:49:13.211 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:13.211 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:49:13.212 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:49:13.212 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:49:13.212 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:49:13.212 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:49:13.212 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:49:13.212 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:13.213 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:49:13.213 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:13.213 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:49:13.213 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:13.213 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:49:05.205276+0000", 2023-11-15T05:49:13.214 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:49:13.214 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:13.214 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:49:13.214 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: } 2023-11-15T05:49:13.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:13.196149+0000 mon.smithi052 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.52:0/4120156363' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:49:13.568 INFO:teuthology.orchestra.run.smithi052.stderr:mgr not available, waiting (2/15)... 2023-11-15T05:49:15.570 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-15T05:49:15.909 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:15.535952+0000 mon.smithi052 (mon.0) 9 : cluster [INF] Activating manager daemon smithi052.oxmxbk 2023-11-15T05:49:15.909 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:15.538854+0000 mon.smithi052 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi052.oxmxbk(active, starting, since 0.00303231s) 2023-11-15T05:49:15.909 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.539988+0000 mon.smithi052 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:49:15.909 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.540244+0000 mon.smithi052 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:49:15.909 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.540448+0000 mon.smithi052 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:49:15.910 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.540572+0000 mon.smithi052 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mon metadata", "id": "smithi052"}]: dispatch 2023-11-15T05:49:15.910 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.540973+0000 mon.smithi052 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mgr metadata", "who": "smithi052.oxmxbk", "id": "smithi052.oxmxbk"}]: dispatch 2023-11-15T05:49:15.910 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:15.554476+0000 mon.smithi052 (mon.0) 16 : cluster [INF] Manager daemon smithi052.oxmxbk is now available 2023-11-15T05:49:15.910 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.563187+0000 mon.smithi052 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:15.910 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.568126+0000 mon.smithi052 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:49:15.911 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.569587+0000 mon.smithi052 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:49:15.911 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.576106+0000 mon.smithi052 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:15.911 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:15.578514+0000 mon.smithi052 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.52:0/1099862233' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:16.383 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:16.384 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: { 2023-11-15T05:49:16.384 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "fsid": "9f1284e0-837a-11ee-8dbe-212e2dc638e7", 2023-11-15T05:49:16.385 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:49:16.385 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:49:16.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:49:16.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:49:16.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:16.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:49:16.386 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:49:16.387 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 0 2023-11-15T05:49:16.387 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:16.387 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:49:16.387 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "smithi052" 2023-11-15T05:49:16.387 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:16.387 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-15T05:49:16.389 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:49:16.389 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:16.389 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:49:16.389 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:49:16.390 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:16.390 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:49:16.390 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:16.390 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:49:16.390 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:49:16.391 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:49:16.394 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:49:16.394 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:49:16.395 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:49:16.406 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:16.407 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:49:16.407 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:49:16.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:49:16.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:49:16.408 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:49:16.409 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:49:16.409 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:49:16.409 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:49:16.410 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:49:16.411 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:16.411 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:49:16.412 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:16.412 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:49:16.413 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:49:16.413 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:16.413 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:49:16.414 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:49:16.414 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:49:16.415 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:49:16.415 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:49:16.415 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:49:16.416 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:16.416 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:49:16.417 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:16.417 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:49:16.417 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:16.418 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:49:05.205276+0000", 2023-11-15T05:49:16.418 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:49:16.418 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:16.419 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:49:16.419 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: } 2023-11-15T05:49:16.661 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:16 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:16.381612+0000 mon.smithi052 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.52:0/1699271358' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:49:16.662 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:16 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:16.541402+0000 mon.smithi052 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi052.oxmxbk(active, since 1.00558s) 2023-11-15T05:49:16.726 INFO:teuthology.orchestra.run.smithi052.stderr:mgr not available, waiting (3/15)... 2023-11-15T05:49:18.728 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-15T05:49:18.857 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:18 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:17.591322+0000 mon.smithi052 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi052.oxmxbk(active, since 2s) 2023-11-15T05:49:19.328 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 2023-11-15T05:49:19.329 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: { 2023-11-15T05:49:19.329 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "fsid": "9f1284e0-837a-11ee-8dbe-212e2dc638e7", 2023-11-15T05:49:19.329 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:49:19.329 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:49:19.330 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:49:19.330 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:49:19.330 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:19.330 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:49:19.330 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:49:19.330 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 0 2023-11-15T05:49:19.331 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:19.331 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:49:19.331 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "smithi052" 2023-11-15T05:49:19.331 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:19.331 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-15T05:49:19.332 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:49:19.332 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:19.332 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:49:19.332 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:49:19.332 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:19.333 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:49:19.336 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:19.336 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:49:19.336 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:49:19.337 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:49:19.337 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:49:19.337 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:49:19.337 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:49:19.337 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:19.338 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:49:19.339 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:49:19.339 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:49:19.339 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:49:19.339 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:49:19.339 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:49:19.340 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:49:19.340 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:49:19.340 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:49:19.340 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:19.340 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:49:19.340 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:19.341 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:49:19.341 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:49:19.341 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:19.341 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:49:19.341 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:49:19.342 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:49:19.342 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:49:19.342 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:49:19.342 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:49:19.342 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ], 2023-11-15T05:49:19.343 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:49:19.343 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:19.343 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:49:19.343 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:49:19.343 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:49:05.205276+0000", 2023-11-15T05:49:19.343 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:49:19.344 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: }, 2023-11-15T05:49:19.344 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:49:19.344 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: } 2023-11-15T05:49:19.676 INFO:teuthology.orchestra.run.smithi052.stderr:mgr is available 2023-11-15T05:49:19.676 INFO:teuthology.orchestra.run.smithi052.stderr:Enabling cephadm module... 2023-11-15T05:49:19.676 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2023-11-15T05:49:19.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:19.326206+0000 mon.smithi052 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.52:0/2607816692' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:49:20.894 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:20 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:20.222167+0000 mon.smithi052 (mon.0) 26 : audit [INF] from='client.? 172.21.15.52:0/2662588103' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T05:49:20.933 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-11-15T05:49:21.501 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: { 2023-11-15T05:49:21.501 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T05:49:21.501 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:49:21.501 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "active_name": "smithi052.oxmxbk", 2023-11-15T05:49:21.502 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:49:21.502 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: } 2023-11-15T05:49:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:20.595946+0000 mon.smithi052 (mon.0) 27 : audit [INF] from='client.? 172.21.15.52:0/2662588103' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T05:49:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:20.596021+0000 mon.smithi052 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi052.oxmxbk(active, since 5s) 2023-11-15T05:49:21.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:21.499003+0000 mon.smithi052 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.52:0/1352430533' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:49:22.966 INFO:teuthology.orchestra.run.smithi052.stderr:Waiting for the mgr to restart... 2023-11-15T05:49:22.967 INFO:teuthology.orchestra.run.smithi052.stderr:Waiting for mgr epoch 5... 2023-11-15T05:49:22.967 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-11-15T05:49:27.315 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: { 2023-11-15T05:49:27.316 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T05:49:27.316 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:49:27.318 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: } 2023-11-15T05:49:27.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:26.249730+0000 mon.smithi052 (mon.0) 30 : cluster [INF] Active manager daemon smithi052.oxmxbk restarted 2023-11-15T05:49:27.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:26.250229+0000 mon.smithi052 (mon.0) 31 : cluster [INF] Activating manager daemon smithi052.oxmxbk 2023-11-15T05:49:27.730 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:26.251978+0000 mon.smithi052 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T05:49:27.730 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:26.302829+0000 mon.smithi052 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi052.oxmxbk(active, starting, since 0.0526856s) 2023-11-15T05:49:27.730 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.304220+0000 mon.smithi052 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mon metadata", "id": "smithi052"}]: dispatch 2023-11-15T05:49:27.730 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.304818+0000 mon.smithi052 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mgr metadata", "who": "smithi052.oxmxbk", "id": "smithi052.oxmxbk"}]: dispatch 2023-11-15T05:49:27.730 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.305576+0000 mon.smithi052 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:49:27.731 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.305771+0000 mon.smithi052 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:49:27.731 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.305903+0000 mon.smithi052 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:49:27.731 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:26.319525+0000 mon.smithi052 (mon.0) 39 : cluster [INF] Manager daemon smithi052.oxmxbk is now available 2023-11-15T05:49:27.731 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.334655+0000 mon.smithi052 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:27.732 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.337642+0000 mon.smithi052 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:27.732 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.340372+0000 mon.smithi052 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:27.732 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.444227+0000 mon.smithi052 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:27.732 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.445001+0000 mon.smithi052 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:27.732 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.446667+0000 mon.smithi052 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:27.732 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.448308+0000 mon.smithi052 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:27.733 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.460508+0000 mon.smithi052 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:49:27.733 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:26.461874+0000 mon.smithi052 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:49:28.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:27.305124+0000 mgr.smithi052.oxmxbk (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:49:28.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:27.305790+0000 mon.smithi052 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi052.oxmxbk(active, since 1.05565s) 2023-11-15T05:49:28.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:27.312170+0000 mgr.smithi052.oxmxbk (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:49:28.932 INFO:teuthology.orchestra.run.smithi052.stderr:mgr epoch 5 is available 2023-11-15T05:49:28.933 INFO:teuthology.orchestra.run.smithi052.stderr:Setting orchestrator backend to cephadm... 2023-11-15T05:49:28.933 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2023-11-15T05:49:29.601 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:28.307678+0000 mon.smithi052 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi052.oxmxbk(active, since 2s) 2023-11-15T05:49:31.482 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2023-11-15T05:49:31.485 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:30.286305+0000 mgr.smithi052.oxmxbk (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:31.485 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:30.290413+0000 mon.smithi052 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:31.485 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:30.294297+0000 mon.smithi052 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:32.023 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: value unchanged 2023-11-15T05:49:32.366 INFO:teuthology.orchestra.run.smithi052.stderr:Generating ssh key... 2023-11-15T05:49:32.366 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2023-11-15T05:49:32.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:32 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:32.022580+0000 mgr.smithi052.oxmxbk (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:33.849 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2023-11-15T05:49:34.388 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpVjIf/kDmX3BRiRoKcRvVfNlfwRcumVrX0IpOCJOwMn+ygG2/ZqawfjOMGqx4v3wfY6rSm7SOOGt2/dOi4df0HqgtVziB9uL6sTZrbcRETq6vF8Rxhktb9I7JN7eo2q+VQ7x3pXsr6Z4OFyvBiln8t1gxCYy0oS8Lz36y/Eg2fxUC9clw3goggAA+Uly7jIgDbdd4BlZbRFUpSZF8fj9wCk3vSGYHNjsJYyISnA5PcxaWdWQrMKqJIuDX2uQlNne1QF3Yc3MOAqC7ACKwKsCzIRN3V3a/6itx8b5OAvo47tVKeN/ADPFh/MI8mZxBANQiRCJruJcSX3VdMXom18xqkP7TL1FYzHihboJXhCECw7nmSfBefLnZv78tTgQL7Xi09tN0qqn3zw8wh6UW40dUEC7nJRZbhGo1u6OP4JERqhfL6AePKEcVm+50xvr9WvqxXCvzCEFopElaNnsE543ntTukxdzysIHjPOTqih5Pk4LtqAgmcUiNH6YKjWOq/4M= ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:49:34.724 INFO:teuthology.orchestra.run.smithi052.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:49:34.724 INFO:teuthology.orchestra.run.smithi052.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T05:49:34.725 INFO:teuthology.orchestra.run.smithi052.stderr:Adding host smithi052... 2023-11-15T05:49:34.725 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi052 172.21.15.52 2023-11-15T05:49:34.728 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:34 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:32.890655+0000 mgr.smithi052.oxmxbk (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-11-15T05:49:34.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:34 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:33.495613+0000 mon.smithi052 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:34.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:34 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:33.497359+0000 mon.smithi052 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:35.729 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:34.387875+0000 mgr.smithi052.oxmxbk (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:35.925 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Added host 'smithi052' 2023-11-15T05:49:36.227 INFO:teuthology.orchestra.run.smithi052.stderr:Deploying mon service with default placement... 2023-11-15T05:49:36.228 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2023-11-15T05:49:36.784 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T05:49:36.808 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:36 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:35.275499+0000 mgr.smithi052.oxmxbk (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi052", "addr": "172.21.15.52", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:36.809 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:36 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:35.922767+0000 mon.smithi052 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:36.809 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:36 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:35.923394+0000 mon.smithi052 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:37.140 INFO:teuthology.orchestra.run.smithi052.stderr:Deploying mgr service with default placement... 2023-11-15T05:49:37.140 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2023-11-15T05:49:37.699 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T05:49:37.872 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:35.923111+0000 mgr.smithi052.oxmxbk (mgr.14116) 9 : cephadm [INF] Added host smithi052 2023-11-15T05:49:37.872 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:36.783514+0000 mon.smithi052 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:38.056 INFO:teuthology.orchestra.run.smithi052.stderr:Deploying crash service with default placement... 2023-11-15T05:49:38.057 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2023-11-15T05:49:38.640 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T05:49:38.805 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:38 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:36.780414+0000 mgr.smithi052.oxmxbk (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:38.805 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:38 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:36.781238+0000 mgr.smithi052.oxmxbk (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T05:49:38.805 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:38 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:37.698902+0000 mon.smithi052 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:38.980 INFO:teuthology.orchestra.run.smithi052.stderr:Enabling mgr prometheus module... 2023-11-15T05:49:38.981 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2023-11-15T05:49:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:37.695922+0000 mgr.smithi052.oxmxbk (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:37.696504+0000 mgr.smithi052.oxmxbk (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T05:49:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:38.636397+0000 mgr.smithi052.oxmxbk (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:38.637124+0000 mgr.smithi052.oxmxbk (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T05:49:39.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:38.639303+0000 mon.smithi052 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.52:0/4057993661' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:40.775 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:40 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:39.533029+0000 mon.smithi052 (mon.0) 60 : audit [INF] from='client.? 172.21.15.52:0/937495275' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T05:49:40.864 INFO:teuthology.orchestra.run.smithi052.stderr:Deploying prometheus service with default placement... 2023-11-15T05:49:40.865 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2023-11-15T05:49:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:40.510840+0000 mon.smithi052 (mon.0) 61 : audit [INF] from='client.? 172.21.15.52:0/937495275' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T05:49:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:40.510899+0000 mon.smithi052 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi052.oxmxbk(active, since 14s) 2023-11-15T05:49:47.228 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T05:49:47.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:46.165775+0000 mon.smithi052 (mon.0) 63 : cluster [INF] Active manager daemon smithi052.oxmxbk restarted 2023-11-15T05:49:47.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:46.166214+0000 mon.smithi052 (mon.0) 64 : cluster [INF] Activating manager daemon smithi052.oxmxbk 2023-11-15T05:49:47.481 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:46.167889+0000 mon.smithi052 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T05:49:47.481 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:46.218951+0000 mon.smithi052 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi052.oxmxbk(active, starting, since 0.0528306s) 2023-11-15T05:49:47.481 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.219867+0000 mon.smithi052 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mon metadata", "id": "smithi052"}]: dispatch 2023-11-15T05:49:47.481 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.220774+0000 mon.smithi052 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mgr metadata", "who": "smithi052.oxmxbk", "id": "smithi052.oxmxbk"}]: dispatch 2023-11-15T05:49:47.481 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.221544+0000 mon.smithi052 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:49:47.482 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.221826+0000 mon.smithi052 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:49:47.482 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.222096+0000 mon.smithi052 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:49:47.482 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:46.235567+0000 mon.smithi052 (mon.0) 72 : cluster [INF] Manager daemon smithi052.oxmxbk is now available 2023-11-15T05:49:47.482 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.348496+0000 mon.smithi052 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:47.482 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.350439+0000 mon.smithi052 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:47.483 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.366552+0000 mon.smithi052 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:49:47.483 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:46.369621+0000 mon.smithi052 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:49:47.530 INFO:teuthology.orchestra.run.smithi052.stderr:Deploying grafana service with default placement... 2023-11-15T05:49:47.530 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2023-11-15T05:49:48.123 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T05:49:48.455 INFO:teuthology.orchestra.run.smithi052.stderr:Deploying node-exporter service with default placement... 2023-11-15T05:49:48.456 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2023-11-15T05:49:48.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:48 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:47.221609+0000 mon.smithi052 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi052.oxmxbk(active, since 1.05548s) 2023-11-15T05:49:48.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:48 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:47.223118+0000 mgr.smithi052.oxmxbk (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T05:49:48.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:48 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:47.225460+0000 mon.smithi052 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:48.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:48 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:48.122125+0000 mon.smithi052 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:49.023 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T05:49:49.371 INFO:teuthology.orchestra.run.smithi052.stderr:Deploying alertmanager service with default placement... 2023-11-15T05:49:49.371 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2023-11-15T05:49:49.960 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T05:49:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:48.119144+0000 mgr.smithi052.oxmxbk (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:48.119705+0000 mgr.smithi052.oxmxbk (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T05:49:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:49.022165+0000 mon.smithi052 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:49.123522+0000 mon.smithi052 (mon.0) 81 : cluster [DBG] mgrmap e12: smithi052.oxmxbk(active, since 2s) 2023-11-15T05:49:50.296 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2023-11-15T05:49:50.850 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:50 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:49.019202+0000 mgr.smithi052.oxmxbk (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:50.850 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:50 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:49.019917+0000 mgr.smithi052.oxmxbk (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T05:49:50.850 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:50 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:49.959015+0000 mon.smithi052 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.52:0/1653554951' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:49:51.171 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-15T05:49:51.903 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:49.956074+0000 mgr.smithi052.oxmxbk (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:49:51.904 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:49:49.956676+0000 mgr.smithi052.oxmxbk (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T05:49:51.904 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:50.825792+0000 mon.smithi052 (mon.0) 83 : audit [INF] from='client.? 172.21.15.52:0/92074687' entity='client.admin' 2023-11-15T05:49:52.095 INFO:teuthology.orchestra.run.smithi052.stderr:Enabling the dashboard module... 2023-11-15T05:49:52.095 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2023-11-15T05:49:52.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:52 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:51.722484+0000 mon.smithi052 (mon.0) 84 : audit [INF] from='client.? 172.21.15.52:0/2319791696' entity='client.admin' 2023-11-15T05:49:52.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:52 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:52.684897+0000 mon.smithi052 (mon.0) 85 : audit [INF] from='client.? 172.21.15.52:0/2258357157' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T05:49:53.071 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-11-15T05:49:53.642 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: { 2023-11-15T05:49:53.642 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "epoch": 13, 2023-11-15T05:49:53.642 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:49:53.642 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "active_name": "smithi052.oxmxbk", 2023-11-15T05:49:53.643 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:49:53.643 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: } 2023-11-15T05:49:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:52.723697+0000 mon.smithi052 (mon.0) 86 : audit [INF] from='client.? 172.21.15.52:0/2258357157' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T05:49:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:52.723749+0000 mon.smithi052 (mon.0) 87 : cluster [DBG] mgrmap e13: smithi052.oxmxbk(active, since 6s) 2023-11-15T05:49:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:53.640957+0000 mon.smithi052 (mon.0) 88 : audit [DBG] from='client.? 172.21.15.52:0/3265601103' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:49:54.037 INFO:teuthology.orchestra.run.smithi052.stderr:Waiting for the mgr to restart... 2023-11-15T05:49:54.038 INFO:teuthology.orchestra.run.smithi052.stderr:Waiting for mgr epoch 13... 2023-11-15T05:49:54.038 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-11-15T05:49:59.571 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: { 2023-11-15T05:49:59.571 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-11-15T05:49:59.572 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:49:59.572 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: } 2023-11-15T05:49:59.832 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:58.505873+0000 mon.smithi052 (mon.0) 89 : cluster [INF] Active manager daemon smithi052.oxmxbk restarted 2023-11-15T05:49:59.833 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:58.506321+0000 mon.smithi052 (mon.0) 90 : cluster [INF] Activating manager daemon smithi052.oxmxbk 2023-11-15T05:49:59.833 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:58.508328+0000 mon.smithi052 (mon.0) 91 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T05:49:59.833 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:58.559050+0000 mon.smithi052 (mon.0) 92 : cluster [DBG] mgrmap e14: smithi052.oxmxbk(active, starting, since 0.0528254s) 2023-11-15T05:49:59.833 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.560269+0000 mon.smithi052 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mon metadata", "id": "smithi052"}]: dispatch 2023-11-15T05:49:59.833 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.560960+0000 mon.smithi052 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mgr metadata", "who": "smithi052.oxmxbk", "id": "smithi052.oxmxbk"}]: dispatch 2023-11-15T05:49:59.834 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.561701+0000 mon.smithi052 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:49:59.834 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.561890+0000 mon.smithi052 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:49:59.834 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.562079+0000 mon.smithi052 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:49:59.834 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:58.575574+0000 mon.smithi052 (mon.0) 98 : cluster [INF] Manager daemon smithi052.oxmxbk is now available 2023-11-15T05:49:59.835 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.690557+0000 mon.smithi052 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:59.835 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.693633+0000 mon.smithi052 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:59.835 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.712830+0000 mon.smithi052 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:49:59.835 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:49:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:58.722020+0000 mon.smithi052 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:49:59.867 INFO:teuthology.orchestra.run.smithi052.stderr:mgr epoch 13 is available 2023-11-15T05:49:59.868 INFO:teuthology.orchestra.run.smithi052.stderr:Generating a dashboard self-signed certificate... 2023-11-15T05:49:59.868 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2023-11-15T05:50:00.603 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T05:50:00.890 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:00 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:59.561321+0000 mgr.smithi052.oxmxbk (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:50:00.891 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:00 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:49:59.562161+0000 mon.smithi052 (mon.0) 103 : cluster [DBG] mgrmap e15: smithi052.oxmxbk(active, since 1.05593s) 2023-11-15T05:50:00.891 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:00 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:49:59.569018+0000 mgr.smithi052.oxmxbk (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:50:00.970 INFO:teuthology.orchestra.run.smithi052.stderr:Creating initial admin user... 2023-11-15T05:50:00.970 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpopkjmv84:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-11-15T05:50:01.769 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$MsNs2ZzslmaO7qMbeESz8.5lzs0nGfKyf/NJaqckFWAGYYbwN0pJe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700027401, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T05:50:01.952 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:00.453398+0000 mgr.smithi052.oxmxbk (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:50:01.952 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:00.564064+0000 mon.smithi052 (mon.0) 104 : cluster [DBG] mgrmap e16: smithi052.oxmxbk(active, since 2s) 2023-11-15T05:50:01.953 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:00.600000+0000 mon.smithi052 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:01.953 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:00.601915+0000 mon.smithi052 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:02.120 INFO:teuthology.orchestra.run.smithi052.stderr:Fetching dashboard port number... 2023-11-15T05:50:02.121 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp18465jkj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpputy4gks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2023-11-15T05:50:02.767 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/ceph: 8443 2023-11-15T05:50:02.952 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:02 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:01.516845+0000 mgr.smithi052.oxmxbk (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:50:02.952 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:02 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:01.768194+0000 mon.smithi052 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:03.129 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T05:50:03.141 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: disabled 2023-11-15T05:50:03.141 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T05:50:03.150 INFO:teuthology.orchestra.run.smithi052.stderr:systemctl: inactive 2023-11-15T05:50:03.151 INFO:teuthology.orchestra.run.smithi052.stderr:firewalld.service is not enabled 2023-11-15T05:50:03.151 INFO:teuthology.orchestra.run.smithi052.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T05:50:03.154 INFO:teuthology.orchestra.run.smithi052.stderr:Ceph Dashboard is now available at: 2023-11-15T05:50:03.154 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:50:03.154 INFO:teuthology.orchestra.run.smithi052.stderr: URL: https://smithi052.front.sepia.ceph.com:8443/ 2023-11-15T05:50:03.155 INFO:teuthology.orchestra.run.smithi052.stderr: User: admin 2023-11-15T05:50:03.155 INFO:teuthology.orchestra.run.smithi052.stderr: Password: kd59q8r4qm 2023-11-15T05:50:03.155 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:50:03.156 INFO:teuthology.orchestra.run.smithi052.stderr:You can access the Ceph CLI with: 2023-11-15T05:50:03.156 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:50:03.156 INFO:teuthology.orchestra.run.smithi052.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:50:03.157 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:50:03.157 INFO:teuthology.orchestra.run.smithi052.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T05:50:03.157 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:50:03.157 INFO:teuthology.orchestra.run.smithi052.stderr: ceph telemetry on 2023-11-15T05:50:03.157 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:50:03.157 INFO:teuthology.orchestra.run.smithi052.stderr:For more information see: 2023-11-15T05:50:03.158 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:50:03.158 INFO:teuthology.orchestra.run.smithi052.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-11-15T05:50:03.158 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:50:03.158 INFO:teuthology.orchestra.run.smithi052.stderr:Bootstrap complete. 2023-11-15T05:50:03.159 INFO:teuthology.orchestra.run.smithi052.stderr:Releasing lock 139645566226560 on /run/cephadm/9f1284e0-837a-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:50:03.159 INFO:teuthology.orchestra.run.smithi052.stderr:Lock 139645566226560 released on /run/cephadm/9f1284e0-837a-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:50:03.195 INFO:tasks.cephadm:Fetching config... 2023-11-15T05:50:03.195 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2023-11-15T05:50:03.196 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T05:50:03.217 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T05:50:03.217 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2023-11-15T05:50:03.217 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T05:50:03.279 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T05:50:03.280 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2023-11-15T05:50:03.280 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/mon.smithi052/keyring of=/dev/stdout 2023-11-15T05:50:03.355 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T05:50:03.355 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2023-11-15T05:50:03.355 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T05:50:03.418 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T05:50:03.793 DEBUG:teuthology.orchestra.run.smithi052:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpVjIf/kDmX3BRiRoKcRvVfNlfwRcumVrX0IpOCJOwMn+ygG2/ZqawfjOMGqx4v3wfY6rSm7SOOGt2/dOi4df0HqgtVziB9uL6sTZrbcRETq6vF8Rxhktb9I7JN7eo2q+VQ7x3pXsr6Z4OFyvBiln8t1gxCYy0oS8Lz36y/Eg2fxUC9clw3goggAA+Uly7jIgDbdd4BlZbRFUpSZF8fj9wCk3vSGYHNjsJYyISnA5PcxaWdWQrMKqJIuDX2uQlNne1QF3Yc3MOAqC7ACKwKsCzIRN3V3a/6itx8b5OAvo47tVKeN/ADPFh/MI8mZxBANQiRCJruJcSX3VdMXom18xqkP7TL1FYzHihboJXhCECw7nmSfBefLnZv78tTgQL7Xi09tN0qqn3zw8wh6UW40dUEC7nJRZbhGo1u6OP4JERqhfL6AePKEcVm+50xvr9WvqxXCvzCEFopElaNnsE543ntTukxdzysIHjPOTqih5Pk4LtqAgmcUiNH6YKjWOq/4M= ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:50:03.794 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:02.767038+0000 mon.smithi052 (mon.0) 108 : audit [DBG] from='client.? 172.21.15.52:0/3879395818' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T05:50:03.835 INFO:teuthology.orchestra.run.smithi052.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpVjIf/kDmX3BRiRoKcRvVfNlfwRcumVrX0IpOCJOwMn+ygG2/ZqawfjOMGqx4v3wfY6rSm7SOOGt2/dOi4df0HqgtVziB9uL6sTZrbcRETq6vF8Rxhktb9I7JN7eo2q+VQ7x3pXsr6Z4OFyvBiln8t1gxCYy0oS8Lz36y/Eg2fxUC9clw3goggAA+Uly7jIgDbdd4BlZbRFUpSZF8fj9wCk3vSGYHNjsJYyISnA5PcxaWdWQrMKqJIuDX2uQlNne1QF3Yc3MOAqC7ACKwKsCzIRN3V3a/6itx8b5OAvo47tVKeN/ADPFh/MI8mZxBANQiRCJruJcSX3VdMXom18xqkP7TL1FYzHihboJXhCECw7nmSfBefLnZv78tTgQL7Xi09tN0qqn3zw8wh6UW40dUEC7nJRZbhGo1u6OP4JERqhfL6AePKEcVm+50xvr9WvqxXCvzCEFopElaNnsE543ntTukxdzysIHjPOTqih5Pk4LtqAgmcUiNH6YKjWOq/4M= ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:50:03.847 DEBUG:teuthology.orchestra.run.smithi129:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpVjIf/kDmX3BRiRoKcRvVfNlfwRcumVrX0IpOCJOwMn+ygG2/ZqawfjOMGqx4v3wfY6rSm7SOOGt2/dOi4df0HqgtVziB9uL6sTZrbcRETq6vF8Rxhktb9I7JN7eo2q+VQ7x3pXsr6Z4OFyvBiln8t1gxCYy0oS8Lz36y/Eg2fxUC9clw3goggAA+Uly7jIgDbdd4BlZbRFUpSZF8fj9wCk3vSGYHNjsJYyISnA5PcxaWdWQrMKqJIuDX2uQlNne1QF3Yc3MOAqC7ACKwKsCzIRN3V3a/6itx8b5OAvo47tVKeN/ADPFh/MI8mZxBANQiRCJruJcSX3VdMXom18xqkP7TL1FYzHihboJXhCECw7nmSfBefLnZv78tTgQL7Xi09tN0qqn3zw8wh6UW40dUEC7nJRZbhGo1u6OP4JERqhfL6AePKEcVm+50xvr9WvqxXCvzCEFopElaNnsE543ntTukxdzysIHjPOTqih5Pk4LtqAgmcUiNH6YKjWOq/4M= ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:50:03.895 INFO:teuthology.orchestra.run.smithi129.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpVjIf/kDmX3BRiRoKcRvVfNlfwRcumVrX0IpOCJOwMn+ygG2/ZqawfjOMGqx4v3wfY6rSm7SOOGt2/dOi4df0HqgtVziB9uL6sTZrbcRETq6vF8Rxhktb9I7JN7eo2q+VQ7x3pXsr6Z4OFyvBiln8t1gxCYy0oS8Lz36y/Eg2fxUC9clw3goggAA+Uly7jIgDbdd4BlZbRFUpSZF8fj9wCk3vSGYHNjsJYyISnA5PcxaWdWQrMKqJIuDX2uQlNne1QF3Yc3MOAqC7ACKwKsCzIRN3V3a/6itx8b5OAvo47tVKeN/ADPFh/MI8mZxBANQiRCJruJcSX3VdMXom18xqkP7TL1FYzHihboJXhCECw7nmSfBefLnZv78tTgQL7Xi09tN0qqn3zw8wh6UW40dUEC7nJRZbhGo1u6OP4JERqhfL6AePKEcVm+50xvr9WvqxXCvzCEFopElaNnsE543ntTukxdzysIHjPOTqih5Pk4LtqAgmcUiNH6YKjWOq/4M= ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7 2023-11-15T05:50:03.907 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T05:50:05.538 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi129 2023-11-15T05:50:05.538 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-11-15T05:50:05.539 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.conf 2023-11-15T05:50:05.561 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-11-15T05:50:05.561 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:50:05.622 INFO:tasks.cephadm:Adding host smithi129 to orchestrator... 2023-11-15T05:50:05.623 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi129 2023-11-15T05:50:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:04.567441+0000 mon.smithi052 (mon.0) 109 : cluster [DBG] mgrmap e17: smithi052.oxmxbk(active, since 6s) 2023-11-15T05:50:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:05.159865+0000 mon.smithi052 (mon.0) 110 : audit [INF] from='client.? 172.21.15.52:0/3893314413' entity='client.admin' 2023-11-15T05:50:07.978 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:06.764456+0000 mon.smithi052 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:07.008104+0000 mon.smithi052 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:08.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:07.812639+0000 mon.smithi052 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:11.479 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:10.205889+0000 mon.smithi052 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:11.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:10.504871+0000 mon.smithi052 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:11.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:10.507167+0000 mon.smithi052 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:11.480 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:50:10.514201+0000 mgr.smithi052.oxmxbk (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi052 on smithi052 2023-11-15T05:50:19.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:18.562919+0000 mgr.smithi052.oxmxbk (mgr.14164) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:20.563291+0000 mgr.smithi052.oxmxbk (mgr.14164) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:22.563634+0000 mgr.smithi052.oxmxbk (mgr.14164) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:24.564044+0000 mgr.smithi052.oxmxbk (mgr.14164) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:27.358 INFO:teuthology.orchestra.run.smithi129.stdout:Added host 'smithi129' 2023-11-15T05:50:27.767 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T05:50:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:26.564327+0000 mgr.smithi052.oxmxbk (mgr.14164) 10 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:27.356198+0000 mon.smithi052 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:28.958 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:28.959 INFO:teuthology.orchestra.run.smithi129.stdout:[{"addr": "172.21.15.52", "hostname": "smithi052", "labels": [], "status": ""}, {"addr": "smithi129", "hostname": "smithi129", "labels": [], "status": ""}] 2023-11-15T05:50:28.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:26.768598+0000 mgr.smithi052.oxmxbk (mgr.14164) 11 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:50:28.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:50:27.356680+0000 mgr.smithi052.oxmxbk (mgr.14164) 12 : cephadm [INF] Added host smithi129 2023-11-15T05:50:29.323 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T05:50:29.324 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T05:50:29.639 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:28.564608+0000 mgr.smithi052.oxmxbk (mgr.14164) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:30.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:30 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:28.957015+0000 mgr.smithi052.oxmxbk (mgr.14164) 14 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:31.581 INFO:teuthology.orchestra.run.smithi052.stderr:adjusted tunables profile to default 2023-11-15T05:50:31.885 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:30.564850+0000 mgr.smithi052.oxmxbk (mgr.14164) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:31.886 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:30.619259+0000 mon.smithi052 (mon.0) 118 : audit [INF] from='client.? 172.21.15.52:0/3717959969' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T05:50:31.941 INFO:tasks.cephadm:Adding mon.smithi052 on smithi052 2023-11-15T05:50:31.942 INFO:tasks.cephadm:Adding mon.smithi129 on smithi129 2023-11-15T05:50:31.942 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi052:172.21.15.52=smithi052;smithi129:172.21.15.129=smithi129' 2023-11-15T05:50:32.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:32 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:31.577557+0000 mon.smithi052 (mon.0) 119 : audit [INF] from='client.? 172.21.15.52:0/3717959969' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T05:50:32.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:32 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:31.577620+0000 mon.smithi052 (mon.0) 120 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:50:33.248 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled mon update... 2023-11-15T05:50:33.615 DEBUG:teuthology.orchestra.run.smithi129:mon.smithi129> sudo journalctl -f -n 0 -u ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi129.service 2023-11-15T05:50:33.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:50:33.618 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:50:33.645 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:-- Logs begin at Wed 2023-11-15 05:39:44 UTC. -- 2023-11-15T05:50:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:32.565158+0000 mgr.smithi052.oxmxbk (mgr.14164) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:33.247587+0000 mon.smithi052 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:50:34.921 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:34.921 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:50:34.922 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:50:34.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:34 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:33.243354+0000 mgr.smithi052.oxmxbk (mgr.14164) 17 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi052:172.21.15.52=smithi052;smithi129:172.21.15.129=smithi129", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:50:34.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:34 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:50:33.244871+0000 mgr.smithi052.oxmxbk (mgr.14164) 18 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=smithi052;smithi129:172.21.15.129=smithi129;count:2 2023-11-15T05:50:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:34.565387+0000 mgr.smithi052.oxmxbk (mgr.14164) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:34.920204+0000 mon.smithi052 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.129:0/1828812648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:50:36.308 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:50:36.309 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:50:37.624 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:37.625 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:50:37.626 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:50:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:36.565661+0000 mgr.smithi052.oxmxbk (mgr.14164) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:38.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:38 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:37.623739+0000 mon.smithi052 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.129:0/2905427399' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:50:39.267 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:50:39.267 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:50:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:38.566028+0000 mgr.smithi052.oxmxbk (mgr.14164) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:40.629 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:40.629 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:50:40.631 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:50:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:40.566417+0000 mgr.smithi052.oxmxbk (mgr.14164) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:40.628471+0000 mon.smithi052 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.129:0/4028801143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:50:42.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:50:42.004 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:50:43.372 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:43.373 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:50:43.374 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:50:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:42.566783+0000 mgr.smithi052.oxmxbk (mgr.14164) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:43.372101+0000 mon.smithi052 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.129:0/511934746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:50:44.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:50:44.756 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:50:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:44.567149+0000 mgr.smithi052.oxmxbk (mgr.14164) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:46.212 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:46.212 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:50:46.213 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:50:46.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:46 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:46.211325+0000 mon.smithi052 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.129:0/758993163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:50:47.579 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:50:47.580 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:50:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:46.567440+0000 mgr.smithi052.oxmxbk (mgr.14164) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:48.567716+0000 mgr.smithi052.oxmxbk (mgr.14164) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:51.321 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:51.322 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:50:51.323 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:50:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:50.568081+0000 mgr.smithi052.oxmxbk (mgr.14164) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:51.320958+0000 mon.smithi052 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.129:0/2662697818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:50:52.695 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:50:52.695 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:50:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:52.568415+0000 mgr.smithi052.oxmxbk (mgr.14164) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:54.092 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:54.092 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:50:54.093 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:50:54.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:54 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:54.091118+0000 mon.smithi052 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.129:0/297550329' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:50:55.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:50:55.463 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:50:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:54.568675+0000 mgr.smithi052.oxmxbk (mgr.14164) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:56.569034+0000 mgr.smithi052.oxmxbk (mgr.14164) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:58.465 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:50:58.465 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:50:58.467 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:50:58.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:58 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:58.464487+0000 mon.smithi052 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.129:0/3327125473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:50:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:50:58.569305+0000 mgr.smithi052.oxmxbk (mgr.14164) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:50:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:58.719580+0000 mon.smithi052 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:50:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:50:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:50:58.723865+0000 mon.smithi052 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:51:01.393 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:01.394 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:00.569625+0000 mgr.smithi052.oxmxbk (mgr.14164) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:03.613 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:03.614 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:03.615 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:02.569937+0000 mgr.smithi052.oxmxbk (mgr.14164) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:03.612876+0000 mon.smithi052 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.129:0/438678783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:04.945 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:04.946 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:04.570248+0000 mgr.smithi052.oxmxbk (mgr.14164) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:06.330 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:06.331 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:06.336 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:06.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:06.330243+0000 mon.smithi052 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.129:0/1641601535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:07.691 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:07.692 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:06.570491+0000 mgr.smithi052.oxmxbk (mgr.14164) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:09.175 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:09.175 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:09.176 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:09.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:08.570738+0000 mgr.smithi052.oxmxbk (mgr.14164) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:09.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:09.174113+0000 mon.smithi052 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.129:0/3003698752' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:10.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:10.556 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:10.571094+0000 mgr.smithi052.oxmxbk (mgr.14164) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:12.000 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:12.001 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:12.002 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:12.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:12 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:11.999638+0000 mon.smithi052 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.129:0/4169372603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:13.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:13.385 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:12.571382+0000 mgr.smithi052.oxmxbk (mgr.14164) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:14.752 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:14.752 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:14.753 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:14.571720+0000 mgr.smithi052.oxmxbk (mgr.14164) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:14.751365+0000 mon.smithi052 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.129:0/4274962383' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:16.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:16.120 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:17.484 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:17.485 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:17.486 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:16.572018+0000 mgr.smithi052.oxmxbk (mgr.14164) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:17.483975+0000 mon.smithi052 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.129:0/1395745548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:18.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:18.890 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:19.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:18.572377+0000 mgr.smithi052.oxmxbk (mgr.14164) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:20.308 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:20.308 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:20.310 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:20.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:20 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:20.307215+0000 mon.smithi052 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.129:0/1875841249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:21.690 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:21.691 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:20.572786+0000 mgr.smithi052.oxmxbk (mgr.14164) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:23.100 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:23.100 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:23.102 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:22.573107+0000 mgr.smithi052.oxmxbk (mgr.14164) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:23.099719+0000 mon.smithi052 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.129:0/996786526' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:25.125 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:25.126 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:24.573446+0000 mgr.smithi052.oxmxbk (mgr.14164) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:26.574 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:26.574 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:26.576 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:26.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:26 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:26.572979+0000 mon.smithi052 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.129:0/1870372452' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:26.573725+0000 mgr.smithi052.oxmxbk (mgr.14164) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:28.009 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:28.010 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:29.391 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:29.391 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:29.393 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:28.574055+0000 mgr.smithi052.oxmxbk (mgr.14164) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:29.390988+0000 mon.smithi052 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.129:0/478284950' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:30.838 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:30.838 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:31.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:30.574406+0000 mgr.smithi052.oxmxbk (mgr.14164) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:32.255 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:32.256 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:32.257 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:32.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:32 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:32.254726+0000 mon.smithi052 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.129:0/1863157878' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:33.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:33.631 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:32.574770+0000 mgr.smithi052.oxmxbk (mgr.14164) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:34.996 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:34.996 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:34.997 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:34.575108+0000 mgr.smithi052.oxmxbk (mgr.14164) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:34.994904+0000 mon.smithi052 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.129:0/1746679348' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:36.377 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:36.377 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:37.823 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:37.823 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:37.825 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:36.575446+0000 mgr.smithi052.oxmxbk (mgr.14164) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:38.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:38 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:37.822745+0000 mon.smithi052 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.129:0/3094732131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:39.208 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:39.209 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:38.575825+0000 mgr.smithi052.oxmxbk (mgr.14164) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:40.694 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:40.695 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:40.696 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:41.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:40.576143+0000 mgr.smithi052.oxmxbk (mgr.14164) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:41.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:40.694100+0000 mon.smithi052 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.129:0/1713712484' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:42.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:42.100 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:43.535 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:43.535 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:43.537 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:42.576382+0000 mgr.smithi052.oxmxbk (mgr.14164) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:43.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:43.534552+0000 mon.smithi052 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.129:0/2018489276' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:44.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:44.927 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:44.576714+0000 mgr.smithi052.oxmxbk (mgr.14164) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:46.359 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:46.359 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:46.360 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:46.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:46 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:46.358005+0000 mon.smithi052 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.129:0/3447488990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:47.733 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:47.733 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:46.577032+0000 mgr.smithi052.oxmxbk (mgr.14164) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:49.117 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:49.118 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:49.119 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:48.577356+0000 mgr.smithi052.oxmxbk (mgr.14164) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:49.116848+0000 mon.smithi052 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.129:0/3399809634' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:50.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:50.500 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:51.857 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:51.858 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:51.859 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:50.577653+0000 mgr.smithi052.oxmxbk (mgr.14164) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:52.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:52 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:51.856278+0000 mon.smithi052 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.129:0/3317296863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:53.272 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:53.273 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:52.578000+0000 mgr.smithi052.oxmxbk (mgr.14164) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:54.628 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:54.629 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:54.630 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:54.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:54 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:54.627759+0000 mon.smithi052 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.129:0/1152076399' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:54.578371+0000 mgr.smithi052.oxmxbk (mgr.14164) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:56.005 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:56.006 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:57.411 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:51:57.412 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:51:57.413 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:51:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:56.578710+0000 mgr.smithi052.oxmxbk (mgr.14164) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:57.411033+0000 mon.smithi052 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.129:0/2773059884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:51:58.801 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:51:58.801 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:51:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:51:58.579020+0000 mgr.smithi052.oxmxbk (mgr.14164) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:51:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:58.720626+0000 mon.smithi052 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:51:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:51:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:51:58.724946+0000 mon.smithi052 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:52:00.273 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:00.274 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:00.275 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:00.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:00 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:00.272978+0000 mon.smithi052 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.129:0/1092148044' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:01.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:01.650 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:00.579259+0000 mgr.smithi052.oxmxbk (mgr.14164) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:03.084 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:03.085 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:03.086 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:02.579582+0000 mgr.smithi052.oxmxbk (mgr.14164) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:03.083644+0000 mon.smithi052 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.129:0/2658797108' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:04.459 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:04.460 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:05.878 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:05.879 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:05.880 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:04.579981+0000 mgr.smithi052.oxmxbk (mgr.14164) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:06.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:05.877529+0000 mon.smithi052 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.129:0/2846318854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:07.261 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:07.261 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:06.580363+0000 mgr.smithi052.oxmxbk (mgr.14164) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:08.743 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:08.743 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:08.744 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:09.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:08.580770+0000 mgr.smithi052.oxmxbk (mgr.14164) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:09.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:08.741805+0000 mon.smithi052 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.129:0/4051148020' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:10.123 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:10.124 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:11.560 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:11.561 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:11.562 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:10.581076+0000 mgr.smithi052.oxmxbk (mgr.14164) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:11.560167+0000 mon.smithi052 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.129:0/713760375' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:12.945 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:12.947 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:12.581365+0000 mgr.smithi052.oxmxbk (mgr.14164) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:14.402 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:14.402 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:14.403 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:14.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:14 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:14.400858+0000 mon.smithi052 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.129:0/3996365624' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:15.790 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:15.790 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:14.581714+0000 mgr.smithi052.oxmxbk (mgr.14164) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:17.239 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:17.239 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:17.241 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:16.582110+0000 mgr.smithi052.oxmxbk (mgr.14164) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:17.238200+0000 mon.smithi052 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.129:0/2932533702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:18.612 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:18.613 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:19.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:18.582436+0000 mgr.smithi052.oxmxbk (mgr.14164) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:20.149 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:20.149 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:20.150 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:20.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:20 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:20.148319+0000 mon.smithi052 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.129:0/3493261906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:21.493 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:21.494 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:20.582759+0000 mgr.smithi052.oxmxbk (mgr.14164) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:22.901 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:22.901 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:22.902 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:22.583010+0000 mgr.smithi052.oxmxbk (mgr.14164) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:22.900009+0000 mon.smithi052 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.129:0/3327412492' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:24.283 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:24.285 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:25.643 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:25.644 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:25.645 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:24.583333+0000 mgr.smithi052.oxmxbk (mgr.14164) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:26.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:26 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:25.642599+0000 mon.smithi052 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.129:0/1529362123' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:27.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:27.059 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:26.583738+0000 mgr.smithi052.oxmxbk (mgr.14164) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:28.383 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:28.384 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:28.385 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:28.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:28.383286+0000 mon.smithi052 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.129:0/3548037977' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:29.765 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:29.766 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:29.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:28.584059+0000 mgr.smithi052.oxmxbk (mgr.14164) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:31.150 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:31.151 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:31.152 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:31.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:30.584372+0000 mgr.smithi052.oxmxbk (mgr.14164) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:31.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:31.149751+0000 mon.smithi052 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.129:0/3418417460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:32.476 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:32.477 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:33.800 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:33.801 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:33.802 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:32.584691+0000 mgr.smithi052.oxmxbk (mgr.14164) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:34.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:34 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:33.799604+0000 mon.smithi052 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.129:0/568351151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:35.203 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:35.204 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:34.585049+0000 mgr.smithi052.oxmxbk (mgr.14164) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:36.579 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:36.579 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:36.581 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:36.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:36 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:36.578369+0000 mon.smithi052 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.129:0/33224158' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:37.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:37.971 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:36.585310+0000 mgr.smithi052.oxmxbk (mgr.14164) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:39.364 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:39.364 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:39.365 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:38.585571+0000 mgr.smithi052.oxmxbk (mgr.14164) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:39.363641+0000 mon.smithi052 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.129:0/1432080610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:40.751 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:40.752 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:40.585911+0000 mgr.smithi052.oxmxbk (mgr.14164) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:42.146 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:42.146 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:42.147 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:42.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:42 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:42.145091+0000 mon.smithi052 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.129:0/1738973852' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:43.712 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:43.713 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:42.586202+0000 mgr.smithi052.oxmxbk (mgr.14164) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:45.086 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:45.086 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:45.088 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:44.586531+0000 mgr.smithi052.oxmxbk (mgr.14164) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:45.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:45.085667+0000 mon.smithi052 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.129:0/550985469' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:46.470 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:46.471 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:47.891 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:47.891 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:47.892 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:46.586783+0000 mgr.smithi052.oxmxbk (mgr.14164) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:48.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:48 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:47.890178+0000 mon.smithi052 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.129:0/106712752' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:49.287 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:49.287 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:48.587048+0000 mgr.smithi052.oxmxbk (mgr.14164) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:50.657 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:50.657 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:50.658 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:50.587403+0000 mgr.smithi052.oxmxbk (mgr.14164) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:50.656150+0000 mon.smithi052 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.129:0/2063841726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:52.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:52.037 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:53.421 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:53.421 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:53.426 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:52.587774+0000 mgr.smithi052.oxmxbk (mgr.14164) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:53.419942+0000 mon.smithi052 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.129:0/1809573723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:54.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:54.816 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:54.588096+0000 mgr.smithi052.oxmxbk (mgr.14164) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:56.138 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:56.139 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:56.140 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:56.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:56 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:56.137427+0000 mon.smithi052 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.129:0/1602989752' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:52:57.556 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:52:57.557 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:52:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:56.588356+0000 mgr.smithi052.oxmxbk (mgr.14164) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:58.919 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:52:58.919 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:52:58.921 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:52:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:52:58.588649+0000 mgr.smithi052.oxmxbk (mgr.14164) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:52:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:58.721753+0000 mon.smithi052 (mon.0) 175 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:52:59.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:58.725842+0000 mon.smithi052 (mon.0) 176 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:52:59.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:52:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:52:58.918568+0000 mon.smithi052 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.129:0/790894766' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:00.301 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:00.301 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:01.704 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:01.704 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:01.705 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:00.588956+0000 mgr.smithi052.oxmxbk (mgr.14164) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:02.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:02 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:01.703282+0000 mon.smithi052 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.129:0/1551943475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:03.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:03.079 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:02.589302+0000 mgr.smithi052.oxmxbk (mgr.14164) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:04.394 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:04.395 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:04.395 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:04.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:04 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:04.391608+0000 mon.smithi052 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.129:0/3146295351' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:05.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:05.767 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:04.589686+0000 mgr.smithi052.oxmxbk (mgr.14164) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:07.106 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:07.107 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:07.109 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:06.590037+0000 mgr.smithi052.oxmxbk (mgr.14164) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:07.106044+0000 mon.smithi052 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.129:0/1834759735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:08.532 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:08.533 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:09.886 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:09.886 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:09.887 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:09.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:08.590412+0000 mgr.smithi052.oxmxbk (mgr.14164) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:10.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:10 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:09.884586+0000 mon.smithi052 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.129:0/1040343350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:11.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:11.271 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:10.590754+0000 mgr.smithi052.oxmxbk (mgr.14164) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:12.687 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:12.687 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:12.687 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:12.591098+0000 mgr.smithi052.oxmxbk (mgr.14164) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:12.683512+0000 mon.smithi052 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.129:0/374058557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:14.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:14.058 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:15.396 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:15.396 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:15.398 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:14.591437+0000 mgr.smithi052.oxmxbk (mgr.14164) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:15.395544+0000 mon.smithi052 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.129:0/956692649' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:16.781 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:16.782 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:16.591800+0000 mgr.smithi052.oxmxbk (mgr.14164) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:18.192 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:18.193 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:18.194 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:18.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:18 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:18.191540+0000 mon.smithi052 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.129:0/2445190130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:19.608 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:19.609 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:19.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:18.592092+0000 mgr.smithi052.oxmxbk (mgr.14164) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:20.960 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:20.961 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:20.962 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:20.592409+0000 mgr.smithi052.oxmxbk (mgr.14164) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:20.959526+0000 mon.smithi052 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.129:0/2026207700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:22.353 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:22.354 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:23.724 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:23.724 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:23.725 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:22.592696+0000 mgr.smithi052.oxmxbk (mgr.14164) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:24.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:24 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:23.723016+0000 mon.smithi052 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.129:0/2020440735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:25.111 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:25.112 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:24.592968+0000 mgr.smithi052.oxmxbk (mgr.14164) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:26.534 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:26.534 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:26.535 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:26.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:26 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:26.533451+0000 mon.smithi052 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.129:0/595623549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:27.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:27.916 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:26.593313+0000 mgr.smithi052.oxmxbk (mgr.14164) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:29.355 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:29.355 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:29.357 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:28.593642+0000 mgr.smithi052.oxmxbk (mgr.14164) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:29.353965+0000 mon.smithi052 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.129:0/1467443874' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:30.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:30.727 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:31.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:30.593961+0000 mgr.smithi052.oxmxbk (mgr.14164) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:32.129 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:32.129 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:32.130 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:32.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:32 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:32.127817+0000 mon.smithi052 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.129:0/2627131308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:33.505 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:33.506 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:32.594301+0000 mgr.smithi052.oxmxbk (mgr.14164) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:34.872 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:34.872 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:34.873 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:34.594557+0000 mgr.smithi052.oxmxbk (mgr.14164) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:34.871010+0000 mon.smithi052 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.129:0/3825462493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:36.272 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:36.272 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:37.648 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:37.649 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:37.650 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:36.594879+0000 mgr.smithi052.oxmxbk (mgr.14164) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:37.647458+0000 mon.smithi052 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.129:0/2263035636' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:39.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:39.023 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:38.595263+0000 mgr.smithi052.oxmxbk (mgr.14164) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:40.504 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:40.504 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:40.505 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:40.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:40 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:40.503155+0000 mon.smithi052 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.129:0/2872242972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:41.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:41.927 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:40.595501+0000 mgr.smithi052.oxmxbk (mgr.14164) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:43.295 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:43.296 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:43.297 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:42.595813+0000 mgr.smithi052.oxmxbk (mgr.14164) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:43.294885+0000 mon.smithi052 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.129:0/3763190707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:44.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:44.663 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:44.596074+0000 mgr.smithi052.oxmxbk (mgr.14164) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:46.071 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:46.072 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:46.073 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:46.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:46 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:46.070831+0000 mon.smithi052 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.129:0/1447386455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:47.459 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:47.460 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:46.596304+0000 mgr.smithi052.oxmxbk (mgr.14164) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:48.905 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:48.905 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:48.906 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:48.596543+0000 mgr.smithi052.oxmxbk (mgr.14164) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:49.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:48.904115+0000 mon.smithi052 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.129:0/1611667398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:50.287 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:50.287 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:51.647 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:51.647 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:51.648 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:50.596819+0000 mgr.smithi052.oxmxbk (mgr.14164) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:51.646595+0000 mon.smithi052 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.129:0/3660733383' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:53.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:53.028 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:52.597094+0000 mgr.smithi052.oxmxbk (mgr.14164) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:54.350 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:54.351 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:54.351 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:54.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:54 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:54.349102+0000 mon.smithi052 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.129:0/3086723432' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:55.776 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:55.777 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:55.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:54.597422+0000 mgr.smithi052.oxmxbk (mgr.14164) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:57.138 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:57.138 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:57.140 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:56.597722+0000 mgr.smithi052.oxmxbk (mgr.14164) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:57.137482+0000 mon.smithi052 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.129:0/284637101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:53:58.532 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:53:58.532 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:53:59.936 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:53:59.936 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:53:59.938 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:53:59.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:53:58.598087+0000 mgr.smithi052.oxmxbk (mgr.14164) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:53:59.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:58.722973+0000 mon.smithi052 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:53:59.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:53:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:58.726988+0000 mon.smithi052 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:54:00.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:00 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:53:59.935062+0000 mon.smithi052 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.129:0/2425763069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:01.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:01.331 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:00.598382+0000 mgr.smithi052.oxmxbk (mgr.14164) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:02.823 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:02.823 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:02.824 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:02.598672+0000 mgr.smithi052.oxmxbk (mgr.14164) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:02.821904+0000 mon.smithi052 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.129:0/1983471442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:04.202 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:04.202 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:05.552 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:05.552 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:05.554 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:04.599038+0000 mgr.smithi052.oxmxbk (mgr.14164) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:05.551156+0000 mon.smithi052 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.129:0/4129199521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:06.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:06.920 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:06.599340+0000 mgr.smithi052.oxmxbk (mgr.14164) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:08.310 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:08.310 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:08.312 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:08.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:08.309453+0000 mon.smithi052 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.129:0/3343022664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:09.730 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:09.730 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:09.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:08.599689+0000 mgr.smithi052.oxmxbk (mgr.14164) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:11.130 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:11.130 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:11.130 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:10.600088+0000 mgr.smithi052.oxmxbk (mgr.14164) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:11.126792+0000 mon.smithi052 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.129:0/280137236' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:12.509 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:12.509 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:13.905 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:13.906 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:13.907 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:12.600419+0000 mgr.smithi052.oxmxbk (mgr.14164) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:14.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:14 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:13.904736+0000 mon.smithi052 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.129:0/63641407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:15.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:15.281 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:14.600733+0000 mgr.smithi052.oxmxbk (mgr.14164) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:16.682 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:16.685 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:16.686 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:16.601100+0000 mgr.smithi052.oxmxbk (mgr.14164) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:16.681407+0000 mon.smithi052 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.129:0/1683267073' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:18.071 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:18.071 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:19.579 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:19.579 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:19.580 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:19.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:18.601437+0000 mgr.smithi052.oxmxbk (mgr.14164) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:20.950 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:20.951 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:20.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:20 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:19.577696+0000 mon.smithi052 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.129:0/1988116646' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:20.601784+0000 mgr.smithi052.oxmxbk (mgr.14164) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:22.259 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:22.260 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:22.261 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:22.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:22 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:22.258777+0000 mon.smithi052 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.129:0/3482820117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:23.668 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:23.669 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:22.602165+0000 mgr.smithi052.oxmxbk (mgr.14164) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:24.998 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:24.999 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:25.000 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:24.602511+0000 mgr.smithi052.oxmxbk (mgr.14164) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:24.997898+0000 mon.smithi052 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.129:0/3259716654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:26.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:26.376 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:27.750 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:27.750 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:27.751 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:26.602815+0000 mgr.smithi052.oxmxbk (mgr.14164) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:28.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:27.749459+0000 mon.smithi052 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.129:0/1407027394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:29.116 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:29.116 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:28.603159+0000 mgr.smithi052.oxmxbk (mgr.14164) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:30.441 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:30.442 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:30.443 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:30.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:30 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:30.440507+0000 mon.smithi052 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.129:0/2134261012' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:31.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:31.777 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:31.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:30.603438+0000 mgr.smithi052.oxmxbk (mgr.14164) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:33.115 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:33.115 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:33.116 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:32.603713+0000 mgr.smithi052.oxmxbk (mgr.14164) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:33.114592+0000 mon.smithi052 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.129:0/3451476647' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:34.492 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:34.493 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:35.855 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:35.855 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:35.857 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:34.604074+0000 mgr.smithi052.oxmxbk (mgr.14164) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:36.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:36 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:35.854682+0000 mon.smithi052 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.129:0/3541930103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:37.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:37.273 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:36.604448+0000 mgr.smithi052.oxmxbk (mgr.14164) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:38.618 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:38.618 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:38.620 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:38.604789+0000 mgr.smithi052.oxmxbk (mgr.14164) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:38.617146+0000 mon.smithi052 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.129:0/2432259974' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:39.996 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:39.997 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:41.361 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:41.361 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:41.363 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:40.605167+0000 mgr.smithi052.oxmxbk (mgr.14164) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:41.360343+0000 mon.smithi052 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.129:0/2546199911' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:42.743 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:42.744 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:42.605462+0000 mgr.smithi052.oxmxbk (mgr.14164) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:44.137 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:44.137 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:44.139 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:44.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:44 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:44.136622+0000 mon.smithi052 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.129:0/3437367331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:45.550 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:45.551 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:44.605809+0000 mgr.smithi052.oxmxbk (mgr.14164) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:46.904 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:46.904 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:46.906 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:46.606259+0000 mgr.smithi052.oxmxbk (mgr.14164) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:47.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:46.903343+0000 mon.smithi052 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.129:0/1164508310' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:48.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:48.300 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:49.606 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:49.606 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:49.607 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:48.606827+0000 mgr.smithi052.oxmxbk (mgr.14164) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:50.977 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:50.978 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:50.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:50 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:49.604774+0000 mon.smithi052 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.129:0/2257326150' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:50.607119+0000 mgr.smithi052.oxmxbk (mgr.14164) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:52.359 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:52.359 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:52.360 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:52.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:52 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:52.358060+0000 mon.smithi052 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.129:0/1160442230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:53.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:53.723 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:52.607465+0000 mgr.smithi052.oxmxbk (mgr.14164) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:55.171 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:55.171 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:55.172 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:54.607789+0000 mgr.smithi052.oxmxbk (mgr.14164) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:55.170299+0000 mon.smithi052 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.129:0/4103496314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:56.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:56.564 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:57.965 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:54:57.965 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:54:57.966 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:54:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:56.608064+0000 mgr.smithi052.oxmxbk (mgr.14164) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:58.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:58 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:57.963559+0000 mon.smithi052 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.129:0/2505133250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:54:59.305 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:54:59.306 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:54:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:54:58.608398+0000 mgr.smithi052.oxmxbk (mgr.14164) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:54:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:58.724069+0000 mon.smithi052 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:54:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:54:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:54:58.727879+0000 mon.smithi052 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:55:00.658 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:00.658 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:00.659 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:00.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:00 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:00.657113+0000 mon.smithi052 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.129:0/551024060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:00.608743+0000 mgr.smithi052.oxmxbk (mgr.14164) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:02.063 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:02.063 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:03.442 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:03.442 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:03.443 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:02.609079+0000 mgr.smithi052.oxmxbk (mgr.14164) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:03.441111+0000 mon.smithi052 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.129:0/2985625451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:04.829 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:04.830 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:04.609354+0000 mgr.smithi052.oxmxbk (mgr.14164) 154 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:06.164 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:06.165 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:06.166 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:06.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:06.163682+0000 mon.smithi052 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.129:0/792868033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:07.546 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:07.546 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:06.609583+0000 mgr.smithi052.oxmxbk (mgr.14164) 155 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:08.926 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:08.017774+0000 mon.smithi052 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi052", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:55:08.926 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:08.020257+0000 mon.smithi052 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi052", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:55:08.927 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:08.021163+0000 mon.smithi052 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:55:08.988 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:08.988 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:08.989 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:09.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:55:08.016505+0000 mgr.smithi052.oxmxbk (mgr.14164) 156 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi052 ... 2023-11-15T05:55:09.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-15T05:55:09.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T05:55:09.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:50:47Z" 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" 2023-11-15T05:55:09.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:51:24Z" 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" 2023-11-15T05:55:09.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:52:01Z" 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" 2023-11-15T05:55:09.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:55:09.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-15T05:55:09.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T05:55:09.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:53:15Z" 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" 2023-11-15T05:55:09.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:53:53Z" 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" 2023-11-15T05:55:09.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:54:30Z" 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" 2023-11-15T05:55:09.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:55:09.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Traceback (most recent call last): 2023-11-15T05:55:09.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-15T05:55:09.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: main() 2023-11-15T05:55:09.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-15T05:55:09.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: r = ctx.func(ctx) 2023-11-15T05:55:09.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-15T05:55:09.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: return func(ctx) 2023-11-15T05:55:09.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-11-15T05:55:09.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-15T05:55:09.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2023-11-15T05:55:09.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-15T05:55:09.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-11-15T05:55:09.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: raise RuntimeError('uid/gid not found') 2023-11-15T05:55:09.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: RuntimeError: uid/gid not found 2023-11-15T05:55:09.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Traceback (most recent call last): 2023-11-15T05:55:09.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-11-15T05:55:09.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: yield (conn, connr) 2023-11-15T05:55:09.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-11-15T05:55:09.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: code, '\n'.join(err))) 2023-11-15T05:55:09.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi052 ... 2023-11-15T05:55:09.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-15T05:55:09.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T05:55:09.988 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:50:47Z" 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" 2023-11-15T05:55:09.988 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:51:24Z" 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" 2023-11-15T05:55:09.988 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:52:01Z" 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" 2023-11-15T05:55:09.989 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:55:09.989 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi052 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-15T05:55:09.989 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T05:55:09.990 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:53:15Z" 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" 2023-11-15T05:55:09.990 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:53:53Z" 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" 2023-11-15T05:55:09.990 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: stat: stderr time="2023-11-15T05:54:30Z" 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" 2023-11-15T05:55:09.990 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: 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 2023-11-15T05:55:09.991 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Traceback (most recent call last): 2023-11-15T05:55:09.991 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-15T05:55:09.991 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: main() 2023-11-15T05:55:09.991 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-15T05:55:09.992 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: r = ctx.func(ctx) 2023-11-15T05:55:09.992 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-15T05:55:09.992 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: return func(ctx) 2023-11-15T05:55:09.992 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-11-15T05:55:09.993 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-15T05:55:09.993 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2023-11-15T05:55:09.993 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-15T05:55:09.993 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-11-15T05:55:09.993 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: raise RuntimeError('uid/gid not found') 2023-11-15T05:55:09.993 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: RuntimeError: uid/gid not found 2023-11-15T05:55:09.994 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:55:08.021847+0000 mgr.smithi052.oxmxbk (mgr.14164) 157 : cephadm [INF] Deploying daemon crash.smithi052 on smithi052 2023-11-15T05:55:09.994 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:08.609955+0000 mgr.smithi052.oxmxbk (mgr.14164) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:09.994 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:08.987125+0000 mon.smithi052 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.129:0/1678322052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:09.994 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:09.564945+0000 mon.smithi052 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:55:09.994 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:09.645013+0000 mon.smithi052 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:55:09.995 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:09.647463+0000 mon.smithi052 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:55:09.995 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:09.647938+0000 mon.smithi052 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:55:09.995 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:09.650730+0000 mon.smithi052 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:55:10.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:10.373 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:10.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:10 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:09.648371+0000 mgr.smithi052.oxmxbk (mgr.14164) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:55:10.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:10 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:55:09.653874+0000 mgr.smithi052.oxmxbk (mgr.14164) 160 : cephadm [INF] Deploying daemon grafana.smithi052 on smithi052 2023-11-15T05:55:11.755 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:11.755 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:11.756 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:10.610445+0000 mgr.smithi052.oxmxbk (mgr.14164) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:12.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:12 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:11.754053+0000 mon.smithi052 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.129:0/1446292891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:13.137 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:13.138 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:12.610740+0000 mgr.smithi052.oxmxbk (mgr.14164) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:14.449 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:14.449 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:14.450 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:14.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:14 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:14.448200+0000 mon.smithi052 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.129:0/1868185175' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:15.835 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:15.836 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:14.611088+0000 mgr.smithi052.oxmxbk (mgr.14164) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:17.199 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:17.200 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:17.201 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:16.611426+0000 mgr.smithi052.oxmxbk (mgr.14164) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:17.198805+0000 mon.smithi052 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.129:0/1958891844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:18.579 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:18.580 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:19.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:18.611654+0000 mgr.smithi052.oxmxbk (mgr.14164) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:20.024 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:20.024 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:20.025 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:20.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:20 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:20.023400+0000 mon.smithi052 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.129:0/2304121802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:21.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:21.407 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:20.611872+0000 mgr.smithi052.oxmxbk (mgr.14164) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:22.786 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:22.786 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:22.787 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:22.612068+0000 mgr.smithi052.oxmxbk (mgr.14164) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:22.784745+0000 mon.smithi052 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.129:0/893858161' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:24.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:24.177 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:25.508 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:25.508 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:25.509 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:24.612300+0000 mgr.smithi052.oxmxbk (mgr.14164) 168 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:25.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:25.507109+0000 mon.smithi052 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.129:0/3427095296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:26.930 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:26.931 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:27.747 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:26.612575+0000 mgr.smithi052.oxmxbk (mgr.14164) 169 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:27.748 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:27.224338+0000 mon.smithi052 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' 2023-11-15T05:55:28.285 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:28.286 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:28.287 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:28.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:55:27.226748+0000 mgr.smithi052.oxmxbk (mgr.14164) 170 : cephadm [INF] Deploying daemon node-exporter.smithi052 on smithi052 2023-11-15T05:55:28.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:28 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:28.284716+0000 mon.smithi052 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.129:0/1366345280' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:29.678 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:29.679 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:28.612889+0000 mgr.smithi052.oxmxbk (mgr.14164) 171 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:31.133 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:31.133 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:31.135 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:31.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:30.613273+0000 mgr.smithi052.oxmxbk (mgr.14164) 172 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:31.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:31.132162+0000 mon.smithi052 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.129:0/3038104212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:32.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:32.513 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:33.917 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:33.918 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:33.919 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:32.613568+0000 mgr.smithi052.oxmxbk (mgr.14164) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:34.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:34 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:33.916800+0000 mon.smithi052 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.129:0/666961632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:35.326 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:35.327 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:34.613880+0000 mgr.smithi052.oxmxbk (mgr.14164) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:36.704 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:36.704 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:36.705 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:36.614188+0000 mgr.smithi052.oxmxbk (mgr.14164) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:36.703229+0000 mon.smithi052 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.129:0/524100286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:38.085 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:38.085 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:39.389 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:39.390 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:39.391 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:38.614476+0000 mgr.smithi052.oxmxbk (mgr.14164) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:39.388747+0000 mon.smithi052 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.129:0/1629857100' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:40.812 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:40.812 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:40.614806+0000 mgr.smithi052.oxmxbk (mgr.14164) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:42.170 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:42.170 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:42.171 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:42.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:42 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:42.169330+0000 mon.smithi052 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.129:0/677419201' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:43.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:43.548 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:42.615139+0000 mgr.smithi052.oxmxbk (mgr.14164) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:44.924 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:44.924 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:44.926 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:44.615457+0000 mgr.smithi052.oxmxbk (mgr.14164) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:44.923272+0000 mon.smithi052 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.129:0/1515412278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:46.295 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:46.296 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:47.687 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:47.688 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:47.688 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:46.615797+0000 mgr.smithi052.oxmxbk (mgr.14164) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:48.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:48 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:47.686358+0000 mon.smithi052 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.129:0/1167567418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:49.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:49.077 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:48.616200+0000 mgr.smithi052.oxmxbk (mgr.14164) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:50.424 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:50.425 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:50.426 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:50.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:50 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:50.423424+0000 mon.smithi052 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.129:0/511239586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:51.803 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:51.803 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:50.616586+0000 mgr.smithi052.oxmxbk (mgr.14164) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:53.225 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:53.225 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:53.227 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:53.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:52.616892+0000 mgr.smithi052.oxmxbk (mgr.14164) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:53.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:53.224637+0000 mon.smithi052 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.129:0/3994778286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:54.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:54.599 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:54.617207+0000 mgr.smithi052.oxmxbk (mgr.14164) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:56.006 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:56.007 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:56.008 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:56.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:56 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:56.005954+0000 mon.smithi052 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.129:0/482166451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:55:57.390 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:55:57.391 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:55:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:56.617476+0000 mgr.smithi052.oxmxbk (mgr.14164) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:58.800 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:55:58.801 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:55:58.801 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:55:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:55:58.617781+0000 mgr.smithi052.oxmxbk (mgr.14164) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:55:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:58.725119+0000 mon.smithi052 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:55:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:58.728884+0000 mon.smithi052 (mon.0) 256 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:55:59.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:55:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:55:58.798990+0000 mon.smithi052 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.129:0/1663298297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:00.185 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:00.186 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:01.609 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:01.609 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:01.611 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:00.618131+0000 mgr.smithi052.oxmxbk (mgr.14164) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:01.608502+0000 mon.smithi052 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.129:0/3228668474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:02.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:02.993 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:02.618417+0000 mgr.smithi052.oxmxbk (mgr.14164) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:04.309 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:04.309 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:04.311 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:04.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:04 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:04.308012+0000 mon.smithi052 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.129:0/1062313549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:05.724 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:05.725 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:04.618769+0000 mgr.smithi052.oxmxbk (mgr.14164) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:07.072 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:07.073 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:07.074 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:06.619131+0000 mgr.smithi052.oxmxbk (mgr.14164) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:07.071456+0000 mon.smithi052 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.129:0/3865285273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:08.449 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:08.450 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:09.845 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:09.845 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:09.847 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:09.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:08.619389+0000 mgr.smithi052.oxmxbk (mgr.14164) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:10.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:10 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:09.843883+0000 mon.smithi052 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.129:0/27916231' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:11.224 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:11.224 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:10.619725+0000 mgr.smithi052.oxmxbk (mgr.14164) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:12.582 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:12.582 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:12.584 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:12.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:12 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:12.581437+0000 mon.smithi052 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.129:0/2724335688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:12.620113+0000 mgr.smithi052.oxmxbk (mgr.14164) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:13.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:13.995 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:15.353 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:15.353 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:15.354 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:14.620414+0000 mgr.smithi052.oxmxbk (mgr.14164) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:15.350332+0000 mon.smithi052 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.129:0/1093141178' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:16.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:16.732 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:16.620776+0000 mgr.smithi052.oxmxbk (mgr.14164) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:18.122 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:18.122 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:18.124 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:18.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:18 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:18.121843+0000 mon.smithi052 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.129:0/1446956714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:19.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:19.515 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:19.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:18.621167+0000 mgr.smithi052.oxmxbk (mgr.14164) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:20.899 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:20.900 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:20.901 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:20.621537+0000 mgr.smithi052.oxmxbk (mgr.14164) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:20.898153+0000 mon.smithi052 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.129:0/606647034' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:22.294 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:22.295 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:23.694 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:23.694 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:23.696 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:22.621793+0000 mgr.smithi052.oxmxbk (mgr.14164) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:24.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:24 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:23.693470+0000 mon.smithi052 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.129:0/415106344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:25.077 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:25.077 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:24.622061+0000 mgr.smithi052.oxmxbk (mgr.14164) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:26.410 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:26.410 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:26.411 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:26.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:26 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:26.409216+0000 mon.smithi052 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.129:0/3857285163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:27.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:27.822 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:26.622412+0000 mgr.smithi052.oxmxbk (mgr.14164) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:29.143 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:29.143 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:29.144 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:28.622758+0000 mgr.smithi052.oxmxbk (mgr.14164) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:29.142021+0000 mon.smithi052 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.129:0/4287139308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:30.508 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:30.509 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:31.885 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:31.885 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:31.886 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:31.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:30.623132+0000 mgr.smithi052.oxmxbk (mgr.14164) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:32.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:32 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:31.883880+0000 mon.smithi052 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.129:0/56781747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:33.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:33.257 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:32.623488+0000 mgr.smithi052.oxmxbk (mgr.14164) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:34.650 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:34.651 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:34.652 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:34.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:34 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:34.649809+0000 mon.smithi052 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.129:0/2225865789' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:34.623837+0000 mgr.smithi052.oxmxbk (mgr.14164) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:36.033 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:36.035 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:37.389 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:37.389 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:37.391 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:36.624166+0000 mgr.smithi052.oxmxbk (mgr.14164) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:37.387858+0000 mon.smithi052 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.129:0/2564638933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:38.792 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:38.793 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:38.624414+0000 mgr.smithi052.oxmxbk (mgr.14164) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:40.123 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:40.123 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:40.125 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:40.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:40 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:40.122504+0000 mon.smithi052 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.129:0/2754315840' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:41.504 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:41.505 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:40.624772+0000 mgr.smithi052.oxmxbk (mgr.14164) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:42.821 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:42.821 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:42.822 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:42.625049+0000 mgr.smithi052.oxmxbk (mgr.14164) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:42.820112+0000 mon.smithi052 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.129:0/4008180130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:44.193 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:44.194 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:45.483 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:45.484 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:45.485 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:44.625335+0000 mgr.smithi052.oxmxbk (mgr.14164) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:45.482880+0000 mon.smithi052 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.129:0/764377420' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:46.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:46.841 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:46.625721+0000 mgr.smithi052.oxmxbk (mgr.14164) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:48.218 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:48.218 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:48.219 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:48.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:48 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:48.217350+0000 mon.smithi052 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.129:0/3254155407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:49.615 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:49.615 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:48.626119+0000 mgr.smithi052.oxmxbk (mgr.14164) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:50.971 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:50.971 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:50.972 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:50.626480+0000 mgr.smithi052.oxmxbk (mgr.14164) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:50.970054+0000 mon.smithi052 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.129:0/3815800568' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:52.336 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:52.337 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:53.687 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:53.687 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:53.689 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:52.626805+0000 mgr.smithi052.oxmxbk (mgr.14164) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:54.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:54 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:53.686527+0000 mon.smithi052 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.129:0/2125770532' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:55.073 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:55.074 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:54.627177+0000 mgr.smithi052.oxmxbk (mgr.14164) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:56.419 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:56.419 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:56.420 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:56.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:56 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:56.417818+0000 mon.smithi052 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.129:0/3247166459' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:56:57.801 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:56:57.801 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:56:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:56.627467+0000 mgr.smithi052.oxmxbk (mgr.14164) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:59.219 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:56:59.219 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:56:59.220 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:56:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:56:58.627718+0000 mgr.smithi052.oxmxbk (mgr.14164) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:56:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:58.726164+0000 mon.smithi052 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:56:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:58.729858+0000 mon.smithi052 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:56:59.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:56:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:56:59.218168+0000 mon.smithi052 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.129:0/1703228172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:00.600 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:00.600 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:00.628157+0000 mgr.smithi052.oxmxbk (mgr.14164) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:02.003 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:02.004 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:02.005 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:02.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:02 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:02.002813+0000 mon.smithi052 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.129:0/3938903933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:03.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:03.393 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:02.628566+0000 mgr.smithi052.oxmxbk (mgr.14164) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:04.694 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:04.695 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:04.696 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:04.628905+0000 mgr.smithi052.oxmxbk (mgr.14164) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:05.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:04.693389+0000 mon.smithi052 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.129:0/2767332162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:06.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:06.080 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:07.486 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:07.486 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:07.487 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:06.629304+0000 mgr.smithi052.oxmxbk (mgr.14164) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:07.485039+0000 mon.smithi052 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.129:0/924811819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:08.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:08.907 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:09.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:08.629719+0000 mgr.smithi052.oxmxbk (mgr.14164) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:10.343 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:10.343 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:10.344 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:10.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:10 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:10.342319+0000 mon.smithi052 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.129:0/358565566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:11.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:11.712 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:10.630117+0000 mgr.smithi052.oxmxbk (mgr.14164) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:13.047 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:13.047 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:13.049 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:12.630529+0000 mgr.smithi052.oxmxbk (mgr.14164) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:13.046294+0000 mon.smithi052 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.129:0/865278758' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:14.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:14.454 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:15.820 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:15.820 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:15.821 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:14.631025+0000 mgr.smithi052.oxmxbk (mgr.14164) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:16.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:16 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:15.818420+0000 mon.smithi052 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.129:0/3436529794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:17.203 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:17.204 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:16.631442+0000 mgr.smithi052.oxmxbk (mgr.14164) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:18.556 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:18.556 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:18.558 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:18.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:18 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:18.555563+0000 mon.smithi052 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.129:0/3901262228' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:19.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:19.926 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:19.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:18.631760+0000 mgr.smithi052.oxmxbk (mgr.14164) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:21.388 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:21.389 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:21.390 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:20.632098+0000 mgr.smithi052.oxmxbk (mgr.14164) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:21.388059+0000 mon.smithi052 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.129:0/49769418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:22.772 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:22.773 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:22.632372+0000 mgr.smithi052.oxmxbk (mgr.14164) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:24.252 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:24.252 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:24.254 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:24.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:24 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:24.251560+0000 mon.smithi052 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.129:0/2743061899' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:25.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:25.632 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:25.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:24.632627+0000 mgr.smithi052.oxmxbk (mgr.14164) 229 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:26.989 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:26.989 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:26.991 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:26.633024+0000 mgr.smithi052.oxmxbk (mgr.14164) 230 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:26.988674+0000 mon.smithi052 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.129:0/352853813' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:28.357 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:28.358 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:29.658 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:29.658 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:29.659 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:57:28.020863+0000 mgr.smithi052.oxmxbk (mgr.14164) 231 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi052 ... 2023-11-15T05:57:29.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Verifying port 9100 ... 2023-11-15T05:57:29.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Non-zero exit code 1 from systemctl start ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@node-exporter.smithi052 2023-11-15T05:57:29.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: systemctl: stderr Job for ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@node-exporter.smithi052.service failed because a timeout was exceeded. 2023-11-15T05:57:29.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: systemctl: stderr See "systemctl status ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@node-exporter.smithi052.service" and "journalctl -xe" for details. 2023-11-15T05:57:29.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Traceback (most recent call last): 2023-11-15T05:57:29.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-15T05:57:29.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: main() 2023-11-15T05:57:29.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-15T05:57:29.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: r = ctx.func(ctx) 2023-11-15T05:57:29.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-15T05:57:29.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: return func(ctx) 2023-11-15T05:57:29.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-11-15T05:57:29.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ports=daemon_ports) 2023-11-15T05:57:29.982 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-11-15T05:57:29.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-15T05:57:29.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-11-15T05:57:29.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-15T05:57:29.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-11-15T05:57:29.983 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-15T05:57:29.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: RuntimeError: Failed command: systemctl start ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@node-exporter.smithi052 2023-11-15T05:57:29.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Traceback (most recent call last): 2023-11-15T05:57:29.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-11-15T05:57:29.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: yield (conn, connr) 2023-11-15T05:57:29.984 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-11-15T05:57:29.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: code, '\n'.join(err))) 2023-11-15T05:57:29.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi052 ... 2023-11-15T05:57:29.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Verifying port 9100 ... 2023-11-15T05:57:29.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Non-zero exit code 1 from systemctl start ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@node-exporter.smithi052 2023-11-15T05:57:29.985 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: systemctl: stderr Job for ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@node-exporter.smithi052.service failed because a timeout was exceeded. 2023-11-15T05:57:29.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: systemctl: stderr See "systemctl status ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@node-exporter.smithi052.service" and "journalctl -xe" for details. 2023-11-15T05:57:29.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: Traceback (most recent call last): 2023-11-15T05:57:29.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-15T05:57:29.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: main() 2023-11-15T05:57:29.986 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-15T05:57:29.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: r = ctx.func(ctx) 2023-11-15T05:57:29.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-15T05:57:29.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: return func(ctx) 2023-11-15T05:57:29.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-11-15T05:57:29.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: ports=daemon_ports) 2023-11-15T05:57:29.987 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-11-15T05:57:29.988 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-15T05:57:29.988 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-11-15T05:57:29.988 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-15T05:57:29.988 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: File "/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-11-15T05:57:29.988 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-15T05:57:29.989 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: RuntimeError: Failed command: systemctl start ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@node-exporter.smithi052 2023-11-15T05:57:29.989 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cephadm 2023-11-15T05:57:28.026871+0000 mgr.smithi052.oxmxbk (mgr.14164) 232 : cephadm [INF] Deploying daemon prometheus.smithi052 on smithi052 2023-11-15T05:57:29.989 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:28.633464+0000 mgr.smithi052.oxmxbk (mgr.14164) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:30.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:30 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:29.656980+0000 mon.smithi052 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.129:0/2470153369' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:31.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:31.047 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:31.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:30.633857+0000 mgr.smithi052.oxmxbk (mgr.14164) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:32.421 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:32.421 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:32.422 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:32.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:32 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:32.420164+0000 mon.smithi052 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.129:0/3793070200' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:33.800 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:33.801 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:33.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:32.634216+0000 mgr.smithi052.oxmxbk (mgr.14164) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:35.204 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:35.204 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:35.205 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:34.634643+0000 mgr.smithi052.oxmxbk (mgr.14164) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:35.203192+0000 mon.smithi052 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.129:0/1811606838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:36.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:36.578 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:37.873 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:37.874 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:37.875 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:36.635119+0000 mgr.smithi052.oxmxbk (mgr.14164) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:38.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:38 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:37.872223+0000 mon.smithi052 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.129:0/918210190' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:39.250 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:39.251 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:38.635515+0000 mgr.smithi052.oxmxbk (mgr.14164) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:40.593 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:40.593 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:40.595 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:40.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:40 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:40.592046+0000 mon.smithi052 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.129:0/2707691928' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:40.635803+0000 mgr.smithi052.oxmxbk (mgr.14164) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:41.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:41.984 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:43.376 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:43.377 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:43.378 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:42.636147+0000 mgr.smithi052.oxmxbk (mgr.14164) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:43.375532+0000 mon.smithi052 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.129:0/696099545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:44.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:44.877 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:44.636576+0000 mgr.smithi052.oxmxbk (mgr.14164) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:46.265 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:46.265 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:46.266 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:46.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:46 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:46.264150+0000 mon.smithi052 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.129:0/1707939889' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:47.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:47.656 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:46.636901+0000 mgr.smithi052.oxmxbk (mgr.14164) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:49.042 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:49.042 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:49.043 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:48.637169+0000 mgr.smithi052.oxmxbk (mgr.14164) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:49.040803+0000 mon.smithi052 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.129:0/2635433990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:50.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:50.426 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:51.837 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:51.838 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:51.839 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:50.637508+0000 mgr.smithi052.oxmxbk (mgr.14164) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:52.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:52 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:51.837353+0000 mon.smithi052 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.129:0/1713627715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:53.224 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:53.225 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:52.637879+0000 mgr.smithi052.oxmxbk (mgr.14164) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:54.589 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:54.589 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:54.590 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:54.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:54 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:54.588260+0000 mon.smithi052 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.129:0/381644457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:54.638212+0000 mgr.smithi052.oxmxbk (mgr.14164) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:56.013 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:56.014 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:57.404 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:57:57.404 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:57:57.405 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:57:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:56.638484+0000 mgr.smithi052.oxmxbk (mgr.14164) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:57.403294+0000 mon.smithi052 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.129:0/3630949726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:57:58.792 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:57:58.792 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:57:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:57:58.638823+0000 mgr.smithi052.oxmxbk (mgr.14164) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:57:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:58.727194+0000 mon.smithi052 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:57:59.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:57:59 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:57:58.730877+0000 mon.smithi052 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.52:0/2437737256' entity='mgr.smithi052.oxmxbk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi052.oxmxbk/trash_purge_schedule"}]: dispatch 2023-11-15T05:58:00.161 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:00.161 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:00.163 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:00.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:00 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:00.160522+0000 mon.smithi052 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.129:0/3303175489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:01.544 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:01.545 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:01.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:01 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:00.639130+0000 mgr.smithi052.oxmxbk (mgr.14164) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:02.922 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:02.923 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:02.924 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:02.639490+0000 mgr.smithi052.oxmxbk (mgr.14164) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:03.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:03 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:02.921475+0000 mon.smithi052 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.129:0/231548820' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:04.313 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:04.314 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:05.702 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:05.703 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:05.704 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:05.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:05 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:04.639836+0000 mgr.smithi052.oxmxbk (mgr.14164) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:06.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:06 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:05.701555+0000 mon.smithi052 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.129:0/2335303793' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:07.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:07.087 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:07.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:07 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:06.640111+0000 mgr.smithi052.oxmxbk (mgr.14164) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:08.436 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:08.436 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:08.437 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:08.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:08 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:08.435188+0000 mon.smithi052 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.129:0/1461896167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:09.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:09.851 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:09.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:09 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:08.640331+0000 mgr.smithi052.oxmxbk (mgr.14164) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:11.222 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:11.222 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:11.223 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:10.640662+0000 mgr.smithi052.oxmxbk (mgr.14164) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:11.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:11 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:11.221166+0000 mon.smithi052 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.129:0/972715467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:12.608 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:12.609 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:13.978 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:13.979 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:13.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:13 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:12.641085+0000 mgr.smithi052.oxmxbk (mgr.14164) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:13.980 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:14.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:14 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:13.977118+0000 mon.smithi052 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.129:0/891936286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:15.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:15.355 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:15.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:15 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:14.641417+0000 mgr.smithi052.oxmxbk (mgr.14164) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:16.722 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:16.722 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:16.723 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:16.641795+0000 mgr.smithi052.oxmxbk (mgr.14164) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:17.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:17 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:16.720872+0000 mon.smithi052 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.129:0/847656183' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:18.096 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:18.097 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:19.398 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:19.399 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:19.400 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:19.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:18.642196+0000 mgr.smithi052.oxmxbk (mgr.14164) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:19.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:19 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:19.397178+0000 mon.smithi052 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.129:0/4080927465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:20.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:20.770 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:21.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:21 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:20.642596+0000 mgr.smithi052.oxmxbk (mgr.14164) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:22.132 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:22.132 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:22.134 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:22.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:22 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:22.131482+0000 mon.smithi052 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.129:0/1877474626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:23.523 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:23.523 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:23.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:23 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:22.642985+0000 mgr.smithi052.oxmxbk (mgr.14164) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:24.947 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:24.949 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:24.950 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:25.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:24.643332+0000 mgr.smithi052.oxmxbk (mgr.14164) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:25.980 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:25 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:24.946655+0000 mon.smithi052 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.129:0/2757037406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:26.323 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:26.324 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:27.643 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:27.643 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:27.644 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:26.643729+0000 mgr.smithi052.oxmxbk (mgr.14164) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:27.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:27 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:27.642313+0000 mon.smithi052 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.129:0/34257369' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:29.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:29.057 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:29.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:29 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:28.644048+0000 mgr.smithi052.oxmxbk (mgr.14164) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:30.454 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:30.455 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:30.456 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:30.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:30 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:30.453729+0000 mon.smithi052 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.129:0/143043433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:31.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:31.841 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:31.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:31 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:30.644422+0000 mgr.smithi052.oxmxbk (mgr.14164) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:33.245 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:33.245 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:33.246 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:33.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:32.644715+0000 mgr.smithi052.oxmxbk (mgr.14164) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:33.981 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:33 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:33.244406+0000 mon.smithi052 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.129:0/2889303921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:34.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:34.631 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:35.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:35 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:34.645120+0000 mgr.smithi052.oxmxbk (mgr.14164) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:36.022 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:36.022 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:36.023 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:36.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:36 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:36.020851+0000 mon.smithi052 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.129:0/250917425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:37.407 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:37.407 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:37.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:37 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:36.645447+0000 mgr.smithi052.oxmxbk (mgr.14164) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:38.799 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:38.800 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:38.801 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:38.645814+0000 mgr.smithi052.oxmxbk (mgr.14164) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:39.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:39 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:38.799048+0000 mon.smithi052 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.129:0/3446365046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:40.175 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:40.176 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:41.516 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:41.517 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:41.518 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:40.646085+0000 mgr.smithi052.oxmxbk (mgr.14164) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:41.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:41 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:41.515728+0000 mon.smithi052 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.129:0/3051469583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:42.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:42.927 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:43.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:43 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:42.646480+0000 mgr.smithi052.oxmxbk (mgr.14164) 270 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:44.254 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:44.254 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:44.257 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:44.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:44 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:44.253004+0000 mon.smithi052 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.129:0/2170818649' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:45.645 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:45.646 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:45.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:45 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:44.646840+0000 mgr.smithi052.oxmxbk (mgr.14164) 271 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:47.059 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:47.059 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:47.061 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:46.647095+0000 mgr.smithi052.oxmxbk (mgr.14164) 272 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:47.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:47 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:47.058298+0000 mon.smithi052 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.129:0/267390018' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:48.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:48.439 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:49.773 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:49.773 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:49.775 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:49.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:49 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:48.647541+0000 mgr.smithi052.oxmxbk (mgr.14164) 273 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:50.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:50 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:49.772509+0000 mon.smithi052 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.129:0/3978909926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:51.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:51.189 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:51.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:51 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:50.647959+0000 mgr.smithi052.oxmxbk (mgr.14164) 274 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:52.557 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:52.557 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:52.558 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:52.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:52 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:52.556367+0000 mon.smithi052 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.129:0/2636678184' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:53.976 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:53.977 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:53.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:53 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:52.648288+0000 mgr.smithi052.oxmxbk (mgr.14164) 275 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:55.314 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:55.315 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:55.316 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:54.648689+0000 mgr.smithi052.oxmxbk (mgr.14164) 276 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:55.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:55 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: audit 2023-11-15T05:58:55.313883+0000 mon.smithi052 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.129:0/2752580406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:58:56.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:58:56.699 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:58:57.979 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:57 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: cluster 2023-11-15T05:58:56.649092+0000 mgr.smithi052.oxmxbk (mgr.14164) 277 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:58:58.053 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-11-15T05:58:58.053 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"9f1284e0-837a-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:49:03.314533Z","created":"2023-11-15T05:49:03.314533Z","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":"smithi052","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:58:58.055 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-11-15T05:58:58.444 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-11-15T05:58:58.445 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T05:58:58.446 DEBUG:teuthology.orchestra.run.smithi052:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:58:58.471 DEBUG:teuthology.orchestra.run.smithi129:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:58:58.490 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T05:58:58.490 INFO:tasks.cephadm.mon.smithi052:Stopping mon.smithi052... 2023-11-15T05:58:58.491 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052 2023-11-15T05:58:58.934 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:58 smithi052 systemd[1]: Stopping Ceph mon.smithi052 for 9f1284e0-837a-11ee-8dbe-212e2dc638e7... 2023-11-15T05:58:58.934 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:58 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:58:58.650+0000 7fc278031700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi052 -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 2023-11-15T05:58:58.934 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:58 smithi052 ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052[108110]: debug 2023-11-15T05:58:58.650+0000 7fc278031700 -1 mon.smithi052@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T05:58:59.225 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:59 smithi052 podman[113641]: ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7-mon.smithi052 2023-11-15T05:58:59.226 INFO:journalctl@ceph.mon.smithi052.smithi052.stdout:Nov 15 05:58:59 smithi052 systemd[1]: ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052.service: Succeeded. 2023-11-15T05:58:59.229 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi052.service' 2023-11-15T05:58:59.287 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T05:58:59.288 INFO:tasks.cephadm.mon.smithi052:Stopped mon.smithi052 2023-11-15T05:58:59.288 INFO:tasks.cephadm.mon.smithi129:Stopping mon.smithi129... 2023-11-15T05:58:59.289 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi129 2023-11-15T05:58:59.327 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi129.service: Unit ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi129.service not loaded. 2023-11-15T05:58:59.328 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-11-15T05:58:59.329 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi129" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 5: 'sudo systemctl stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi129' 2023-11-15T05:58:59.330 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T05:58:59.332 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532/remote/ubuntu@smithi052.front.sepia.ceph.com/crash 2023-11-15T05:58:59.334 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T05:58:59.387 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532/remote/ubuntu@smithi129.front.sepia.ceph.com/crash 2023-11-15T05:58:59.389 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T05:58:59.437 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/lib/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T05:58:59.437 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2023-11-15T05:58:59.438 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T05:58:59.439 DEBUG:teuthology.orchestra.run.smithi052:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T05:58:59.474 INFO:teuthology.orchestra.run.smithi052.stderr:grep: /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T05:58:59.476 INFO:tasks.cephadm:Compressing logs... 2023-11-15T05:58:59.477 DEBUG:teuthology.orchestra.run.smithi052:> 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 -- 2023-11-15T05:58:59.519 DEBUG:teuthology.orchestra.run.smithi129:> 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 -- 2023-11-15T05:58:59.548 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-15T05:58:59.548 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T05:58:59.550 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T05:58:59.550 INFO:teuthology.orchestra.run.smithi052.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T05:58:59.551 INFO:teuthology.orchestra.run.smithi052.stderr:: No such file or directory 2023-11-15T05:58:59.552 INFO:teuthology.orchestra.run.smithi129.stderr: 2023-11-15T05:58:59.553 INFO:teuthology.orchestra.run.smithi129.stderr:real 0m0.014s 2023-11-15T05:58:59.553 INFO:teuthology.orchestra.run.smithi129.stderr:user 0m0.011s 2023-11-15T05:58:59.553 INFO:teuthology.orchestra.run.smithi129.stderr:sys 0m0.012s 2023-11-15T05:58:59.554 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T05:58:59.554 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi052.oxmxbk.log 2023-11-15T05:58:59.554 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-mon.smithi052.log 2023-11-15T05:58:59.555 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi052.oxmxbk.log: 88.2% -- replaced with /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T05:58:59.555 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-mon.smithi052.log: 87.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T05:58:59.634 INFO:teuthology.orchestra.run.smithi052.stderr:gzip: /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi052.oxmxbk.log: file size changed while zipping 2023-11-15T05:58:59.634 INFO:teuthology.orchestra.run.smithi052.stderr: 92.6% -- replaced with /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi052.oxmxbk.log.gz 2023-11-15T05:58:59.705 INFO:teuthology.orchestra.run.smithi052.stderr: 90.6% -- replaced with /var/log/ceph/9f1284e0-837a-11ee-8dbe-212e2dc638e7/ceph-mon.smithi052.log.gz 2023-11-15T05:58:59.707 INFO:teuthology.orchestra.run.smithi052.stderr: 2023-11-15T05:58:59.707 INFO:teuthology.orchestra.run.smithi052.stderr:real 0m0.169s 2023-11-15T05:58:59.707 INFO:teuthology.orchestra.run.smithi052.stderr:user 0m0.244s 2023-11-15T05:58:59.707 INFO:teuthology.orchestra.run.smithi052.stderr:sys 0m0.021s 2023-11-15T05:58:59.708 INFO:tasks.cephadm:Archiving logs... 2023-11-15T05:58:59.708 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532/remote/ubuntu@smithi052.front.sepia.ceph.com/log 2023-11-15T05:58:59.710 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T05:58:59.837 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532/remote/ubuntu@smithi129.front.sepia.ceph.com/log 2023-11-15T05:58:59.838 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T05:58:59.873 INFO:tasks.cephadm:Removing cluster... 2023-11-15T05:58:59.874 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 --force 2023-11-15T05:59:56.841 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f1284e0-837a-11ee-8dbe-212e2dc638e7 --force 2023-11-15T05:59:57.161 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T05:59:57.161 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T05:59:57.186 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T05:59:57.205 INFO:tasks.cephadm:Teardown complete 2023-11-15T05:59:57.206 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 5: 'sudo systemctl stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi129' 2023-11-15T05:59:57.288 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2d0e95f91e09481ebbd91bea9465f027 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 5: 'sudo systemctl stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi129' 2023-11-15T05:59:57.293 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T05:59:57.302 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T05:59:57.353 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T05:59:57.354 DEBUG:teuthology.orchestra.run.smithi052:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:59:57.377 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:59:57.390 INFO:teuthology.orchestra.run.smithi052.stderr:bash: ntpq: command not found 2023-11-15T05:59:57.395 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2023-11-15T05:59:57.396 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:59:57.396 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2023-11-15T05:59:57.397 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 43 +1157us[+1157us] +/- 86ms 2023-11-15T05:59:57.397 INFO:teuthology.orchestra.run.smithi052.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -765us[ -743us] +/- 64ms 2023-11-15T05:59:57.397 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 -49us[ -49us] +/- 71ms 2023-11-15T05:59:57.397 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:59:57.399 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:59:57.399 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2023-11-15T05:59:57.400 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 42 +1164us[+1164us] +/- 86ms 2023-11-15T05:59:57.400 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv02.front.sepia.ceph.com 3 6 377 43 -753us[ -753us] +/- 64ms 2023-11-15T05:59:57.401 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 -82us[ -83us] +/- 71ms 2023-11-15T05:59:57.401 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:59:57.402 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T05:59:57.473 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T05:59:57.474 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T05:59:57.519 DEBUG:teuthology.orchestra.run.smithi052:> 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 2023-11-15T05:59:57.626 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-15T05:59:57.718 DEBUG:teuthology.orchestra.run.smithi052:> 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 2023-11-15T05:59:57.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:59:57.759 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-15T05:59:57.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:59:57.791 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T05:59:57.800 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T05:59:57.870 INFO:teuthology.task.internal:Duration was 1189.248676 seconds 2023-11-15T05:59:57.871 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T05:59:57.920 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T05:59:57.920 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T05:59:57.923 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T05:59:57.969 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:59:57.979 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:59:58.255 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T05:59:58.255 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi052.front.sepia.ceph.com 2023-11-15T05:59:58.256 DEBUG:teuthology.orchestra.run.smithi052:> 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 2023-11-15T05:59:58.285 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2023-11-15T05:59:58.285 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-15T05:59:58.308 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T05:59:58.308 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T05:59:58.328 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T05:59:58.393 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T05:59:58.393 DEBUG:teuthology.orchestra.run.smithi052:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T05:59:58.396 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T05:59:58.482 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T05:59:58.492 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T05:59:58.493 DEBUG:teuthology.orchestra.run.smithi052:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T05:59:58.524 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T05:59:58.552 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T05:59:58.562 DEBUG:teuthology.orchestra.run.smithi052:> 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 2023-11-15T05:59:58.567 DEBUG:teuthology.orchestra.run.smithi129:> 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 2023-11-15T05:59:58.597 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = core 2023-11-15T05:59:58.618 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2023-11-15T05:59:58.650 DEBUG:teuthology.orchestra.run.smithi052:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:59:58.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:59:58.696 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T05:59:58.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:59:58.713 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T05:59:58.723 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T05:59:58.724 DEBUG:teuthology.misc:Transferring archived files from smithi052:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532/remote/smithi052 2023-11-15T05:59:58.725 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T05:59:58.783 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532/remote/smithi129 2023-11-15T05:59:58.784 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T05:59:58.822 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T05:59:58.823 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T05:59:58.826 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T05:59:58.874 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T05:59:58.886 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T05:59:58.886 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T05:59:58.912 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T05:59:58.913 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T05:59:58.916 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T05:59:58.933 INFO:teuthology.orchestra.run.smithi129.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 05:59 /home/ubuntu/cephtest 2023-11-15T05:59:58.936 INFO:teuthology.orchestra.run.smithi052.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 05:59 /home/ubuntu/cephtest 2023-11-15T05:59:58.938 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T05:59:58.965 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T05:59:59.063 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T05:59:59.090 DEBUG:teuthology.nuke:shortname: smithi052 2023-11-15T05:59:59.091 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:59:59.113 DEBUG:teuthology.nuke:shortname: smithi129 2023-11-15T05:59:59.114 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:59:59.117 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:31:47.496847', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWKOEufwOscyx6KDiqO2DOj4i9gOvnHx4ujPqLD+4OAmkpZ92TEfhWsEHHCSev37kVk2f6HrbaeabXcXZ/ovcw='} 2023-11-15T05:59:59.139 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458532', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:31:47.498456', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGhFz1t+niYcA0rFSh29zwpmldYvEHnkWqQca+262vR44jyQt+IF0jfekFfUoXk4Ec2Z/8XnRSW8ptmG+xQdpFI='} 2023-11-15T05:59:59.171 INFO:teuthology.orchestra.console.smithi052:Power off 2023-11-15T05:59:59.172 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T05:59:59.197 DEBUG:teuthology.orchestra.console.smithi052:power off output: Chassis Power Control: Down/Off 2023-11-15T05:59:59.198 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:59:59.219 INFO:teuthology.orchestra.console.smithi129:Power off 2023-11-15T05:59:59.220 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T05:59:59.230 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2023-11-15T05:59:59.251 DEBUG:teuthology.orchestra.console.smithi129:power off output: Chassis Power Control: Down/Off 2023-11-15T05:59:59.251 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T05:59:59.278 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2023-11-15T06:00:03.232 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:00:03.280 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:00:03.343 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2023-11-15T06:00:03.392 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2023-11-15T06:00:07.346 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:00:07.393 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:00:07.458 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is off 2023-11-15T06:00:07.507 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2023-11-15T06:00:07.559 INFO:teuthology.orchestra.console.smithi052:Power off completed 2023-11-15T06:00:11.510 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:00:11.621 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is off 2023-11-15T06:00:11.722 INFO:teuthology.orchestra.console.smithi129:Power off completed 2023-11-15T06:00:11.827 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1189.2486758232117 failure_reason: 'Command failed on smithi129 with status 5: ''sudo systemctl stop ceph-9f1284e0-837a-11ee-8dbe-212e2dc638e7@mon.smithi129''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2d0e95f91e09481ebbd91bea9465f027 status: fail success: false 2023-11-15T06:00:11.827 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T06:00:11.920 INFO:teuthology.run:FAIL