2023-12-21T04:04:49.899 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T04:04:49.899 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125 --owner scheduled_yuriw@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125/orig.config.yaml 2023-12-21T04:04:49.936 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:04:50.017 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499125' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-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-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 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: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL7L+lkuuiED8C0ovTWfZMWm55IUTuvok2zEtDk6tlIbbTgd9FJGBVBC43G9/NRml4NXtwr8kuk9A+FLkWID6f0= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI+ALIOmkyhEQihiIZx1jMvFYZH7fMqPpOuGywf1B9yahH8PHxjYIcvcm0x7xVMWjbn7hlsc0s6WNBDwmW/auCg= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 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.1485078 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-12-21T04:04:50.017 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T04:04:50.018 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T04:04:50.018 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T04:04:50.019 INFO:teuthology.task.internal:Checking packages... 2023-12-21T04:04:50.042 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T04:04:50.042 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T04:04:50.043 INFO:teuthology.packaging:ref: None 2023-12-21T04:04:50.043 INFO:teuthology.packaging:tag: None 2023-12-21T04:04:50.043 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:04:50.043 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:04:50.043 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:04:50.190 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T04:04:50.192 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T04:04:50.198 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T04:04:50.198 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T04:04:50.219 INFO:teuthology.task.internal:Saving configuration 2023-12-21T04:04:50.233 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T04:04:50.239 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:04:50.264 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125', '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-12-21 03:59:40.600368', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL7L+lkuuiED8C0ovTWfZMWm55IUTuvok2zEtDk6tlIbbTgd9FJGBVBC43G9/NRml4NXtwr8kuk9A+FLkWID6f0='} 2023-12-21T04:04:50.288 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125', '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-12-21 03:59:40.598544', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI+ALIOmkyhEQihiIZx1jMvFYZH7fMqPpOuGywf1B9yahH8PHxjYIcvcm0x7xVMWjbn7hlsc0s6WNBDwmW/auCg='} 2023-12-21T04:04:50.288 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T04:04:50.293 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-21T04:04:50.293 INFO:teuthology.task.internal:roles: ubuntu@smithi191.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-21T04:04:50.293 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T04:04:50.364 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0d7dcbee50>, signals=[15]) 2023-12-21T04:04:50.364 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T04:04:50.369 INFO:teuthology.task.internal:Opening connections... 2023-12-21T04:04:50.370 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2023-12-21T04:04:50.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:04:50.438 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2023-12-21T04:04:50.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:04:50.506 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T04:04:50.512 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2023-12-21T04:04:50.534 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2023-12-21T04:04:50.535 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2023-12-21T04:04:50.595 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="CentOS Stream" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="8" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:ID="centos" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="rhel fedora" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="8" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el8" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://centos.org/" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T04:04:50.596 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T04:04:50.597 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2023-12-21T04:04:50.620 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2023-12-21T04:04:50.642 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2023-12-21T04:04:50.642 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="CentOS Stream" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="8" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:ID="centos" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE="rhel fedora" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="8" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:PLATFORM_ID="platform:el8" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:ANSI_COLOR="0;31" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://centos.org/" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T04:04:50.706 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T04:04:50.707 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T04:04:50.707 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2023-12-21T04:04:50.728 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T04:04:50.737 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T04:04:50.742 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T04:04:50.742 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:04:50.745 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:04:50.766 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T04:04:50.793 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T04:04:50.793 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:04:50.806 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:04:50.836 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T04:04:50.895 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T04:04:50.911 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T04:04:50.912 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T04:04:50.912 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:04:50.912 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:04:50.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:04:50.933 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2023-12-21T04:04:50.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:04:50.934 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-12-21T04:04:50.993 INFO:teuthology.orchestra.run.smithi191.stdout:4.18.0-489.el8.x86_64 2023-12-21T04:04:50.994 INFO:teuthology.task.kernel:Running kernel on smithi191: 4.18.0-489.el8.x86_64 2023-12-21T04:04:50.994 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum install -y kernel 2023-12-21T04:04:50.995 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-489.el8.x86_64 2023-12-21T04:04:50.995 INFO:teuthology.task.kernel:Running kernel on smithi150: 4.18.0-489.el8.x86_64 2023-12-21T04:04:50.995 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2023-12-21T04:04:55.803 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - AppStream 15 MB/s | 35 MB 00:02 2023-12-21T04:04:56.245 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 8 - AppStream 14 MB/s | 35 MB 00:02 2023-12-21T04:05:05.078 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 57 MB 00:02 2023-12-21T04:05:05.387 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 57 MB 00:02 2023-12-21T04:05:13.569 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras 46 kB/s | 18 kB 00:00 2023-12-21T04:05:13.887 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 8 - Extras 78 kB/s | 18 kB 00:00 2023-12-21T04:05:14.070 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2023-12-21T04:05:14.246 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 8 - Extras common packages 38 kB/s | 6.9 kB 00:00 2023-12-21T04:05:14.363 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-21T04:05:14.556 INFO:teuthology.orchestra.run.smithi191.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-21T04:05:15.339 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-21T04:05:16.618 INFO:teuthology.orchestra.run.smithi191.stdout:Extra Packages for Enterprise Linux 8.4 MB/s | 16 MB 00:01 2023-12-21T04:05:19.172 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 462 kB/s | 24 kB 00:00 2023-12-21T04:05:20.491 INFO:teuthology.orchestra.run.smithi191.stdout:lab-extras 329 kB/s | 24 kB 00:00 2023-12-21T04:05:22.814 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T04:05:22.814 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T04:05:23.112 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-21T04:05:23.112 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout:Install 3 Packages 2023-12-21T04:05:23.113 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:05:23.114 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 89 M 2023-12-21T04:05:23.114 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 96 M 2023-12-21T04:05:23.114 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-12-21T04:05:24.148 INFO:teuthology.orchestra.run.smithi150.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 10 MB/s | 10 MB 00:00 2023-12-21T04:05:24.249 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T04:05:24.249 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T04:05:24.531 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2023-12-21T04:05:24.532 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:05:24.532 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2023-12-21T04:05:24.532 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:05:24.532 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2023-12-21T04:05:24.532 INFO:teuthology.orchestra.run.smithi191.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T04:05:24.532 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2023-12-21T04:05:24.533 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T04:05:24.533 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T04:05:24.533 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:05:24.533 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2023-12-21T04:05:24.533 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:05:24.533 INFO:teuthology.orchestra.run.smithi191.stdout:Install 3 Packages 2023-12-21T04:05:24.533 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:05:24.534 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 89 M 2023-12-21T04:05:24.534 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 96 M 2023-12-21T04:05:24.534 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2023-12-21T04:05:25.724 INFO:teuthology.orchestra.run.smithi150.stdout:(2/3): kernel-core-4.18.0-529.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2023-12-21T04:05:26.199 INFO:teuthology.orchestra.run.smithi150.stdout:(3/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 12 MB/s | 36 MB 00:03 2023-12-21T04:05:26.199 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:05:26.199 INFO:teuthology.orchestra.run.smithi150.stdout:Total 29 MB/s | 89 MB 00:03 2023-12-21T04:05:26.881 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-12-21T04:05:27.043 INFO:teuthology.orchestra.run.smithi191.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 4.5 MB/s | 10 MB 00:02 2023-12-21T04:05:27.292 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-12-21T04:05:27.293 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-12-21T04:05:28.525 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-12-21T04:05:28.552 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-12-21T04:05:28.867 INFO:teuthology.orchestra.run.smithi191.stdout:(2/3): kernel-core-4.18.0-529.el8.x86_64.rpm 10 MB/s | 43 MB 00:04 2023-12-21T04:05:29.209 INFO:teuthology.orchestra.run.smithi191.stdout:(3/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 8.1 MB/s | 36 MB 00:04 2023-12-21T04:05:29.210 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:05:29.210 INFO:teuthology.orchestra.run.smithi191.stdout:Total 19 MB/s | 89 MB 00:04 2023-12-21T04:05:29.887 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2023-12-21T04:05:30.331 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2023-12-21T04:05:30.331 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2023-12-21T04:05:31.367 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-12-21T04:05:31.578 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2023-12-21T04:05:31.598 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2023-12-21T04:05:31.930 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:05:34.361 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2023-12-21T04:05:35.130 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:05:35.561 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:05:35.946 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:05:38.724 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:05:39.096 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:05:39.387 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:05:39.677 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:05:42.523 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:05:42.802 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:01.555 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:01.579 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:01.927 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:01.927 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:06:01.928 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:06:02.677 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:02.677 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:06:02.677 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-12-21T04:06:02.677 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T04:06:02.678 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T04:06:02.678 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:06:02.678 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-21T04:06:02.854 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:06:03.070 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:06:03.071 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:06:03.071 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T04:06:03.071 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:06:03.071 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:06:03.071 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T04:06:03.071 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:06:03.072 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:06:03.281 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:06:03.281 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:06:03.281 DEBUG:teuthology.orchestra.run.smithi150:> sudo rpm -qi grub2-tools 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Name : grub2-tools 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Epoch : 1 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Version : 2.02 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Release : 129.el8 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: x86_64 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Group : System Environment/Base 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Size : 9265586 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:License : GPLv3+ 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T04:06:03.315 INFO:teuthology.orchestra.run.smithi150.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:Relocations : (not relocatable) 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:Packager : CentOS BuildSystem 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:Vendor : CentOS 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:Summary : Support tools for GRUB. 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:Description : 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:hardware devices. 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:06:03.316 INFO:teuthology.orchestra.run.smithi150.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T04:06:03.317 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T04:06:03.317 INFO:teuthology.task.kernel:Updating grub on smithi150 to boot 4.18.0-529.el8.x86_64 2023-12-21T04:06:03.318 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T04:06:04.765 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:04.790 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:04.995 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2023-12-21T04:06:05.136 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:05.136 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:06:05.136 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:06:05.939 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:06:05.939 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:06:05.939 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2023-12-21T04:06:05.939 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T04:06:05.939 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T04:06:05.939 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:06:05.939 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2023-12-21T04:06:06.083 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:06:06.302 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:06:06.302 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:06:06.302 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T04:06:06.303 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:06:06.303 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:06:06.303 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T04:06:06.303 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi191.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:06:06.303 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:06:06.515 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:06:06.516 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:06:06.516 DEBUG:teuthology.orchestra.run.smithi191:> sudo rpm -qi grub2-tools 2023-12-21T04:06:06.553 INFO:teuthology.orchestra.run.smithi191.stdout:Name : grub2-tools 2023-12-21T04:06:06.553 INFO:teuthology.orchestra.run.smithi191.stdout:Epoch : 1 2023-12-21T04:06:06.553 INFO:teuthology.orchestra.run.smithi191.stdout:Version : 2.02 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Release : 129.el8 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: x86_64 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Group : System Environment/Base 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Size : 9265586 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:License : GPLv3+ 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Relocations : (not relocatable) 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Packager : CentOS BuildSystem 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Vendor : CentOS 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Summary : Support tools for GRUB. 2023-12-21T04:06:06.554 INFO:teuthology.orchestra.run.smithi191.stdout:Description : 2023-12-21T04:06:06.555 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:06:06.555 INFO:teuthology.orchestra.run.smithi191.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T04:06:06.555 INFO:teuthology.orchestra.run.smithi191.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T04:06:06.555 INFO:teuthology.orchestra.run.smithi191.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T04:06:06.555 INFO:teuthology.orchestra.run.smithi191.stdout:hardware devices. 2023-12-21T04:06:06.555 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:06:06.555 INFO:teuthology.orchestra.run.smithi191.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T04:06:06.556 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T04:06:06.556 INFO:teuthology.task.kernel:Updating grub on smithi191 to boot 4.18.0-529.el8.x86_64 2023-12-21T04:06:06.556 DEBUG:teuthology.orchestra.run.smithi191:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T04:06:06.923 INFO:teuthology.orchestra.run.smithi150.stderr:done 2023-12-21T04:06:06.924 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2023-12-21T04:06:06.947 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.Vrj2BqZIHB 2023-12-21T04:06:06.948 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Vrj2BqZIHB 2023-12-21T04:06:07.022 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.Vrj2BqZIHB 2023-12-21T04:06:07.176 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.Vrj2BqZIHB is 6KB 2023-12-21T04:06:07.225 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.Vrj2BqZIHB 2023-12-21T04:06:07.243 DEBUG:teuthology.orchestra.run.smithi150:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T04:06:07.314 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T04:06:07.314 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T04:06:07.315 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T04:06:07.315 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T04:06:07.316 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T04:06:07.468 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2023-12-21T04:06:08.269 INFO:teuthology.orchestra.run.smithi191.stderr:Generating grub configuration file ... 2023-12-21T04:06:10.057 INFO:teuthology.orchestra.run.smithi191.stderr:done 2023-12-21T04:06:10.059 DEBUG:teuthology.orchestra.run.smithi191:> mktemp 2023-12-21T04:06:10.088 INFO:teuthology.orchestra.run.smithi191.stdout:/tmp/tmp.c30hDew8bt 2023-12-21T04:06:10.089 DEBUG:teuthology.orchestra.run.smithi191:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.c30hDew8bt 2023-12-21T04:06:10.170 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0666 /tmp/tmp.c30hDew8bt 2023-12-21T04:06:10.313 DEBUG:teuthology.orchestra.remote:smithi191:/tmp/tmp.c30hDew8bt is 6KB 2023-12-21T04:06:10.361 DEBUG:teuthology.orchestra.run.smithi191:> rm -fr /tmp/tmp.c30hDew8bt 2023-12-21T04:06:10.378 DEBUG:teuthology.orchestra.run.smithi191:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T04:06:10.445 INFO:teuthology.orchestra.run.smithi191.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T04:06:10.445 INFO:teuthology.orchestra.run.smithi191.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T04:06:10.445 INFO:teuthology.orchestra.run.smithi191.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T04:06:10.445 INFO:teuthology.orchestra.run.smithi191.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T04:06:10.446 DEBUG:teuthology.orchestra.run.smithi191:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T04:06:10.639 DEBUG:teuthology.orchestra.run.smithi191:> sudo shutdown -r now 2023-12-21T04:06:37.497 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T04:06:37.498 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-21T04:06:37.499 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:06:40.645 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T04:06:40.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-12-21T04:06:40.645 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:06:56.018 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-12-21T04:06:59.093 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2023-12-21T04:07:05.021 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-21T04:07:05.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:07:08.086 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-12-21T04:07:08.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-12-21T04:07:08.095 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:07:20.097 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-21T04:07:20.098 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:07:51.956 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-12-21T04:07:52.187 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-21T04:07:52.187 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-21T04:07:52.187 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-12-21T04:07:52.204 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-529.el8.x86_64 2023-12-21T04:07:52.204 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T04:07:52.204 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:07:52.204 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T04:07:53.206 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T04:07:53.206 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:07:53.272 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2023-12-21T04:07:53.283 DEBUG:teuthology.parallel:result is None 2023-12-21T04:08:08.097 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T04:08:20.098 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-12-21T04:08:20.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:08:20.555 DEBUG:teuthology.orchestra.run.smithi191:> true 2023-12-21T04:08:20.831 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-12-21T04:08:20.832 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-21T04:08:20.832 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2023-12-21T04:08:20.850 INFO:teuthology.orchestra.run.smithi191.stdout:4.18.0-529.el8.x86_64 2023-12-21T04:08:20.850 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T04:08:20.850 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:08:20.850 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T04:08:21.851 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T04:08:21.852 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:08:21.929 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2023-12-21T04:08:21.941 DEBUG:teuthology.parallel:result is None 2023-12-21T04:08:21.941 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T04:08:21.948 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T04:08:21.949 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:08:21.952 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:08:21.974 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T04:08:22.018 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T04:08:22.099 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T04:08:22.099 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:08:22.101 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:08:22.134 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T04:08:22.142 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T04:08:22.142 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T04:08:22.173 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-21T04:08:22.208 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:08:22.219 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:08:22.221 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:08:22.232 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:08:22.234 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T04:08:22.243 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T04:08:22.243 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:08:22.245 DEBUG:teuthology.orchestra.run.smithi191:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:08:22.291 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T04:08:22.301 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T04:08:22.301 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:08:22.316 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:08:22.352 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:08:22.421 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:08:22.471 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:08:22.555 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:08:22.600 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-21T04:08:22.601 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:08:22.669 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:08:22.719 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:08:22.770 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:08:22.854 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:08:22.901 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-12-21T04:08:22.901 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:08:22.969 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2023-12-21T04:08:22.971 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2023-12-21T04:08:23.047 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:08:23.067 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:08:23.544 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T04:08:23.552 INFO:teuthology.task.internal:Starting timer... 2023-12-21T04:08:23.552 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T04:08:23.631 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T04:08:23.646 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T04:08:23.646 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2023-12-21T04:08:23.732 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2023-12-21T04:08:23.734 DEBUG:teuthology.orchestra.run.smithi191:> sudo service auditd rotate 2023-12-21T04:08:23.796 INFO:teuthology.orchestra.run.smithi191.stdout:Rotating logs: 2023-12-21T04:08:23.797 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T04:08:23.798 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2023-12-21T04:08:23.823 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2023-12-21T04:08:23.823 DEBUG:teuthology.orchestra.run.smithi191:> /usr/sbin/getenforce 2023-12-21T04:08:23.848 INFO:teuthology.orchestra.run.smithi191.stdout:Permissive 2023-12-21T04:08:23.848 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi150.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi191.front.sepia.ceph.com': 'permissive'} 2023-12-21T04:08:23.849 DEBUG:teuthology.orchestra.run.smithi150:> 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-12-21T04:08:23.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:08:23.891 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-21T04:08:23.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:08:23.918 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T04:08:23.919 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2023-12-21T04:08:23.960 DEBUG:teuthology.orchestra.run.smithi191:> sudo /usr/sbin/setenforce permissive 2023-12-21T04:08:23.991 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T04:08:24.004 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-12-21T04:08:24.004 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T04:08:24.024 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-12-21T04:08:24.025 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi150.front.sepia.ceph.com,smithi191.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T04:15:53.258 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi150.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com')] 2023-12-21T04:15:53.259 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-21T04:15:53.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:15:53.328 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-12-21T04:15:53.400 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-21T04:15:53.400 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-12-21T04:15:53.401 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:15:53.469 DEBUG:teuthology.orchestra.run.smithi191:> true 2023-12-21T04:15:53.535 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-12-21T04:15:53.536 INFO:teuthology.run_tasks:Running task clock... 2023-12-21T04:15:53.547 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-21T04:15:53.548 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:15:53.548 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:15:53.550 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:15:53.551 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-21T04:15:53.581 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T04:15:53.595 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T04:15:53.608 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T04:15:53.622 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T04:15:53.669 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2023-12-21T04:15:53.680 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2023-12-21T04:15:53.691 INFO:teuthology.orchestra.run.smithi191.stderr:sudo: ntpd: command not found 2023-12-21T04:15:53.693 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T04:15:53.703 INFO:teuthology.orchestra.run.smithi191.stdout:506 Cannot talk to daemon 2023-12-21T04:15:53.707 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T04:15:53.715 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T04:15:53.729 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T04:15:53.769 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-12-21T04:15:53.772 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T04:15:53.772 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-12-21T04:15:53.772 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:15:53.772 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:15:53.772 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:15:53.772 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:15:53.805 INFO:teuthology.orchestra.run.smithi191.stderr:bash: ntpq: command not found 2023-12-21T04:15:53.809 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T04:15:53.809 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2023-12-21T04:15:53.809 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:15:53.809 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:15:53.809 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:15:53.810 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:15:53.810 INFO:teuthology.run_tasks:Running task pexec... 2023-12-21T04:15:53.819 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-21T04:15:53.820 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2023-12-21T04:15:53.820 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T04:15:53.820 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi191.front.sepia.ceph.com 2023-12-21T04:15:53.821 DEBUG:teuthology.orchestra.run.smithi191:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T04:15:54.700 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Dec 2023 04:14:16 AM UTC. 2023-12-21T04:15:54.725 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Dec 2023 04:14:16 AM UTC. 2023-12-21T04:15:56.793 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout:Resetting modules: 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:15:56.794 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:15:56.874 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout:Resetting modules: 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:15:56.875 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:15:57.042 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-21T04:15:57.127 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2023-12-21T04:15:57.984 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Dec 2023 04:14:16 AM UTC. 2023-12-21T04:15:58.076 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Dec 2023 04:14:16 AM UTC. 2023-12-21T04:16:00.063 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-21T04:16:00.181 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2023-12-21T04:16:00.251 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:16:00.251 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-12-21T04:16:00.251 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:16:00.251 INFO:teuthology.orchestra.run.smithi150.stdout:Installing group/module packages: 2023-12-21T04:16:00.251 INFO:teuthology.orchestra.run.smithi150.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T04:16:00.251 INFO:teuthology.orchestra.run.smithi150.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout:Installing weak dependencies: 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-21T04:16:00.252 INFO:teuthology.orchestra.run.smithi150.stdout:Installing module profiles: 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools/common 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling module streams: 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools rhel8 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout:Install 13 Packages 2023-12-21T04:16:00.253 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:16:00.254 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 27 M 2023-12-21T04:16:00.254 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 89 M 2023-12-21T04:16:00.254 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-12-21T04:16:00.369 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout:Installing group/module packages: 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2023-12-21T04:16:00.370 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout:Installing weak dependencies: 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout:Installing module profiles: 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools/common 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout:Enabling module streams: 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools rhel8 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout:Install 13 Packages 2023-12-21T04:16:00.371 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:16:00.372 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 27 M 2023-12-21T04:16:00.372 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 89 M 2023-12-21T04:16:00.372 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2023-12-21T04:16:00.651 INFO:teuthology.orchestra.run.smithi150.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.1 MB/s | 750 kB 00:00 2023-12-21T04:16:00.687 INFO:teuthology.orchestra.run.smithi150.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.6 MB/s | 1.0 MB 00:00 2023-12-21T04:16:00.712 INFO:teuthology.orchestra.run.smithi150.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 625 kB/s | 38 kB 00:00 2023-12-21T04:16:00.763 INFO:teuthology.orchestra.run.smithi150.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-12-21T04:16:00.838 INFO:teuthology.orchestra.run.smithi150.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-12-21T04:16:00.905 INFO:teuthology.orchestra.run.smithi150.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 372 kB/s | 25 kB 00:00 2023-12-21T04:16:00.929 INFO:teuthology.orchestra.run.smithi191.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.0 MB/s | 750 kB 00:00 2023-12-21T04:16:00.962 INFO:teuthology.orchestra.run.smithi191.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.5 MB/s | 1.0 MB 00:00 2023-12-21T04:16:00.972 INFO:teuthology.orchestra.run.smithi150.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-12-21T04:16:00.996 INFO:teuthology.orchestra.run.smithi191.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2023-12-21T04:16:01.038 INFO:teuthology.orchestra.run.smithi191.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-12-21T04:16:01.105 INFO:teuthology.orchestra.run.smithi191.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-12-21T04:16:01.122 INFO:teuthology.orchestra.run.smithi150.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.6 MB/s | 3.9 MB 00:00 2023-12-21T04:16:01.172 INFO:teuthology.orchestra.run.smithi191.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-12-21T04:16:01.239 INFO:teuthology.orchestra.run.smithi191.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-12-21T04:16:01.348 INFO:teuthology.orchestra.run.smithi150.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.1 MB/s | 9.6 MB 00:01 2023-12-21T04:16:01.407 INFO:teuthology.orchestra.run.smithi191.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.6 MB/s | 3.9 MB 00:00 2023-12-21T04:16:01.431 INFO:teuthology.orchestra.run.smithi150.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.2 MB/s | 2.5 MB 00:00 2023-12-21T04:16:01.456 INFO:teuthology.orchestra.run.smithi150.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 485 kB/s | 53 kB 00:00 2023-12-21T04:16:01.498 INFO:teuthology.orchestra.run.smithi150.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 613 kB/s | 41 kB 00:00 2023-12-21T04:16:01.632 INFO:teuthology.orchestra.run.smithi191.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.0 MB/s | 9.6 MB 00:01 2023-12-21T04:16:01.682 INFO:teuthology.orchestra.run.smithi191.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.2 MB/s | 2.5 MB 00:00 2023-12-21T04:16:01.707 INFO:teuthology.orchestra.run.smithi191.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 700 kB/s | 53 kB 00:00 2023-12-21T04:16:01.715 INFO:teuthology.orchestra.run.smithi150.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 11 MB/s | 8.1 MB 00:00 2023-12-21T04:16:01.715 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:16:01.716 INFO:teuthology.orchestra.run.smithi150.stdout:Total 18 MB/s | 27 MB 00:01 2023-12-21T04:16:01.749 INFO:teuthology.orchestra.run.smithi191.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 612 kB/s | 41 kB 00:00 2023-12-21T04:16:01.958 INFO:teuthology.orchestra.run.smithi191.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 11 MB/s | 8.1 MB 00:00 2023-12-21T04:16:01.958 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:16:01.958 INFO:teuthology.orchestra.run.smithi191.stdout:Total 17 MB/s | 27 MB 00:01 2023-12-21T04:16:01.984 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-12-21T04:16:02.006 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-12-21T04:16:02.006 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-12-21T04:16:02.224 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2023-12-21T04:16:02.245 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2023-12-21T04:16:02.246 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2023-12-21T04:16:02.265 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-12-21T04:16:02.269 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-12-21T04:16:02.496 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2023-12-21T04:16:02.499 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2023-12-21T04:16:02.967 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-12-21T04:16:03.148 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2023-12-21T04:16:03.211 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-21T04:16:03.362 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-21T04:16:03.365 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-21T04:16:03.524 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-21T04:16:03.613 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-21T04:16:03.736 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-21T04:16:03.852 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:16:03.967 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:16:04.378 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-21T04:16:04.525 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-21T04:16:05.347 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:16:05.566 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:16:05.595 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-21T04:16:05.811 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-21T04:16:05.853 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-21T04:16:06.062 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-21T04:16:06.086 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-21T04:16:06.311 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-21T04:16:06.528 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-21T04:16:06.716 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-21T04:16:07.408 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:16:07.620 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-21T04:16:07.635 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:16:07.839 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:16:07.861 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-21T04:16:08.056 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-21T04:16:08.275 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-21T04:16:08.276 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:16:08.276 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-21T04:16:08.477 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:16:08.478 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-21T04:16:09.324 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T04:16:09.325 INFO:teuthology.orchestra.run.smithi191.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.326 INFO:teuthology.orchestra.run.smithi191.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.326 INFO:teuthology.orchestra.run.smithi191.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T04:16:09.326 INFO:teuthology.orchestra.run.smithi191.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T04:16:09.326 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:16:09.326 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:16:09.329 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T04:16:09.330 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T04:16:09.330 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.330 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:16:09.330 INFO:teuthology.orchestra.run.smithi150.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T04:16:09.330 INFO:teuthology.orchestra.run.smithi150.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T04:16:09.330 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-21T04:16:09.330 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-21T04:16:09.602 DEBUG:teuthology.parallel:result is None 2023-12-21T04:16:09.669 DEBUG:teuthology.parallel:result is None 2023-12-21T04:16:09.669 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-21T04:16:09.743 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-21T04:16:09.743 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-12-21T04:16:09.744 INFO:tasks.cephadm:Cluster fsid is ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:09.744 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-21T04:16:09.744 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-21T04:16:09.744 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi150': '172.21.15.150', 'mon.smithi191': '172.21.15.191'} 2023-12-21T04:16:09.744 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-21T04:16:09.744 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2023-12-21T04:16:09.772 DEBUG:teuthology.orchestra.run.smithi191:> sudo hostname $(hostname -s) 2023-12-21T04:16:09.800 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-12-21T04:16:09.801 DEBUG:teuthology.orchestra.run.smithi150:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:16:10.078 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Dec 21 04:16 /home/ubuntu/cephtest/cephadm 2023-12-21T04:16:10.079 DEBUG:teuthology.orchestra.run.smithi191:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:16:10.262 INFO:teuthology.orchestra.run.smithi191.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Dec 21 04:16 /home/ubuntu/cephtest/cephadm 2023-12-21T04:16:10.262 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:16:10.281 DEBUG:teuthology.orchestra.run.smithi191:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:16:10.309 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2023-12-21T04:16:10.349 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /etc/ceph 2023-12-21T04:16:10.377 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2023-12-21T04:16:10.416 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 777 /etc/ceph 2023-12-21T04:16:10.445 INFO:tasks.cephadm:Writing seed config... 2023-12-21T04:16:10.446 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-21T04:16:10.447 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-21T04:16:10.447 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-21T04:16:10.447 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-21T04:16:10.447 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-21T04:16:10.447 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-21T04:16:10.447 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-21T04:16:10.447 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-21T04:16:10.448 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-21T04:16:10.448 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-21T04:16:10.474 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 = ab560fca-9fb7-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-21T04:16:10.474 DEBUG:teuthology.orchestra.run.smithi150:mon.smithi150> sudo journalctl -f -n 0 -u ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150.service 2023-12-21T04:16:10.517 INFO:tasks.cephadm:Bootstrapping... 2023-12-21T04:16:10.517 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.150 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:16:10.543 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:-- Logs begin at Thu 2023-12-21 04:07:36 UTC. -- 2023-12-21T04:16:10.802 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-21T04:16:12.167 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 4.6.1 2023-12-21T04:16:12.178 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying podman|docker is present... 2023-12-21T04:16:12.179 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-21T04:16:12.201 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 4.6.1 2023-12-21T04:16:12.213 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying lvm2 is present... 2023-12-21T04:16:12.214 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying time synchronization is in place... 2023-12-21T04:16:12.214 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-enabled chrony.service 2023-12-21T04:16:12.221 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:16:12.222 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-active chrony.service 2023-12-21T04:16:12.228 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-12-21T04:16:12.228 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-21T04:16:12.234 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: enabled 2023-12-21T04:16:12.234 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-active chronyd.service 2023-12-21T04:16:12.240 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: active 2023-12-21T04:16:12.240 INFO:teuthology.orchestra.run.smithi150.stderr:Unit chronyd.service is enabled and running 2023-12-21T04:16:12.241 INFO:teuthology.orchestra.run.smithi150.stderr:Repeating the final host check... 2023-12-21T04:16:12.241 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-21T04:16:12.261 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 4.6.1 2023-12-21T04:16:12.270 INFO:teuthology.orchestra.run.smithi150.stderr:podman|docker (/bin/podman) is present 2023-12-21T04:16:12.270 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl is present 2023-12-21T04:16:12.270 INFO:teuthology.orchestra.run.smithi150.stderr:lvcreate is present 2023-12-21T04:16:12.270 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-enabled chrony.service 2023-12-21T04:16:12.276 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:16:12.277 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-active chrony.service 2023-12-21T04:16:12.282 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-12-21T04:16:12.282 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-21T04:16:12.288 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: enabled 2023-12-21T04:16:12.289 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-active chronyd.service 2023-12-21T04:16:12.293 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: active 2023-12-21T04:16:12.294 INFO:teuthology.orchestra.run.smithi150.stderr:Unit chronyd.service is enabled and running 2023-12-21T04:16:12.294 INFO:teuthology.orchestra.run.smithi150.stderr:Host looks OK 2023-12-21T04:16:12.294 INFO:teuthology.orchestra.run.smithi150.stderr:Cluster fsid: ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:12.295 INFO:teuthology.orchestra.run.smithi150.stderr:Acquiring lock 140337583362176 on /run/cephadm/ab560fca-9fb7-11ee-95a5-87774f69a715.lock 2023-12-21T04:16:12.295 INFO:teuthology.orchestra.run.smithi150.stderr:Lock 140337583362176 acquired on /run/cephadm/ab560fca-9fb7-11ee-95a5-87774f69a715.lock 2023-12-21T04:16:12.295 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying IP 172.21.15.150 port 3300 ... 2023-12-21T04:16:12.295 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying IP 172.21.15.150 port 6789 ... 2023-12-21T04:16:12.296 INFO:teuthology.orchestra.run.smithi150.stderr:Base mon IP is 172.21.15.150, final addrv is [v2:172.21.15.150:3300,v1:172.21.15.150:6789] 2023-12-21T04:16:12.296 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /sbin/ip route ls 2023-12-21T04:16:12.298 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.150 metric 100 2023-12-21T04:16:12.298 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.150 metric 100 2023-12-21T04:16:12.298 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /sbin/ip -6 route ls 2023-12-21T04:16:12.301 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-21T04:16:12.301 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-21T04:16:12.301 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2023-12-21T04:16:12.301 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /sbin/ip -6 addr ls 2023-12-21T04:16:12.303 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-21T04:16:12.304 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-21T04:16:12.304 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T04:16:12.304 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-21T04:16:12.304 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6e35/64 scope link 2023-12-21T04:16:12.304 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T04:16:12.305 INFO:teuthology.orchestra.run.smithi150.stderr:Mon IP `172.21.15.150` is in CIDR network `172.21.0.0/20` 2023-12-21T04:16:12.305 INFO:teuthology.orchestra.run.smithi150.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-21T04:16:12.306 INFO:teuthology.orchestra.run.smithi150.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-12-21T04:16:12.306 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-12-21T04:16:12.403 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-12-21T04:16:18.874 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Getting image source signatures 2023-12-21T04:16:18.882 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-12-21T04:16:18.882 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-12-21T04:16:32.574 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-12-21T04:16:32.640 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Writing manifest to image destination 2023-12-21T04:16:33.006 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-12-21T04:16:33.021 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-12-21T04:16:33.550 INFO:teuthology.orchestra.run.smithi150.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-12-21T04:16:33.856 INFO:teuthology.orchestra.run.smithi150.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-12-21T04:16:33.856 INFO:teuthology.orchestra.run.smithi150.stderr:Extracting ceph user uid/gid from container image... 2023-12-21T04:16:33.856 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-12-21T04:16:34.139 INFO:teuthology.orchestra.run.smithi150.stderr:stat: 167 167 2023-12-21T04:16:34.449 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial keys... 2023-12-21T04:16:34.449 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-21T04:16:34.738 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQAivINld21/KxAAg74BaLAqZSQKLPUXxniMcw== 2023-12-21T04:16:35.063 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-21T04:16:35.338 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQAjvINltgmiExAApL2DDFQZND6NCr/01RU6UQ== 2023-12-21T04:16:35.666 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-21T04:16:35.921 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQAjvINlPy6dNhAAFZaAXE/RShTMXORpZ8RLfA== 2023-12-21T04:16:36.252 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial monmap... 2023-12-21T04:16:36.252 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpvuukin15:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 --addv smithi150 [v2:172.21.15.150:3300,v1:172.21.15.150:6789] /tmp/monmap 2023-12-21T04:16:36.563 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:16:36.563 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:36.563 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:16:36.906 INFO:teuthology.orchestra.run.smithi150.stderr:monmaptool for smithi150 [v2:172.21.15.150:3300,v1:172.21.15.150:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:16:36.906 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: set fsid to ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:36.906 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:16:36.906 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:16:36.906 INFO:teuthology.orchestra.run.smithi150.stderr:Creating mon... 2023-12-21T04:16:36.908 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/mon.smithi150:/var/lib/ceph/mon/ceph-smithi150:z -v /tmp/ceph-tmpbuzki1w8:/tmp/keyring:z -v /tmp/ceph-tmpvuukin15:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi150 --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.161+0000 7fab59dc3700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.162+0000 7fab59dc3700 1 imported monmap: 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: fsid ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: last_changed 2023-12-21T04:16:36.562050+0000 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: created 2023-12-21T04:16:36.562050+0000 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.smithi150 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.162+0000 7fab59dc3700 0 /usr/bin/ceph-mon: set fsid to ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.162+0000 7fab59dc3700 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:16:37.187 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Compile date Jul 8 2021 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: DB SUMMARY 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi150/store.db dir, Total Num: 0, files: 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi150/store.db: 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.create_if_missing: 1 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.env: 0x563892bf31c0 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.info_log: 0x563895197000 2023-12-21T04:16:37.188 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.db_log_dir: 2023-12-21T04:16:37.189 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi150/store.db 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.write_buffer_manager: 0x56389519f530 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:16:37.190 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.row_cache: None 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.wal_filter: None 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:16:37.191 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:16:37.192 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Compression algorithms supported: 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: kZSTD supported: 0 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:16:37.193 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000001 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.merge_operator: 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:16:37.194 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5638950b0160) 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_cache: 0x5638950e6d10 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-21T04:16:37.195 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:16:37.196 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.num_levels: 7 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:16:37.197 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:16:37.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:16:37.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:16:37.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.163+0000 7fab59dc3700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi150/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-12-21T04:16:37.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.164+0000 7fab59dc3700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.166+0000 7fab59dc3700 4 rocksdb: DB pointer 0x5638951ab800 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.167+0000 7fab42c4c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.167+0000 7fab42c4c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:16:37.202 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.203 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:16:37.204 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.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-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.168+0000 7fab59dc3700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.168+0000 7fab59dc3700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-21T04:16:37.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:16:37.168+0000 7fab59dc3700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi150 for mon.smithi150 2023-12-21T04:16:37.504 INFO:teuthology.orchestra.run.smithi150.stderr:create mon.smithi150 on 2023-12-21T04:16:37.505 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:37.509 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl disable ceph.target 2023-12-21T04:16:37.597 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl enable ceph.target 2023-12-21T04:16:37.604 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-21T04:16:37.681 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl start ceph.target 2023-12-21T04:16:37.688 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl enable ceph-ab560fca-9fb7-11ee-95a5-87774f69a715.target 2023-12-21T04:16:37.694 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715.target. 2023-12-21T04:16:37.694 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715.target. 2023-12-21T04:16:37.771 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715.target 2023-12-21T04:16:37.778 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl daemon-reload 2023-12-21T04:16:37.863 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150 2023-12-21T04:16:37.886 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl reset-failed ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150 2023-12-21T04:16:37.891 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to reset failed state of unit ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150.service: Unit ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150.service not loaded. 2023-12-21T04:16:37.891 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl enable ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150 2023-12-21T04:16:37.897 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715.target.wants/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150.service → /etc/systemd/system/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@.service. 2023-12-21T04:16:37.982 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150 2023-12-21T04:16:38.285 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-21T04:16:38.293 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2023-12-21T04:16:38.297 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-active firewalld.service 2023-12-21T04:16:38.302 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-12-21T04:16:38.304 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2023-12-21T04:16:38.304 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:16:38.304 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mon to start... 2023-12-21T04:16:38.304 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mon... 2023-12-21T04:16:38.304 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/mon.smithi150:/var/lib/ceph/mon/ceph-smithi150:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-12-21T04:16:38.330 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:38 smithi150 bash[107002]: fd621ea4743c38b07dc5417688da14ddfad1a6564046cf8d9fe611cc4e8d6a78 2023-12-21T04:16:38.330 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:38 smithi150 systemd[1]: Started Ceph mon.smithi150 for ab560fca-9fb7-11ee-95a5-87774f69a715. 2023-12-21T04:16:38.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: cluster 2023-12-21T04:16:38.314414+0000 mon.smithi150 (mon.0) 0 : [INF] mkfs ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:38.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: cluster 2023-12-21T04:16:38.296171+0000 mon.smithi150 (mon.0) 1 : cluster [INF] mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2023-12-21T04:16:38.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: cluster: 2023-12-21T04:16:38.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: id: ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:38.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-21T04:16:38.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:38.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: services: 2023-12-21T04:16:38.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi150 (age 0.474043s) 2023-12-21T04:16:38.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-21T04:16:38.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-21T04:16:38.788 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:38.788 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: data: 2023-12-21T04:16:38.788 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-21T04:16:38.788 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-21T04:16:38.788 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-21T04:16:38.788 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: pgs: 2023-12-21T04:16:38.788 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:39.118 INFO:teuthology.orchestra.run.smithi150.stderr:mon is available 2023-12-21T04:16:39.118 INFO:teuthology.orchestra.run.smithi150.stderr:Assimilating anything we can from ceph.conf... 2023-12-21T04:16:39.118 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/mon.smithi150:/var/lib/ceph/mon/ceph-smithi150:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi150/config 2023-12-21T04:16:39.543 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:39.543 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [global] 2023-12-21T04:16:39.543 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: fsid = ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:39.543 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.150:3300,v1:172.21.15.150:6789] 2023-12-21T04:16:39.543 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T04:16:39.543 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T04:16:39.543 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T04:16:39.543 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T04:16:39.544 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:39.544 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [mgr] 2023-12-21T04:16:39.544 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T04:16:39.544 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:39.544 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [osd] 2023-12-21T04:16:39.544 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T04:16:39.544 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T04:16:39.565 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: cluster 2023-12-21T04:16:38.311148+0000 mon.smithi150 (mon.0) 2 : cluster [INF] mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2023-12-21T04:16:39.565 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: cluster 2023-12-21T04:16:38.311407+0000 mon.smithi150 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} 2023-12-21T04:16:39.565 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: cluster 2023-12-21T04:16:38.323308+0000 mon.smithi150 (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T04:16:39.565 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: cluster 2023-12-21T04:16:38.332625+0000 mon.smithi150 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T04:16:39.565 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: cluster 2023-12-21T04:16:38.333054+0000 mon.smithi150 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T04:16:39.565 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: audit 2023-12-21T04:16:38.785153+0000 mon.smithi150 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.150:0/1659281508' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-21T04:16:39.890 INFO:teuthology.orchestra.run.smithi150.stderr:Generating new minimal ceph.conf... 2023-12-21T04:16:39.890 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/mon.smithi150:/var/lib/ceph/mon/ceph-smithi150:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi150/config 2023-12-21T04:16:40.657 INFO:teuthology.orchestra.run.smithi150.stderr:Restarting the monitor... 2023-12-21T04:16:40.657 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl restart ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150 2023-12-21T04:16:40.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: audit 2023-12-21T04:16:39.537829+0000 mon.smithi150 (mon.0) 8 : audit [INF] from='client.? 172.21.15.150:0/3614961056' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:16:40.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: audit 2023-12-21T04:16:39.541337+0000 mon.smithi150 (mon.0) 9 : audit [INF] from='client.? 172.21.15.150:0/3614961056' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T04:16:40.664 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: audit 2023-12-21T04:16:40.314356+0000 mon.smithi150 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.150:0/3255855509' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:16:40.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:40 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for ab560fca-9fb7-11ee-95a5-87774f69a715... 2023-12-21T04:16:40.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: debug 2023-12-21T04:16:40.728+0000 7ff823a88700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi150 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T04:16:40.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107016]: debug 2023-12-21T04:16:40.728+0000 7ff823a88700 -1 mon.smithi150@0(leader) e1 *** Got Signal Terminated *** 2023-12-21T04:16:40.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:40 smithi150 podman[107337]: ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150 2023-12-21T04:16:41.312 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 systemd[1]: ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150.service: Succeeded. 2023-12-21T04:16:41.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 systemd[1]: Stopped Ceph mon.smithi150 for ab560fca-9fb7-11ee-95a5-87774f69a715. 2023-12-21T04:16:41.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 systemd[1]: Starting Ceph mon.smithi150 for ab560fca-9fb7-11ee-95a5-87774f69a715... 2023-12-21T04:16:41.316 INFO:teuthology.orchestra.run.smithi150.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-21T04:16:41.316 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-12-21T04:16:41.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 bash[107410]: 10cafad46c6ee11b463f020decac5391ff23859b4ace4e57d41e879348257efe 2023-12-21T04:16:41.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 systemd[1]: Started Ceph mon.smithi150 for ab560fca-9fb7-11ee-95a5-87774f69a715. 2023-12-21T04:16:41.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.315+0000 7f891879b700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:16:41.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.315+0000 7f891879b700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 8 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.315+0000 7f891879b700 0 pidfile_write: ignore empty --pid-file 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.320+0000 7f891879b700 0 load: jerasure load: lrc load: isa 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Compile date Jul 8 2021 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: DB SUMMARY 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: CURRENT file: CURRENT 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi150/store.db dir, Total Num: 1, files: 000004.sst 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi150/store.db: 000006.log size: 80950 ; 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.create_if_missing: 0 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.env: 0x5609c246d1c0 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.info_log: 0x5609c3effa40 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:16:41.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.db_log_dir: 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi150/store.db 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:16:41.736 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.write_buffer_manager: 0x5609c3f07fb0 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:16:41.737 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.row_cache: None 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.wal_filter: None 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:16:41.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:16:41.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Compression algorithms supported: 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: kZSTD supported: 0 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000005 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.740 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.merge_operator: 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5609c3e19cc0) 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cache_index_and_filter_blocks: 1 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: pin_top_level_index_and_filter: 1 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: index_type: 0 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: data_block_index_type: 0 2023-12-21T04:16:41.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: index_shortening: 1 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: hash_index_allow_collision: 1 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: checksum: 1 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: no_block_cache: 0 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: block_cache: 0x5609c3e4ef10 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: block_cache_name: BinnedLRUCache 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: block_cache_options: 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: capacity : 536870912 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: num_shard_bits : 4 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: strict_capacity_limit : 0 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: high_pri_pool_ratio: 0.000 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: block_cache_compressed: (nil) 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: persistent_cache: (nil) 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: block_size: 4096 2023-12-21T04:16:41.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: block_size_deviation: 10 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: block_restart_interval: 16 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: index_block_restart_interval: 1 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: metadata_block_size: 4096 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: partition_filters: 0 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: use_delta_encoding: 1 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: whole_key_filtering: 1 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: verify_compression: 0 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: read_amp_bytes_per_bit: 0 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: format_version: 2 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: enable_index_compression: 1 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: block_align: 0 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:16:41.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:16:41.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:16:41.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:16:41.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:16:41.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:16:41.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.num_levels: 7 2023-12-21T04:16:41.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:16:41.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:16:41.745 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:16:41.745 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:16:41.746 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:16:41.747 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:16:41.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.321+0000 7f891879b700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.322+0000 7f891879b700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi150/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-12-21T04:16:41.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.322+0000 7f891879b700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.322+0000 7f891879b700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703132201323500, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.322+0000 7f891879b700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.322+0000 7f891879b700 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-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.323+0000 7f891879b700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703132201324654, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77873, "table_properties": {"data_size": 76170, "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": 9283, "raw_average_key_size": 47, "raw_value_size": 70817, "raw_average_value_size": 363, "num_data_blocks": 10, "num_entries": 195, "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": 1703132201, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.323+0000 7f891879b700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.323+0000 7f891879b700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703132201325107, "job": 1, "event": "recovery_finished"} 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.324+0000 7f891879b700 4 rocksdb: DB pointer 0x5609c3f13800 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.324+0000 7f88ff5a3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.324+0000 7f88ff5a3700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ** DB Stats ** 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:16:41.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ** Compaction Stats [default] ** 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: L0 2/0 77.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.6 0.00 0.00 1 0.001 0 0 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Sum 2/0 77.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.6 0.00 0.00 1 0.001 0 0 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.6 0.00 0.00 1 0.001 0 0 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ** Compaction Stats [default] ** 2023-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:16:41.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.6 0.00 0.00 1 0.001 0 0 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Cumulative compaction: 0.00 GB write, 21.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Interval compaction: 0.00 GB write, 21.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ** Compaction Stats [default] ** 2023-12-21T04:16:41.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: L0 2/0 77.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.6 0.00 0.00 1 0.001 0 0 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Sum 2/0 77.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.6 0.00 0.00 1 0.001 0 0 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ** Compaction Stats [default] ** 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.6 0.00 0.00 1 0.001 0 0 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:16:41.753 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Cumulative compaction: 0.00 GB write, 21.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.325+0000 7f891879b700 0 starting mon.smithi150 rank 0 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi150 fsid ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.327+0000 7f891879b700 1 mon.smithi150@-1(???) e1 preinit fsid ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.327+0000 7f891879b700 0 mon.smithi150@-1(???).mds e1 new map 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.327+0000 7f891879b700 0 mon.smithi150@-1(???).mds e1 print_map 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: e1 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: legacy client fscid: -1 2023-12-21T04:16:41.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: No filesystems configured 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.327+0000 7f891879b700 0 mon.smithi150@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.327+0000 7f891879b700 0 mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.327+0000 7f891879b700 0 mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.327+0000 7f891879b700 0 mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:39.537829+0000 mon.smithi150 (mon.0) 8 : audit [INF] from='client.? 172.21.15.150:0/3614961056' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:39.541337+0000 mon.smithi150 (mon.0) 9 : audit [INF] from='client.? 172.21.15.150:0/3614961056' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:40.314356+0000 mon.smithi150 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.150:0/3255855509' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.327+0000 7f891879b700 1 mon.smithi150@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta expand map: {default=false} 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta from 'false' to 'false' 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta expanded map: {default=false} 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta expand map: {default=info} 2023-12-21T04:16:41.755 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta from 'info' to 'info' 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta expanded map: {default=info} 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta expand map: {default=daemon} 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta expanded map: {default=daemon} 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta expand map: {default=debug} 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta from 'debug' to 'debug' 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:16:41.329+0000 7f891879b700 20 expand_channel_meta expanded map: {default=debug} 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:41.344951+0000 mon.smithi150 (mon.0) 1 : cluster [INF] mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:41.345020+0000 mon.smithi150 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:41.345060+0000 mon.smithi150 (mon.0) 3 : cluster [DBG] fsmap 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:41.345085+0000 mon.smithi150 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T04:16:41.756 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:41.345508+0000 mon.smithi150 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T04:16:42.070 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-21T04:16:42.070 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:16:42.070 INFO:teuthology.orchestra.run.smithi150.stderr:Creating mgr... 2023-12-21T04:16:42.070 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying port 9283 ... 2023-12-21T04:16:42.072 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl daemon-reload 2023-12-21T04:16:42.161 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mgr.smithi150.tkyjcn 2023-12-21T04:16:42.184 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl reset-failed ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mgr.smithi150.tkyjcn 2023-12-21T04:16:42.189 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to reset failed state of unit ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mgr.smithi150.tkyjcn.service: Unit ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mgr.smithi150.tkyjcn.service not loaded. 2023-12-21T04:16:42.190 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl enable ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mgr.smithi150.tkyjcn 2023-12-21T04:16:42.195 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715.target.wants/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mgr.smithi150.tkyjcn.service → /etc/systemd/system/ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@.service. 2023-12-21T04:16:42.277 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mgr.smithi150.tkyjcn 2023-12-21T04:16:42.566 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-21T04:16:42.575 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2023-12-21T04:16:42.575 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-active firewalld.service 2023-12-21T04:16:42.582 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-12-21T04:16:42.583 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2023-12-21T04:16:42.583 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:16:42.583 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-21T04:16:42.592 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2023-12-21T04:16:42.592 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-active firewalld.service 2023-12-21T04:16:42.598 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-12-21T04:16:42.599 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2023-12-21T04:16:42.599 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-21T04:16:42.599 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr to start... 2023-12-21T04:16:42.599 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr... 2023-12-21T04:16:42.599 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-21T04:16:42.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:41.719861+0000 mon.smithi150 (mon.0) 6 : audit [INF] from='client.? 172.21.15.150:0/122821926' entity='client.admin' 2023-12-21T04:16:43.053 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:43.053 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-12-21T04:16:43.053 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "ab560fca-9fb7-11ee-95a5-87774f69a715", 2023-12-21T04:16:43.053 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:16:43.053 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:16:43.053 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:16:43.053 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:16:43.053 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:16:43.054 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:16:43.055 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": false, 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:43.056 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:16:43.057 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:43.057 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:16:38.315036+0000", 2023-12-21T04:16:43.057 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:16:43.057 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:43.057 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:16:43.057 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-12-21T04:16:43.756 INFO:teuthology.orchestra.run.smithi150.stderr:mgr not available, waiting (1/15)... 2023-12-21T04:16:43.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:43 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:43.045529+0000 mon.smithi150 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.150:0/2527559635' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:16:45.758 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-21T04:16:46.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:46.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-12-21T04:16:46.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "ab560fca-9fb7-11ee-95a5-87774f69a715", 2023-12-21T04:16:46.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:16:46.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:16:46.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:16:46.200 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:46.201 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:16:46.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:46.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:16:46.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:16:46.202 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:16:46.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:16:46.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:16:46.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:16:46.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:46.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:16:46.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:16:46.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:16:46.205 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": false, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:16:46.206 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:16:38.315036+0000", 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:16:46.207 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-12-21T04:16:46.474 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:46.197190+0000 mon.smithi150 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.150:0/2450572886' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:16:46.548 INFO:teuthology.orchestra.run.smithi150.stderr:mgr not available, waiting (2/15)... 2023-12-21T04:16:48.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:47.831226+0000 mon.smithi150 (mon.0) 9 : cluster [INF] Activating manager daemon smithi150.tkyjcn 2023-12-21T04:16:48.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:47.833802+0000 mon.smithi150 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi150.tkyjcn(active, starting, since 0.00266828s) 2023-12-21T04:16:48.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.834830+0000 mon.smithi150 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:16:48.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.835010+0000 mon.smithi150 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:16:48.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.835167+0000 mon.smithi150 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:16:48.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.835352+0000 mon.smithi150 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-21T04:16:48.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.835605+0000 mon.smithi150 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mgr metadata", "who": "smithi150.tkyjcn", "id": "smithi150.tkyjcn"}]: dispatch 2023-12-21T04:16:48.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:47.848666+0000 mon.smithi150 (mon.0) 16 : cluster [INF] Manager daemon smithi150.tkyjcn is now available 2023-12-21T04:16:48.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.856900+0000 mon.smithi150 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:48.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.860579+0000 mon.smithi150 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:16:48.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.861714+0000 mon.smithi150 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:16:48.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.868253+0000 mon.smithi150 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:48.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:47.871012+0000 mon.smithi150 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.150:0/2905760054' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:48.550 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-21T04:16:49.146 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:49.146 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-12-21T04:16:49.146 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "ab560fca-9fb7-11ee-95a5-87774f69a715", 2023-12-21T04:16:49.146 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:16:49.146 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:16:49.147 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:16:49.148 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:16:49.152 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:16:49.153 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:16:38.315036+0000", 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:16:49.154 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-12-21T04:16:49.472 INFO:teuthology.orchestra.run.smithi150.stderr:mgr is available 2023-12-21T04:16:49.473 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z -v /tmp/tmpxli3biil:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-12-21T04:16:49.943 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [global] 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: fsid = ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [mgr] 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [osd] 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T04:16:49.944 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T04:16:50.104 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:49 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:48.836883+0000 mon.smithi150 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi150.tkyjcn(active, since 1.00575s) 2023-12-21T04:16:50.104 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:49 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:49.142067+0000 mon.smithi150 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.150:0/428308270' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:16:50.289 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling cephadm module... 2023-12-21T04:16:50.289 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-12-21T04:16:51.116 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:49.941571+0000 mon.smithi150 (mon.0) 24 : audit [INF] from='client.? 172.21.15.150:0/3490399169' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:16:51.116 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:50.806725+0000 mon.smithi150 (mon.0) 25 : audit [INF] from='client.? 172.21.15.150:0/3675600691' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-21T04:16:51.163 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-12-21T04:16:51.718 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-12-21T04:16:51.718 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 4, 2023-12-21T04:16:51.718 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:16:51.718 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "active_name": "smithi150.tkyjcn", 2023-12-21T04:16:51.718 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T04:16:51.718 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-12-21T04:16:52.082 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for the mgr to restart... 2023-12-21T04:16:52.082 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr epoch 4... 2023-12-21T04:16:52.082 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-12-21T04:16:52.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:51 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:50.838995+0000 mon.smithi150 (mon.0) 26 : audit [INF] from='client.? 172.21.15.150:0/3675600691' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-21T04:16:52.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:51 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:50.839043+0000 mon.smithi150 (mon.0) 27 : cluster [DBG] mgrmap e4: smithi150.tkyjcn(active, since 3s) 2023-12-21T04:16:52.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:51 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:51.716663+0000 mon.smithi150 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.150:0/2113711740' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T04:16:57.034 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-12-21T04:16:57.035 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap_epoch": 6, 2023-12-21T04:16:57.035 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T04:16:57.035 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-12-21T04:16:57.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:55.970055+0000 mon.smithi150 (mon.0) 29 : cluster [INF] Active manager daemon smithi150.tkyjcn restarted 2023-12-21T04:16:57.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:55.970564+0000 mon.smithi150 (mon.0) 30 : cluster [INF] Activating manager daemon smithi150.tkyjcn 2023-12-21T04:16:57.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:55.972197+0000 mon.smithi150 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-21T04:16:57.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:56.022711+0000 mon.smithi150 (mon.0) 32 : cluster [DBG] mgrmap e5: smithi150.tkyjcn(active, starting, since 0.0522569s) 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.023763+0000 mon.smithi150 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.024411+0000 mon.smithi150 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mgr metadata", "who": "smithi150.tkyjcn", "id": "smithi150.tkyjcn"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.025172+0000 mon.smithi150 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.025339+0000 mon.smithi150 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.025466+0000 mon.smithi150 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:56.027284+0000 mon.smithi150 (mon.0) 38 : cluster [INF] Manager daemon smithi150.tkyjcn is now available 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.043547+0000 mon.smithi150 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.048742+0000 mon.smithi150 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.053897+0000 mon.smithi150 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.143985+0000 mon.smithi150 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.144673+0000 mon.smithi150 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.145668+0000 mon.smithi150 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.147000+0000 mon.smithi150 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.157678+0000 mon.smithi150 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:16:57.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:56.158752+0000 mon.smithi150 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:16:57.327 INFO:teuthology.orchestra.run.smithi150.stderr:mgr epoch 4 is available 2023-12-21T04:16:57.327 INFO:teuthology.orchestra.run.smithi150.stderr:Setting orchestrator backend to cephadm... 2023-12-21T04:16:57.327 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-12-21T04:16:58.187 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-12-21T04:16:58.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:57.026830+0000 mgr.smithi150.tkyjcn (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T04:16:58.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:57.027368+0000 mon.smithi150 (mon.0) 48 : cluster [DBG] mgrmap e6: smithi150.tkyjcn(active, since 1.05691s) 2023-12-21T04:16:58.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:57.033461+0000 mgr.smithi150.tkyjcn (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T04:16:58.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:57.847469+0000 mgr.smithi150.tkyjcn (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:16:58.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:57.851345+0000 mon.smithi150 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:58.233 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:57.854927+0000 mon.smithi150 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:16:58.676 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: value unchanged 2023-12-21T04:16:59.013 INFO:teuthology.orchestra.run.smithi150.stderr:Generating ssh key... 2023-12-21T04:16:59.013 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-12-21T04:16:59.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:58.675867+0000 mgr.smithi150.tkyjcn (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:16:59.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:16:58.851862+0000 mon.smithi150 (mon.0) 51 : cluster [DBG] mgrmap e7: smithi150.tkyjcn(active, since 2s) 2023-12-21T04:16:59.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:59.725769+0000 mon.smithi150 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:16:59.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:16:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:16:59.727535+0000 mon.smithi150 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:00.070 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-12-21T04:17:00.552 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYuN4/QIRgeFI8plhIoLiXiZyaI12FsztzN77npxabkfA2ohGazn2kTbNra1cfJhPyHHRF7A/l8RUXiAg03c+w5sMQFVEJQUcSGeIN/ejC6kgGYKlkqjl31BHFZ2oQGdCRsIpZgey+sVlyK7b5POKRXZSBZEgXyb7CdDOx0C0MFbtqkWGzVfzF+R1ojNHom0BeyABiZMFl9vMjvCQWtc23E8cfUTEW/QoER6xPblT5BU/PGuT/+y5hRVAISDCp1THtCAMD5qkdXSZk3eXi3HrVExIcpA25XDnti5CoAHJVgZ4a5dY52QY1zHKopIOZ0tutj7Zis0chwTMkWXHAXGIHtqzgPV2vYni6Om6oX/se0RRKDzNCgNbQT+N4Qpe6SJfJsNP1pRGIJ1iJ51jnlIOABFYDtGyKlEJ8jrn4zCZMvF5CusJ1+GjuyhTo9Gwwhi5LJEI+w/TnZZ9UnaFPjLtMJC/o5PK6pD/GLH/45c2tnTu3h0HlCT2o8vnVw3rrHBk= ceph-ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:17:01.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:16:59.530216+0000 mgr.smithi150.tkyjcn (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-12-21T04:17:02.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:01 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:00.550977+0000 mgr.smithi150.tkyjcn (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:02.353 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:17:02.353 INFO:teuthology.orchestra.run.smithi150.stderr:Adding key to root@localhost authorized_keys... 2023-12-21T04:17:02.354 INFO:teuthology.orchestra.run.smithi150.stderr:Adding host smithi150... 2023-12-21T04:17:02.354 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi150 172.21.15.150 2023-12-21T04:17:04.567 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Added host 'smithi150' with addr '172.21.15.150' 2023-12-21T04:17:05.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:05 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:03.935719+0000 mgr.smithi150.tkyjcn (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "addr": "172.21.15.150", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:05.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:05 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:04.564324+0000 mon.smithi150 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:05.837 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:05 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:04.564607+0000 mgr.smithi150.tkyjcn (mgr.14116) 9 : cephadm [INF] Added host smithi150 2023-12-21T04:17:05.837 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:05 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:04.564839+0000 mon.smithi150 (mon.0) 55 : audit [DBG] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:17:06.362 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying mon service with default placement... 2023-12-21T04:17:06.362 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-12-21T04:17:07.639 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-21T04:17:08.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:07.635578+0000 mgr.smithi150.tkyjcn (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:08.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:07.636313+0000 mgr.smithi150.tkyjcn (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-21T04:17:08.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:07.638411+0000 mon.smithi150 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:09.586 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying mgr service with default placement... 2023-12-21T04:17:09.586 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-12-21T04:17:10.300 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-21T04:17:10.654 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying crash service with default placement... 2023-12-21T04:17:10.655 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-12-21T04:17:11.199 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-21T04:17:11.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:11 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:10.296264+0000 mgr.smithi150.tkyjcn (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:11.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:11 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:10.296820+0000 mgr.smithi150.tkyjcn (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-21T04:17:11.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:11 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:10.299052+0000 mon.smithi150 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:11.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:11 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:11.198261+0000 mon.smithi150 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.150:0/3091700757' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:11.575 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling mgr prometheus module... 2023-12-21T04:17:11.575 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-12-21T04:17:12.596 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:11.195359+0000 mgr.smithi150.tkyjcn (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:12.596 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:11.195989+0000 mgr.smithi150.tkyjcn (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-12-21T04:17:12.596 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:12.117148+0000 mon.smithi150 (mon.0) 59 : audit [INF] from='client.? 172.21.15.150:0/3548795098' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-21T04:17:12.661 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying prometheus service with default placement... 2023-12-21T04:17:12.661 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-12-21T04:17:13.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:13 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:12.341596+0000 mon.smithi150 (mon.0) 60 : audit [INF] from='client.? 172.21.15.150:0/3548795098' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-21T04:17:13.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:13 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:12.341646+0000 mon.smithi150 (mon.0) 61 : cluster [DBG] mgrmap e8: smithi150.tkyjcn(active, since 16s) 2023-12-21T04:17:17.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:17 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:17.445003+0000 mon.smithi150 (mon.0) 62 : cluster [INF] Active manager daemon smithi150.tkyjcn restarted 2023-12-21T04:17:17.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:17 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:17.445391+0000 mon.smithi150 (mon.0) 63 : cluster [INF] Activating manager daemon smithi150.tkyjcn 2023-12-21T04:17:17.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:17 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:17.446988+0000 mon.smithi150 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-21T04:17:18.508 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-21T04:17:18.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:17.497583+0000 mon.smithi150 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi150.tkyjcn(active, starting, since 0.0522763s) 2023-12-21T04:17:18.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.500029+0000 mon.smithi150 (mon.0) 66 : audit [DBG] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-21T04:17:18.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.500742+0000 mon.smithi150 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mgr metadata", "who": "smithi150.tkyjcn", "id": "smithi150.tkyjcn"}]: dispatch 2023-12-21T04:17:18.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.501395+0000 mon.smithi150 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:17:18.779 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.501561+0000 mon.smithi150 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:17:18.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.501677+0000 mon.smithi150 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:17:18.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:17.514655+0000 mon.smithi150 (mon.0) 71 : cluster [INF] Manager daemon smithi150.tkyjcn is now available 2023-12-21T04:17:18.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.611750+0000 mon.smithi150 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:17:18.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.613174+0000 mon.smithi150 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:17:18.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.635144+0000 mon.smithi150 (mon.0) 74 : audit [INF] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:17:18.780 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:17.638029+0000 mon.smithi150 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:17:18.844 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying grafana service with default placement... 2023-12-21T04:17:18.844 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-12-21T04:17:19.377 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-21T04:17:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:18.502215+0000 mon.smithi150 (mon.0) 76 : cluster [DBG] mgrmap e10: smithi150.tkyjcn(active, since 1.0569s) 2023-12-21T04:17:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:18.502947+0000 mgr.smithi150.tkyjcn (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-21T04:17:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:18.505896+0000 mon.smithi150 (mon.0) 77 : audit [INF] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:19.373219+0000 mgr.smithi150.tkyjcn (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:19.373765+0000 mgr.smithi150.tkyjcn (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-21T04:17:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:19.375930+0000 mon.smithi150 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:19.740 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying node-exporter service with default placement... 2023-12-21T04:17:19.740 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-12-21T04:17:20.218 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-21T04:17:20.559 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying alertmanager service with default placement... 2023-12-21T04:17:20.559 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-12-21T04:17:21.123 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-21T04:17:21.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:21 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:20.214333+0000 mgr.smithi150.tkyjcn (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:21.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:21 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:20.214999+0000 mgr.smithi150.tkyjcn (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-21T04:17:21.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:21 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:20.217230+0000 mon.smithi150 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:21.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:21 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:20.379778+0000 mon.smithi150 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi150.tkyjcn(active, since 2s) 2023-12-21T04:17:21.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:21 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:21.122747+0000 mon.smithi150 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.150:0/2054588494' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:21.485 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-12-21T04:17:22.301 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-12-21T04:17:22.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:21.119924+0000 mgr.smithi150.tkyjcn (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:22.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:21.120492+0000 mgr.smithi150.tkyjcn (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-21T04:17:22.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:21.948171+0000 mon.smithi150 (mon.0) 82 : audit [INF] from='client.? 172.21.15.150:0/2917699800' entity='client.admin' 2023-12-21T04:17:23.190 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling the dashboard module... 2023-12-21T04:17:23.190 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-12-21T04:17:24.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:23 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:22.835519+0000 mon.smithi150 (mon.0) 83 : audit [INF] from='client.? 172.21.15.150:0/2471973575' entity='client.admin' 2023-12-21T04:17:24.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:23 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:23.761790+0000 mon.smithi150 (mon.0) 84 : audit [INF] from='client.? 172.21.15.150:0/1831076045' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-21T04:17:24.184 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-12-21T04:17:24.733 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-12-21T04:17:24.733 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 12, 2023-12-21T04:17:24.733 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:17:24.733 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "active_name": "smithi150.tkyjcn", 2023-12-21T04:17:24.733 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T04:17:24.734 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-12-21T04:17:25.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:23.836747+0000 mon.smithi150 (mon.0) 85 : audit [INF] from='client.? 172.21.15.150:0/1831076045' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-21T04:17:25.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:23.836805+0000 mon.smithi150 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi150.tkyjcn(active, since 6s) 2023-12-21T04:17:25.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:24.732232+0000 mon.smithi150 (mon.0) 87 : audit [DBG] from='client.? 172.21.15.150:0/2578223417' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T04:17:25.201 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for the mgr to restart... 2023-12-21T04:17:25.201 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr epoch 12... 2023-12-21T04:17:25.201 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-12-21T04:17:29.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:29.062278+0000 mon.smithi150 (mon.0) 88 : cluster [INF] Active manager daemon smithi150.tkyjcn restarted 2023-12-21T04:17:29.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:29.062673+0000 mon.smithi150 (mon.0) 89 : cluster [INF] Activating manager daemon smithi150.tkyjcn 2023-12-21T04:17:29.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:29.064833+0000 mon.smithi150 (mon.0) 90 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-21T04:17:30.130 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-12-21T04:17:30.131 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap_epoch": 14, 2023-12-21T04:17:30.131 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T04:17:30.131 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-12-21T04:17:30.430 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:29.115756+0000 mon.smithi150 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi150.tkyjcn(active, starting, since 0.0531732s) 2023-12-21T04:17:30.430 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.118317+0000 mon.smithi150 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-12-21T04:17:30.430 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.118562+0000 mon.smithi150 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mgr metadata", "who": "smithi150.tkyjcn", "id": "smithi150.tkyjcn"}]: dispatch 2023-12-21T04:17:30.430 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.118787+0000 mon.smithi150 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:17:30.431 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.118981+0000 mon.smithi150 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:17:30.431 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.119176+0000 mon.smithi150 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:17:30.431 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:29.132626+0000 mon.smithi150 (mon.0) 97 : cluster [INF] Manager daemon smithi150.tkyjcn is now available 2023-12-21T04:17:30.431 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.231364+0000 mon.smithi150 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:17:30.431 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.233425+0000 mon.smithi150 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:17:30.431 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.256080+0000 mon.smithi150 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:17:30.431 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:29.258735+0000 mon.smithi150 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:17:30.442 INFO:teuthology.orchestra.run.smithi150.stderr:mgr epoch 12 is available 2023-12-21T04:17:30.442 INFO:teuthology.orchestra.run.smithi150.stderr:Generating a dashboard self-signed certificate... 2023-12-21T04:17:30.442 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-12-21T04:17:30.990 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-21T04:17:31.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:31 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:30.122460+0000 mgr.smithi150.tkyjcn (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T04:17:31.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:31 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:30.123088+0000 mon.smithi150 (mon.0) 102 : cluster [DBG] mgrmap e14: smithi150.tkyjcn(active, since 1.0605s) 2023-12-21T04:17:31.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:31 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:30.129070+0000 mgr.smithi150.tkyjcn (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T04:17:31.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:31 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:30.987012+0000 mon.smithi150 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:31.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:31 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:30.988822+0000 mon.smithi150 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:31.367 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial admin user... 2023-12-21T04:17:31.367 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpzd7tpig4:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-12-21T04:17:32.098 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$BF4bRH80LS4M1cOVRzD7EuzrW58gT5tB8Oy6yhHC2odQvL8Tw2iFS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703132252, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-21T04:17:32.418 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:30.936885+0000 mgr.smithi150.tkyjcn (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:17:32.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:31.990728+0000 mon.smithi150 (mon.0) 105 : cluster [DBG] mgrmap e15: smithi150.tkyjcn(active, since 2s) 2023-12-21T04:17:32.419 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:32.097052+0000 mon.smithi150 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:32.472 INFO:teuthology.orchestra.run.smithi150.stderr:Fetching dashboard port number... 2023-12-21T04:17:32.472 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3fy0i4sw:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpviw8epb2:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-12-21T04:17:32.958 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 8443 2023-12-21T04:17:33.300 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-21T04:17:33.308 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2023-12-21T04:17:33.308 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: systemctl is-active firewalld.service 2023-12-21T04:17:33.314 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-12-21T04:17:33.315 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2023-12-21T04:17:33.315 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-21T04:17:33.318 INFO:teuthology.orchestra.run.smithi150.stderr:Ceph Dashboard is now available at: 2023-12-21T04:17:33.318 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:17:33.318 INFO:teuthology.orchestra.run.smithi150.stderr: URL: https://smithi150.front.sepia.ceph.com:8443/ 2023-12-21T04:17:33.318 INFO:teuthology.orchestra.run.smithi150.stderr: User: admin 2023-12-21T04:17:33.318 INFO:teuthology.orchestra.run.smithi150.stderr: Password: m382m23e20 2023-12-21T04:17:33.318 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr:You can access the Ceph CLI with: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr: ceph telemetry on 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr:For more information see: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:17:33.319 INFO:teuthology.orchestra.run.smithi150.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-12-21T04:17:33.320 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:17:33.320 INFO:teuthology.orchestra.run.smithi150.stderr:Bootstrap complete. 2023-12-21T04:17:33.320 INFO:teuthology.orchestra.run.smithi150.stderr:Releasing lock 140337583362176 on /run/cephadm/ab560fca-9fb7-11ee-95a5-87774f69a715.lock 2023-12-21T04:17:33.320 INFO:teuthology.orchestra.run.smithi150.stderr:Lock 140337583362176 released on /run/cephadm/ab560fca-9fb7-11ee-95a5-87774f69a715.lock 2023-12-21T04:17:33.350 INFO:tasks.cephadm:Fetching config... 2023-12-21T04:17:33.351 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-21T04:17:33.351 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-21T04:17:33.369 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-21T04:17:33.369 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-21T04:17:33.369 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-21T04:17:33.426 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-21T04:17:33.427 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-21T04:17:33.427 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/mon.smithi150/keyring of=/dev/stdout 2023-12-21T04:17:33.493 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-21T04:17:33.493 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-21T04:17:33.493 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-21T04:17:33.551 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-21T04:17:33.552 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYuN4/QIRgeFI8plhIoLiXiZyaI12FsztzN77npxabkfA2ohGazn2kTbNra1cfJhPyHHRF7A/l8RUXiAg03c+w5sMQFVEJQUcSGeIN/ejC6kgGYKlkqjl31BHFZ2oQGdCRsIpZgey+sVlyK7b5POKRXZSBZEgXyb7CdDOx0C0MFbtqkWGzVfzF+R1ojNHom0BeyABiZMFl9vMjvCQWtc23E8cfUTEW/QoER6xPblT5BU/PGuT/+y5hRVAISDCp1THtCAMD5qkdXSZk3eXi3HrVExIcpA25XDnti5CoAHJVgZ4a5dY52QY1zHKopIOZ0tutj7Zis0chwTMkWXHAXGIHtqzgPV2vYni6Om6oX/se0RRKDzNCgNbQT+N4Qpe6SJfJsNP1pRGIJ1iJ51jnlIOABFYDtGyKlEJ8jrn4zCZMvF5CusJ1+GjuyhTo9Gwwhi5LJEI+w/TnZZ9UnaFPjLtMJC/o5PK6pD/GLH/45c2tnTu3h0HlCT2o8vnVw3rrHBk= ceph-ab560fca-9fb7-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:17:33.615 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:33 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:31.881838+0000 mgr.smithi150.tkyjcn (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-12-21T04:17:33.615 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:33 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:32.957283+0000 mon.smithi150 (mon.0) 107 : audit [DBG] from='client.? 172.21.15.150:0/2520073079' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-21T04:17:33.627 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYuN4/QIRgeFI8plhIoLiXiZyaI12FsztzN77npxabkfA2ohGazn2kTbNra1cfJhPyHHRF7A/l8RUXiAg03c+w5sMQFVEJQUcSGeIN/ejC6kgGYKlkqjl31BHFZ2oQGdCRsIpZgey+sVlyK7b5POKRXZSBZEgXyb7CdDOx0C0MFbtqkWGzVfzF+R1ojNHom0BeyABiZMFl9vMjvCQWtc23E8cfUTEW/QoER6xPblT5BU/PGuT/+y5hRVAISDCp1THtCAMD5qkdXSZk3eXi3HrVExIcpA25XDnti5CoAHJVgZ4a5dY52QY1zHKopIOZ0tutj7Zis0chwTMkWXHAXGIHtqzgPV2vYni6Om6oX/se0RRKDzNCgNbQT+N4Qpe6SJfJsNP1pRGIJ1iJ51jnlIOABFYDtGyKlEJ8jrn4zCZMvF5CusJ1+GjuyhTo9Gwwhi5LJEI+w/TnZZ9UnaFPjLtMJC/o5PK6pD/GLH/45c2tnTu3h0HlCT2o8vnVw3rrHBk= ceph-ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:17:33.637 DEBUG:teuthology.orchestra.run.smithi191:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYuN4/QIRgeFI8plhIoLiXiZyaI12FsztzN77npxabkfA2ohGazn2kTbNra1cfJhPyHHRF7A/l8RUXiAg03c+w5sMQFVEJQUcSGeIN/ejC6kgGYKlkqjl31BHFZ2oQGdCRsIpZgey+sVlyK7b5POKRXZSBZEgXyb7CdDOx0C0MFbtqkWGzVfzF+R1ojNHom0BeyABiZMFl9vMjvCQWtc23E8cfUTEW/QoER6xPblT5BU/PGuT/+y5hRVAISDCp1THtCAMD5qkdXSZk3eXi3HrVExIcpA25XDnti5CoAHJVgZ4a5dY52QY1zHKopIOZ0tutj7Zis0chwTMkWXHAXGIHtqzgPV2vYni6Om6oX/se0RRKDzNCgNbQT+N4Qpe6SJfJsNP1pRGIJ1iJ51jnlIOABFYDtGyKlEJ8jrn4zCZMvF5CusJ1+GjuyhTo9Gwwhi5LJEI+w/TnZZ9UnaFPjLtMJC/o5PK6pD/GLH/45c2tnTu3h0HlCT2o8vnVw3rrHBk= ceph-ab560fca-9fb7-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:17:33.682 INFO:teuthology.orchestra.run.smithi191.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYuN4/QIRgeFI8plhIoLiXiZyaI12FsztzN77npxabkfA2ohGazn2kTbNra1cfJhPyHHRF7A/l8RUXiAg03c+w5sMQFVEJQUcSGeIN/ejC6kgGYKlkqjl31BHFZ2oQGdCRsIpZgey+sVlyK7b5POKRXZSBZEgXyb7CdDOx0C0MFbtqkWGzVfzF+R1ojNHom0BeyABiZMFl9vMjvCQWtc23E8cfUTEW/QoER6xPblT5BU/PGuT/+y5hRVAISDCp1THtCAMD5qkdXSZk3eXi3HrVExIcpA25XDnti5CoAHJVgZ4a5dY52QY1zHKopIOZ0tutj7Zis0chwTMkWXHAXGIHtqzgPV2vYni6Om6oX/se0RRKDzNCgNbQT+N4Qpe6SJfJsNP1pRGIJ1iJ51jnlIOABFYDtGyKlEJ8jrn4zCZMvF5CusJ1+GjuyhTo9Gwwhi5LJEI+w/TnZZ9UnaFPjLtMJC/o5PK6pD/GLH/45c2tnTu3h0HlCT2o8vnVw3rrHBk= ceph-ab560fca-9fb7-11ee-95a5-87774f69a715 2023-12-21T04:17:33.694 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-21T04:17:35.335 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-21T04:17:35.336 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-21T04:17:36.201 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:35 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:34.959777+0000 mon.smithi150 (mon.0) 108 : audit [INF] from='client.? 172.21.15.150:0/3687739255' entity='client.admin' 2023-12-21T04:17:37.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:35.960708+0000 mon.smithi150 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi150.tkyjcn(active, since 6s) 2023-12-21T04:17:37.437 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi191 2023-12-21T04:17:37.438 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-12-21T04:17:37.438 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.conf 2023-12-21T04:17:37.459 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-12-21T04:17:37.459 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:17:37.519 INFO:tasks.cephadm:Adding host smithi191 to orchestrator... 2023-12-21T04:17:37.520 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph orch host add smithi191 2023-12-21T04:17:38.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:37.036909+0000 mon.smithi150 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:38.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:37.458638+0000 mon.smithi150 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:38.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:37.460293+0000 mon.smithi150 (mon.0) 112 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:17:38.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:37.460997+0000 mon.smithi150 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:17:38.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:37.461777+0000 mgr.smithi150.tkyjcn (mgr.14164) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2023-12-21T04:17:38.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:37.678487+0000 mon.smithi150 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:39.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:38.260573+0000 mon.smithi150 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:41.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:40.526697+0000 mon.smithi150 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:41.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:40.791364+0000 mon.smithi150 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:41.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:40.791857+0000 mon.smithi150 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:17:41.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:17:40.794356+0000 mon.smithi150 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:17:41.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:17:40.800833+0000 mgr.smithi150.tkyjcn (mgr.14164) 7 : cephadm [INF] Deploying daemon alertmanager.smithi150 on smithi150 2023-12-21T04:17:50.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:49.119197+0000 mgr.smithi150.tkyjcn (mgr.14164) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:17:52.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:51.119539+0000 mgr.smithi150.tkyjcn (mgr.14164) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:17:54.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:53.119877+0000 mgr.smithi150.tkyjcn (mgr.14164) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:17:56.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:55.120188+0000 mgr.smithi150.tkyjcn (mgr.14164) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:17:58.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:17:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:57.120541+0000 mgr.smithi150.tkyjcn (mgr.14164) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:00.710 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:17:59.120804+0000 mgr.smithi150.tkyjcn (mgr.14164) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:01.273 INFO:teuthology.orchestra.run.smithi191.stdout:Added host 'smithi191' with addr '172.21.15.191' 2023-12-21T04:18:01.640 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-21T04:18:01.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:01 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:00.671782+0000 mgr.smithi150.tkyjcn (mgr.14164) 14 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:18:01.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:01 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:01.270937+0000 mon.smithi150 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:18:02.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:01.121196+0000 mgr.smithi150.tkyjcn (mgr.14164) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:02.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:18:01.271315+0000 mgr.smithi150.tkyjcn (mgr.14164) 16 : cephadm [INF] Added host smithi191 2023-12-21T04:18:02.903 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:02.903 INFO:teuthology.orchestra.run.smithi191.stdout:[{"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}, {"addr": "172.21.15.191", "hostname": "smithi191", "labels": [], "status": ""}] 2023-12-21T04:18:03.289 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-21T04:18:03.289 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-21T04:18:04.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:02.901858+0000 mgr.smithi150.tkyjcn (mgr.14164) 17 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:18:04.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:03.121552+0000 mgr.smithi150.tkyjcn (mgr.14164) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:05.372 INFO:teuthology.orchestra.run.smithi150.stderr:adjusted tunables profile to default 2023-12-21T04:18:05.631 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:05 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:04.534236+0000 mon.smithi150 (mon.0) 121 : audit [INF] from='client.? 172.21.15.150:0/1064877171' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-21T04:18:05.737 INFO:tasks.cephadm:Adding mon.smithi150 on smithi150 2023-12-21T04:18:05.737 INFO:tasks.cephadm:Adding mon.smithi191 on smithi191 2023-12-21T04:18:05.737 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi150:172.21.15.150=smithi150;smithi191:172.21.15.191=smithi191' 2023-12-21T04:18:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:05.121858+0000 mgr.smithi150.tkyjcn (mgr.14164) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:05.367889+0000 mon.smithi150 (mon.0) 122 : audit [INF] from='client.? 172.21.15.150:0/1064877171' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-21T04:18:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:05.367945+0000 mon.smithi150 (mon.0) 123 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:18:06.976 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mon update... 2023-12-21T04:18:07.321 DEBUG:teuthology.orchestra.run.smithi191:mon.smithi191> sudo journalctl -f -n 0 -u ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi191.service 2023-12-21T04:18:07.324 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:07.324 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:07.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:-- Logs begin at Thu 2023-12-21 04:07:31 UTC. -- 2023-12-21T04:18:08.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:07 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:06.970524+0000 mgr.smithi150.tkyjcn (mgr.14164) 20 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi150:172.21.15.150=smithi150;smithi191:172.21.15.191=smithi191", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:18:08.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:07 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:18:06.971885+0000 mgr.smithi150.tkyjcn (mgr.14164) 21 : cephadm [INF] Saving service mon spec with placement smithi150:172.21.15.150=smithi150;smithi191:172.21.15.191=smithi191;count:2 2023-12-21T04:18:08.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:07 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:06.974486+0000 mon.smithi150 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:18:08.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:07 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:07.122221+0000 mgr.smithi150.tkyjcn (mgr.14164) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:08.650 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:08.650 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:08.651 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:09.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:08.649062+0000 mon.smithi150 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.191:0/3574483267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:10.015 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:10.015 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:10.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:09 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:09.122555+0000 mgr.smithi150.tkyjcn (mgr.14164) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:11.451 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:11.451 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:11.452 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:12.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:11.122884+0000 mgr.smithi150.tkyjcn (mgr.14164) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:12.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:11.450121+0000 mon.smithi150 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.191:0/1096520442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:12.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:12.828 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:14.204 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:14.204 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:14.205 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:14.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:13.123216+0000 mgr.smithi150.tkyjcn (mgr.14164) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:14.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:14.202792+0000 mon.smithi150 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.191:0/1901816096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:16.018 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:16.018 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:16.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:15.123445+0000 mgr.smithi150.tkyjcn (mgr.14164) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:17.339 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:17.339 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:17.341 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:17.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:17 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:17.338567+0000 mon.smithi150 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.191:0/2605331899' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:18.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:18.726 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:18.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:17.123693+0000 mgr.smithi150.tkyjcn (mgr.14164) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:20.018 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:20.018 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:20.020 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:20.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:19.123950+0000 mgr.smithi150.tkyjcn (mgr.14164) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:20.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:20.017437+0000 mon.smithi150 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.191:0/3116911477' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:22.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:22.707 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:22.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:21.124244+0000 mgr.smithi150.tkyjcn (mgr.14164) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:24.058 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:24.058 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:24.060 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:24.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:23.124530+0000 mgr.smithi150.tkyjcn (mgr.14164) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:24.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:24.057496+0000 mon.smithi150 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.191:0/1083762643' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:25.428 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:25.428 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:26.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:25.124871+0000 mgr.smithi150.tkyjcn (mgr.14164) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:26.755 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:26.755 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:26.757 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:27.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:27 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:26.754366+0000 mon.smithi150 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.191:0/2422613837' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:28.142 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:28.143 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:28.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:27.125247+0000 mgr.smithi150.tkyjcn (mgr.14164) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:29.258209+0000 mon.smithi150 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:18:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:29.260389+0000 mon.smithi150 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:18:30.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:29.125554+0000 mgr.smithi150.tkyjcn (mgr.14164) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:32.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:31.125802+0000 mgr.smithi150.tkyjcn (mgr.14164) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:32.858 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:32.858 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:32.860 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:33.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:33 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:32.857605+0000 mon.smithi150 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.191:0/2374353225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:34.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:33.126114+0000 mgr.smithi150.tkyjcn (mgr.14164) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:36.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:36.075 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:36.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:35.126415+0000 mgr.smithi150.tkyjcn (mgr.14164) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:37.689 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:37.689 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:37.691 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:38.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:37.126731+0000 mgr.smithi150.tkyjcn (mgr.14164) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:38.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:37.688017+0000 mon.smithi150 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.191:0/967536100' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:39.071 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:39.071 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:40.437 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:40.437 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:40.439 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:40.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:39.127042+0000 mgr.smithi150.tkyjcn (mgr.14164) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:41.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:40.436751+0000 mon.smithi150 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.191:0/3124385892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:41.822 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:41.823 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:42.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:41.127433+0000 mgr.smithi150.tkyjcn (mgr.14164) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:43.181 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:43.181 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:43.183 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:43.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:43 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:43.180732+0000 mon.smithi150 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.191:0/568179538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:44.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:44.564 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:44.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:43.127700+0000 mgr.smithi150.tkyjcn (mgr.14164) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:45.913 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:45.913 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:45.915 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:46.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:45.128030+0000 mgr.smithi150.tkyjcn (mgr.14164) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:46.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:45.912682+0000 mon.smithi150 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.191:0/3740253962' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:47.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:47.249 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:48.559 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:48.559 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:48.561 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:48.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:47.128377+0000 mgr.smithi150.tkyjcn (mgr.14164) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:49.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:49 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:48.558608+0000 mon.smithi150 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.191:0/3819039162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:49.941 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:49.941 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:50.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:49.128675+0000 mgr.smithi150.tkyjcn (mgr.14164) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:51.301 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:51.301 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:51.305 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:51.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:51 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:51.300207+0000 mon.smithi150 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.191:0/832603573' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:52.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:52.688 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:52.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:51.129002+0000 mgr.smithi150.tkyjcn (mgr.14164) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:54.026 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:54.026 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:54.028 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:54.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:53.129324+0000 mgr.smithi150.tkyjcn (mgr.14164) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:54.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:54.025871+0000 mon.smithi150 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.191:0/3034718266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:55.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:55.406 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:56.724 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:56.724 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:56.725 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:18:56.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:55.129643+0000 mgr.smithi150.tkyjcn (mgr.14164) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:57.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:57 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:56.723327+0000 mon.smithi150 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.191:0/367259122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:18:58.111 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:18:58.111 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:18:58.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:18:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:57.130043+0000 mgr.smithi150.tkyjcn (mgr.14164) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:18:59.466 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:18:59.466 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:18:59.468 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:00.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:18:59.130321+0000 mgr.smithi150.tkyjcn (mgr.14164) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:00.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:18:59.465207+0000 mon.smithi150 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.191:0/1350459362' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:00.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:00.851 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:02.177 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:02.177 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:02.178 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:02.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:01.130648+0000 mgr.smithi150.tkyjcn (mgr.14164) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:02.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:02.175991+0000 mon.smithi150 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.191:0/3180251905' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:03.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:03.607 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:04.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:03.130983+0000 mgr.smithi150.tkyjcn (mgr.14164) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:04.948 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:04.948 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:04.949 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:05.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:05 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:04.946329+0000 mon.smithi150 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.191:0/2021046168' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:06.332 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:06.333 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:05.131356+0000 mgr.smithi150.tkyjcn (mgr.14164) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:07.692 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:07.692 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:07.694 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:08.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:07.131641+0000 mgr.smithi150.tkyjcn (mgr.14164) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:08.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:07.691522+0000 mon.smithi150 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.191:0/1385383286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:09.066 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:09.066 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:10.364 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:10.364 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:10.369 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:10.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:09.132002+0000 mgr.smithi150.tkyjcn (mgr.14164) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:10.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:10.362850+0000 mon.smithi150 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.191:0/1362849199' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:11.756 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:11.756 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:12.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:11.132348+0000 mgr.smithi150.tkyjcn (mgr.14164) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:13.091 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:13.091 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:13.092 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:13.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:13 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:13.090305+0000 mon.smithi150 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.191:0/3804460717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:14.479 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:14.479 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:14.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:13.132676+0000 mgr.smithi150.tkyjcn (mgr.14164) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:15.785 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:15.786 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:15.787 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:16.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:15.133002+0000 mgr.smithi150.tkyjcn (mgr.14164) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:16.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:15.784374+0000 mon.smithi150 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.191:0/3996600496' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:17.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:17.137 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:18.506 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:18.507 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:18.508 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:18.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:17.133343+0000 mgr.smithi150.tkyjcn (mgr.14164) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:18.505807+0000 mon.smithi150 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.191:0/2945627582' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:19.877 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:19.877 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:20.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:19.133722+0000 mgr.smithi150.tkyjcn (mgr.14164) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:21.216 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:21.216 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:21.218 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:21.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:21 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:21.215547+0000 mon.smithi150 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.191:0/35671990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:22.587 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:22.587 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:22.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:21.134082+0000 mgr.smithi150.tkyjcn (mgr.14164) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:23.861 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:23.861 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:23.863 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:24.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:23.134460+0000 mgr.smithi150.tkyjcn (mgr.14164) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:24.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:23.860443+0000 mon.smithi150 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.191:0/553986250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:25.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:25.248 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:26.554 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:26.554 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:26.555 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:26.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:25.134790+0000 mgr.smithi150.tkyjcn (mgr.14164) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:27.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:27 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:26.552906+0000 mon.smithi150 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.191:0/3123876480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:27.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:27.926 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:28.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:27.135056+0000 mgr.smithi150.tkyjcn (mgr.14164) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:29.230 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:29.230 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:29.232 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:29.228899+0000 mon.smithi150 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.191:0/3119959650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:29.259148+0000 mon.smithi150 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:19:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:29.261331+0000 mon.smithi150 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:19:30.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:30.618 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:30.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:29.135414+0000 mgr.smithi150.tkyjcn (mgr.14164) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:31.951 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:31.951 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:31.952 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:32.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:31.135723+0000 mgr.smithi150.tkyjcn (mgr.14164) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:32.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:31.949980+0000 mon.smithi150 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.191:0/1769129869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:33.316 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:33.317 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:34.618 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:34.618 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:34.619 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:34.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:33.136080+0000 mgr.smithi150.tkyjcn (mgr.14164) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:35.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:35 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:34.616591+0000 mon.smithi150 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.191:0/578656210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:36.002 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:36.003 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:36.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:35.136404+0000 mgr.smithi150.tkyjcn (mgr.14164) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:37.315 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:37.315 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:37.317 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:37.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:37 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:37.314036+0000 mon.smithi150 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.191:0/2046396686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:38.691 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:38.691 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:38.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:37.136734+0000 mgr.smithi150.tkyjcn (mgr.14164) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:39.982 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:39.982 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:39.983 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:40.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:39.137077+0000 mgr.smithi150.tkyjcn (mgr.14164) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:40.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:39.980898+0000 mon.smithi150 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.191:0/3043630339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:41.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:41.369 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:42.717 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:42.717 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:42.718 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:42.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:41.137428+0000 mgr.smithi150.tkyjcn (mgr.14164) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:43.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:43 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:42.715771+0000 mon.smithi150 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.191:0/3159077480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:44.098 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:44.098 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:44.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:43.137748+0000 mgr.smithi150.tkyjcn (mgr.14164) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:45.384 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:45.385 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:45.386 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:45.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:45 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:45.384111+0000 mon.smithi150 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.191:0/1650680870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:46.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:45.138102+0000 mgr.smithi150.tkyjcn (mgr.14164) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:46.796 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:46.797 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:48.104 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:48.104 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:48.105 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:48.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:47.138460+0000 mgr.smithi150.tkyjcn (mgr.14164) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:48.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:48.103279+0000 mon.smithi150 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.191:0/3640246097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:49.424 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:49.424 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:50.708 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:50.708 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:50.710 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:50.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:49.138798+0000 mgr.smithi150.tkyjcn (mgr.14164) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:51.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:51 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:50.707377+0000 mon.smithi150 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.191:0/2484936941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:52.089 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:52.089 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:52.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:51.139076+0000 mgr.smithi150.tkyjcn (mgr.14164) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:53.404 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:53.404 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:53.406 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:53.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:53 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:53.403135+0000 mon.smithi150 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.191:0/1825029017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:54.783 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:54.783 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:54.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:53.139396+0000 mgr.smithi150.tkyjcn (mgr.14164) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:56.097 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:56.098 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:56.099 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:55.139701+0000 mgr.smithi150.tkyjcn (mgr.14164) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:56.096359+0000 mon.smithi150 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.191:0/3625813350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:19:57.469 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:19:57.470 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:19:58.758 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:19:58.758 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:19:58.760 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:19:58.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:57.140012+0000 mgr.smithi150.tkyjcn (mgr.14164) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:19:59.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:19:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:19:58.757000+0000 mon.smithi150 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.191:0/4045064814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:00.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:00.140 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:00.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:19:59.140375+0000 mgr.smithi150.tkyjcn (mgr.14164) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:01.420 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:01.420 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:01.421 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:02.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:01.140705+0000 mgr.smithi150.tkyjcn (mgr.14164) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:02.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:01.419118+0000 mon.smithi150 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.191:0/1504819863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:02.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:02.814 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:04.099 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:04.099 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:04.100 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:04.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:03.140958+0000 mgr.smithi150.tkyjcn (mgr.14164) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:04.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:04.097609+0000 mon.smithi150 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.191:0/3074065297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:05.465 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:05.466 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:05.141351+0000 mgr.smithi150.tkyjcn (mgr.14164) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:06.782 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:06.782 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:06.783 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:07.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:07 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:06.780166+0000 mon.smithi150 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.191:0/3493222788' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:08.156 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:08.156 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:08.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:07.141688+0000 mgr.smithi150.tkyjcn (mgr.14164) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:09.442 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:09.442 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:09.443 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:10.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:09.141975+0000 mgr.smithi150.tkyjcn (mgr.14164) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:10.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:09.440860+0000 mon.smithi150 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.191:0/3673728210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:10.825 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:10.826 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:12.102 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:12.103 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:12.104 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:12.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:11.142253+0000 mgr.smithi150.tkyjcn (mgr.14164) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:12.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:12.101753+0000 mon.smithi150 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.191:0/3684441554' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:13.484 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:13.485 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:14.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:13.142544+0000 mgr.smithi150.tkyjcn (mgr.14164) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:14.771 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:14.772 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:14.773 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:15.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:15 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:14.770461+0000 mon.smithi150 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.191:0/415207490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:16.113 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:16.113 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:16.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:15.142884+0000 mgr.smithi150.tkyjcn (mgr.14164) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:17.431 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:17.431 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:17.432 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:18.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:17.143182+0000 mgr.smithi150.tkyjcn (mgr.14164) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:18.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:17.429690+0000 mon.smithi150 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.191:0/2932102776' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:18.834 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:18.834 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:20.163 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:20.163 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:20.165 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:20.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:19.143539+0000 mgr.smithi150.tkyjcn (mgr.14164) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:20.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:20.162432+0000 mon.smithi150 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.191:0/333987741' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:21.549 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:21.549 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:22.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:21.143831+0000 mgr.smithi150.tkyjcn (mgr.14164) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:22.913 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:22.913 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:22.914 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:23.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:23 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:22.911928+0000 mon.smithi150 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.191:0/4265217429' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:24.286 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:24.287 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:24.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:23.144201+0000 mgr.smithi150.tkyjcn (mgr.14164) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:25.618 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:25.618 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:25.619 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:26.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:25.144439+0000 mgr.smithi150.tkyjcn (mgr.14164) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:26.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:25.617129+0000 mon.smithi150 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.191:0/4019374113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:26.986 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:26.986 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:28.270 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:28.270 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:28.272 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:28.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:27.144732+0000 mgr.smithi150.tkyjcn (mgr.14164) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:28.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:28.268726+0000 mon.smithi150 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.191:0/2448935554' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:29.637 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:29.638 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:29.260148+0000 mon.smithi150 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:20:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:29.262129+0000 mon.smithi150 (mon.0) 180 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:20:30.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:29.145056+0000 mgr.smithi150.tkyjcn (mgr.14164) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:30.916 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:30.917 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:30.918 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:31.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:31 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:30.915725+0000 mon.smithi150 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.191:0/2178674376' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:32.315 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:32.315 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:32.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:31.145351+0000 mgr.smithi150.tkyjcn (mgr.14164) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:33.578 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:33.578 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:33.579 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:34.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:33.145588+0000 mgr.smithi150.tkyjcn (mgr.14164) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:34.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:33.576787+0000 mon.smithi150 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.191:0/3036083049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:34.942 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:34.942 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:36.291 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:36.291 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:36.292 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:36.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:35.145881+0000 mgr.smithi150.tkyjcn (mgr.14164) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:36.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:36.289400+0000 mon.smithi150 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.191:0/1169427227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:37.672 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:37.673 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:38.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:37.146203+0000 mgr.smithi150.tkyjcn (mgr.14164) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:38.991 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:38.992 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:38.993 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:39.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:38.990595+0000 mon.smithi150 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.191:0/2263793310' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:40.365 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:40.365 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:40.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:39.146580+0000 mgr.smithi150.tkyjcn (mgr.14164) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:41.688 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:41.688 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:41.690 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:42.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:41.146914+0000 mgr.smithi150.tkyjcn (mgr.14164) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:42.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:41.687371+0000 mon.smithi150 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.191:0/2385161138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:43.065 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:43.066 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:44.388 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:44.388 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:44.390 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:44.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:43.147284+0000 mgr.smithi150.tkyjcn (mgr.14164) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:44.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:44.387486+0000 mon.smithi150 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.191:0/3179999390' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:45.758 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:45.758 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:46.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:45.147670+0000 mgr.smithi150.tkyjcn (mgr.14164) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:47.035 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:47.035 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:47.036 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:47.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:47.033656+0000 mon.smithi150 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.191:0/3528759279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:48.379 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:48.380 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:48.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:47.148029+0000 mgr.smithi150.tkyjcn (mgr.14164) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:49.656 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:49.656 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:49.657 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:50.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:49.148377+0000 mgr.smithi150.tkyjcn (mgr.14164) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:50.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:49.655068+0000 mon.smithi150 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.191:0/2214727152' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:51.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:51.041 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:52.367 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:52.367 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:52.369 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:52.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:51.148686+0000 mgr.smithi150.tkyjcn (mgr.14164) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:52.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:52.366320+0000 mon.smithi150 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.191:0/1632040166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:53.757 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:53.758 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:54.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:53.148975+0000 mgr.smithi150.tkyjcn (mgr.14164) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:55.090 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:55.091 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:55.092 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:55.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:55 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:55.089576+0000 mon.smithi150 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.191:0/3304634349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:56.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:56.454 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:20:56.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:55.149350+0000 mgr.smithi150.tkyjcn (mgr.14164) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:57.782 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:20:57.782 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:20:57.783 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:20:58.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:57.149705+0000 mgr.smithi150.tkyjcn (mgr.14164) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:20:58.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:20:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:20:57.780716+0000 mon.smithi150 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.191:0/2912710496' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:20:59.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:20:59.174 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:00.504 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:00.504 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:00.505 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:00.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:20:59.149964+0000 mgr.smithi150.tkyjcn (mgr.14164) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:01.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:01 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:00.502518+0000 mon.smithi150 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.191:0/1044970229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:01.878 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:01.878 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:02.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:01.150321+0000 mgr.smithi150.tkyjcn (mgr.14164) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:03.175 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:03.176 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:03.177 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:03.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:03 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:03.174435+0000 mon.smithi150 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.191:0/2098823258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:04.549 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:04.550 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:04.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:03.150724+0000 mgr.smithi150.tkyjcn (mgr.14164) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:05.837 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:05.838 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:05.839 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:05.151017+0000 mgr.smithi150.tkyjcn (mgr.14164) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:05.835835+0000 mon.smithi150 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.191:0/3037264979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:07.208 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:07.208 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:08.490 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:08.490 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:08.491 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:08.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:07.151348+0000 mgr.smithi150.tkyjcn (mgr.14164) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:09.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:09 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:08.488699+0000 mon.smithi150 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.191:0/3569256936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:09.871 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:09.872 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:10.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:09.151688+0000 mgr.smithi150.tkyjcn (mgr.14164) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:11.151 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:11.151 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:11.153 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:11.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:11 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:11.149994+0000 mon.smithi150 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.191:0/3423200134' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:12.519 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:12.519 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:12.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:11.151932+0000 mgr.smithi150.tkyjcn (mgr.14164) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:13.818 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:13.819 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:13.820 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:14.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:13.152222+0000 mgr.smithi150.tkyjcn (mgr.14164) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:14.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:13.817411+0000 mon.smithi150 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.191:0/3422724528' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:15.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:15.187 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:16.472 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:16.472 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:16.474 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:16.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:15.152498+0000 mgr.smithi150.tkyjcn (mgr.14164) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:17.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:17 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:16.471012+0000 mon.smithi150 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.191:0/2935336527' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:17.877 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:17.878 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:18.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:17.152822+0000 mgr.smithi150.tkyjcn (mgr.14164) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:19.180 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:19.180 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:19.182 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:19.179237+0000 mon.smithi150 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.191:0/899841852' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:20.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:20.556 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:20.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:19.153116+0000 mgr.smithi150.tkyjcn (mgr.14164) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:21.807 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:21.807 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:21.809 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:22.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:21.153407+0000 mgr.smithi150.tkyjcn (mgr.14164) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:22.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:21.806462+0000 mon.smithi150 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.191:0/66880489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:23.172 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:23.172 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:24.486 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:24.486 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:24.487 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:24.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:23.153644+0000 mgr.smithi150.tkyjcn (mgr.14164) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:25.858 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:25.858 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:25.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:25 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:24.485172+0000 mon.smithi150 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.191:0/241169210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:26.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:25.153974+0000 mgr.smithi150.tkyjcn (mgr.14164) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:27.137 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:27.137 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:27.139 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:27.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:27 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:27.136293+0000 mon.smithi150 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.191:0/3205285428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:28.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:28.515 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:28.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:27.154317+0000 mgr.smithi150.tkyjcn (mgr.14164) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:29.793 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:29.793 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:29.795 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:29.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:29.261276+0000 mon.smithi150 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:21:29.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:29.263007+0000 mon.smithi150 (mon.0) 204 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:21:30.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:29.154545+0000 mgr.smithi150.tkyjcn (mgr.14164) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:30.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:29.792824+0000 mon.smithi150 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.191:0/2407425633' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:31.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:31.189 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:32.515 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:32.515 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:32.516 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:32.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:31.154786+0000 mgr.smithi150.tkyjcn (mgr.14164) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:33.868 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:33.869 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:33.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:33 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:32.513932+0000 mon.smithi150 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.191:0/1557593342' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:34.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:33.155046+0000 mgr.smithi150.tkyjcn (mgr.14164) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:35.176 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:35.177 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:35.179 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:35.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:35 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:35.176081+0000 mon.smithi150 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.191:0/230679505' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:36.540 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:36.540 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:36.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:35.155399+0000 mgr.smithi150.tkyjcn (mgr.14164) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:37.783 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:37.783 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:37.784 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:38.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:37.155779+0000 mgr.smithi150.tkyjcn (mgr.14164) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:38.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:37.781525+0000 mon.smithi150 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.191:0/1782353330' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:39.148 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:39.148 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:40.461 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:40.462 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:40.465 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:40.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:39.156147+0000 mgr.smithi150.tkyjcn (mgr.14164) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:40.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:40.460845+0000 mon.smithi150 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.191:0/1909708884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:41.835 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:41.835 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:42.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:41.156454+0000 mgr.smithi150.tkyjcn (mgr.14164) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:43.146 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:43.147 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:43.148 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:43.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:43 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:43.146016+0000 mon.smithi150 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.191:0/4046054275' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:44.526 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:44.526 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:44.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:43.156781+0000 mgr.smithi150.tkyjcn (mgr.14164) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:45.798 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:45.798 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:45.800 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:46.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:45.157024+0000 mgr.smithi150.tkyjcn (mgr.14164) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:46.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:45.797539+0000 mon.smithi150 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.191:0/1507191556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:47.170 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:47.170 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:48.498 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:48.498 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:48.500 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:48.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:47.157376+0000 mgr.smithi150.tkyjcn (mgr.14164) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:48.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:48.497128+0000 mon.smithi150 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.191:0/458808955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:49.879 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:49.879 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:50.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:49.157745+0000 mgr.smithi150.tkyjcn (mgr.14164) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:51.159 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:51.159 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:51.161 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:51.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:51 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:51.157659+0000 mon.smithi150 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.191:0/3111347650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:52.518 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:52.518 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:52.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:51.157994+0000 mgr.smithi150.tkyjcn (mgr.14164) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:53.801 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:53.801 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:53.802 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:54.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:53.158298+0000 mgr.smithi150.tkyjcn (mgr.14164) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:54.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:53.799809+0000 mon.smithi150 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.191:0/1380243292' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:55.166 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:55.166 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:56.522 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:56.522 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:56.523 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:55.158590+0000 mgr.smithi150.tkyjcn (mgr.14164) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:56.520985+0000 mon.smithi150 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.191:0/920712543' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:21:57.890 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:21:57.890 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:21:58.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:57.158841+0000 mgr.smithi150.tkyjcn (mgr.14164) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:21:59.215 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:21:59.215 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:21:59.216 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:21:59.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:21:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:21:59.214366+0000 mon.smithi150 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.191:0/502983276' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:00.594 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:00.594 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:00.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:21:59.159150+0000 mgr.smithi150.tkyjcn (mgr.14164) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:01.879 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:01.879 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:01.881 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:02.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:01.159415+0000 mgr.smithi150.tkyjcn (mgr.14164) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:02.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:01.878867+0000 mon.smithi150 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.191:0/4281910437' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:03.253 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:03.253 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:04.531 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:04.531 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:04.533 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:04.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:03.159751+0000 mgr.smithi150.tkyjcn (mgr.14164) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:05.868 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:05.869 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:05.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:05 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:04.530345+0000 mon.smithi150 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.191:0/1882256237' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:06.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:05.160091+0000 mgr.smithi150.tkyjcn (mgr.14164) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:07.191 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:07.192 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:07.194 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:07.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:07 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:07.191197+0000 mon.smithi150 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.191:0/4030946211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:08.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:08.563 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:08.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:07.160463+0000 mgr.smithi150.tkyjcn (mgr.14164) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:09.877 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:09.877 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:09.879 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:10.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:09.160715+0000 mgr.smithi150.tkyjcn (mgr.14164) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:10.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:09.876462+0000 mon.smithi150 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.191:0/787737920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:11.247 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:11.248 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:12.577 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:12.578 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:12.579 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:12.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:11.161018+0000 mgr.smithi150.tkyjcn (mgr.14164) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:13.947 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:13.948 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:13.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:13 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:12.577023+0000 mon.smithi150 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.191:0/1672420323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:14.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:13.161391+0000 mgr.smithi150.tkyjcn (mgr.14164) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:15.217 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:15.217 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:15.219 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:15.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:15 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:15.216144+0000 mon.smithi150 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.191:0/486003563' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:16.625 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:16.625 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:16.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:15.161710+0000 mgr.smithi150.tkyjcn (mgr.14164) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:17.929 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:17.929 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:17.930 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:18.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:17.162074+0000 mgr.smithi150.tkyjcn (mgr.14164) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:18.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:17.927793+0000 mon.smithi150 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.191:0/1844649650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:19.316 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:19.317 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:20.607 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:20.607 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:20.608 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:20.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:19.162397+0000 mgr.smithi150.tkyjcn (mgr.14164) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:21.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:21.970 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:21.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:21 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:20.606002+0000 mon.smithi150 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.191:0/3202542701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:22.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:21.162628+0000 mgr.smithi150.tkyjcn (mgr.14164) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:23.210 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:23.210 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:23.212 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:23.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:23 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:23.208819+0000 mon.smithi150 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.191:0/3677586540' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:24.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:24.583 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:24.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:23.162965+0000 mgr.smithi150.tkyjcn (mgr.14164) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:25.856 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:25.856 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:25.858 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:26.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:25.163331+0000 mgr.smithi150.tkyjcn (mgr.14164) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:26.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:25.855807+0000 mon.smithi150 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.191:0/1058357477' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:27.225 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:27.226 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:28.542 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:28.543 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:28.543 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:28.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:27.163576+0000 mgr.smithi150.tkyjcn (mgr.14164) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:28.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:28.540990+0000 mon.smithi150 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.191:0/3353494961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:29.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:29.918 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:29.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:29.262346+0000 mon.smithi150 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:22:29.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:29.263896+0000 mon.smithi150 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:22:30.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:29.163896+0000 mgr.smithi150.tkyjcn (mgr.14164) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:31.218 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:31.218 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:31.219 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:31.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:31 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:31.216656+0000 mon.smithi150 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.191:0/2237315587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:32.549 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:32.549 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:32.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:31.164302+0000 mgr.smithi150.tkyjcn (mgr.14164) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:33.816 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:33.816 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:33.818 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:34.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:33.164607+0000 mgr.smithi150.tkyjcn (mgr.14164) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:34.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:33.815505+0000 mon.smithi150 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.191:0/892942751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:35.194 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:35.194 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:36.487 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:36.487 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:36.489 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:36.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:35.164923+0000 mgr.smithi150.tkyjcn (mgr.14164) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:36.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:36.486181+0000 mon.smithi150 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.191:0/3158816077' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:37.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:37.831 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:38.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:37.165299+0000 mgr.smithi150.tkyjcn (mgr.14164) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:39.143 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:39.144 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:39.145 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:39.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:39.142718+0000 mon.smithi150 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.191:0/2305677855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:40.509 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:40.510 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:39.165660+0000 mgr.smithi150.tkyjcn (mgr.14164) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:22:39.705323+0000 mgr.smithi150.tkyjcn (mgr.14164) 159 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-alertmanager.smithi150 2023-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: /bin/podman: stderr Error: no such container ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-alertmanager.smithi150 2023-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Deploy daemon alertmanager.smithi150 ... 2023-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:18:17Z" 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-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:18:55Z" 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-12-21T04:22:40.812 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:19:32Z" 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-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:20:46Z" 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-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:21: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-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:22:02Z" 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-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Traceback (most recent call last): 2023-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: main() 2023-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: r = ctx.func(ctx) 2023-12-21T04:22:40.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: return func(ctx) 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: raise RuntimeError('uid/gid not found') 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: RuntimeError: uid/gid not found 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Traceback (most recent call last): 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: yield (conn, connr) 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-12-21T04:22:40.814 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: code, '\n'.join(err))) 2023-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-alertmanager.smithi150 2023-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: /bin/podman: stderr Error: no such container ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-alertmanager.smithi150 2023-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Deploy daemon alertmanager.smithi150 ... 2023-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:18:17Z" 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-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:18:55Z" 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-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:19:32Z" 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-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-21T04:22:40.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:20:46Z" 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-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:21: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-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:22:02Z" 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-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Traceback (most recent call last): 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: main() 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: r = ctx.func(ctx) 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: return func(ctx) 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-21T04:22:40.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: raise RuntimeError('uid/gid not found') 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: RuntimeError: uid/gid not found 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:22:39.705591+0000 mgr.smithi150.tkyjcn (mgr.14164) 160 : cephadm [ERR] Failed while placing alertmanager.smithi150 on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-alertmanager.smithi150 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: /bin/podman: stderr Error: no such container ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-alertmanager.smithi150 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Deploy daemon alertmanager.smithi150 ... 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:18:17Z" 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-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:18:55Z" 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-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:19:32Z" 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-12-21T04:22:40.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:20:46Z" 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-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:21: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-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: stat: stderr time="2023-12-21T04:22:02Z" 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-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: 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-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Traceback (most recent call last): 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: main() 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: r = ctx.func(ctx) 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: return func(ctx) 2023-12-21T04:22:40.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: raise RuntimeError('uid/gid not found') 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: RuntimeError: uid/gid not found 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:39.707076+0000 mon.smithi150 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:39.712136+0000 mon.smithi150 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:39.712907+0000 mon.smithi150 (mon.0) 236 : audit [DBG] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:22:40.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:22:39.713483+0000 mgr.smithi150.tkyjcn (mgr.14164) 161 : cephadm [INF] Deploying daemon crash.smithi150 on smithi150 2023-12-21T04:22:41.797 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:41.797 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:41.799 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:42.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:41.165927+0000 mgr.smithi150.tkyjcn (mgr.14164) 162 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:42.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:41.193842+0000 mon.smithi150 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:22:42.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:41.284944+0000 mon.smithi150 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:22:42.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:41.286899+0000 mon.smithi150 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:22:42.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:41.287278+0000 mon.smithi150 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T04:22:42.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:41.287586+0000 mgr.smithi150.tkyjcn (mgr.14164) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T04:22:42.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:41.289724+0000 mon.smithi150 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:22:42.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:22:41.292559+0000 mgr.smithi150.tkyjcn (mgr.14164) 164 : cephadm [INF] Deploying daemon grafana.smithi150 on smithi150 2023-12-21T04:22:42.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:41.796366+0000 mon.smithi150 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.191:0/910668908' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:43.173 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:43.173 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:44.468 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:44.469 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:44.470 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:44.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:43.166236+0000 mgr.smithi150.tkyjcn (mgr.14164) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:45.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:45 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:44.261644+0000 mon.smithi150 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:22:45.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:45 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:44.467414+0000 mon.smithi150 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.191:0/1299178888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:45.836 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:45.836 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:46.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:45.166609+0000 mgr.smithi150.tkyjcn (mgr.14164) 166 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:47.188 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:47.188 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:47.189 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:47.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:47.186930+0000 mon.smithi150 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.191:0/1076398920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:48.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:48.562 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:48.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:47.166907+0000 mgr.smithi150.tkyjcn (mgr.14164) 167 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:49.859 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:49.859 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:49.861 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:50.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:49.167131+0000 mgr.smithi150.tkyjcn (mgr.14164) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:50.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:49.858626+0000 mon.smithi150 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.191:0/3894890079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:51.244 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:51.244 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:52.558 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:52.558 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:52.560 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:52.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:51.167434+0000 mgr.smithi150.tkyjcn (mgr.14164) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:53.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:53 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:52.557062+0000 mon.smithi150 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.191:0/3423941600' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:53.878 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:53.878 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:54.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:53.167660+0000 mgr.smithi150.tkyjcn (mgr.14164) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:55.222 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:55.222 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:55.224 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:55.663 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:55 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:55.221139+0000 mon.smithi150 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.191:0/4060646851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:56.482 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:55.167977+0000 mgr.smithi150.tkyjcn (mgr.14164) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:56.604 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:56.604 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:22:57.912 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:22:57.912 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:22:57.913 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:22:58.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:57.168254+0000 mgr.smithi150.tkyjcn (mgr.14164) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:22:58.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:57.300447+0000 mon.smithi150 (mon.0) 249 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:22:58.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:22:57.302290+0000 mgr.smithi150.tkyjcn (mgr.14164) 173 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2023-12-21T04:22:58.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:22:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:57.911097+0000 mon.smithi150 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.191:0/2200822413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:22:59.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:22:59.281 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:00.632 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:00.632 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:00.633 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:00.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:22:59.168540+0000 mgr.smithi150.tkyjcn (mgr.14164) 174 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:00.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:22:59.265391+0000 mon.smithi150 (mon.0) 251 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:23:01.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:01 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:00.630676+0000 mon.smithi150 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.191:0/2757254717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:02.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:02.004 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:02.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:01.168901+0000 mgr.smithi150.tkyjcn (mgr.14164) 175 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:03.300 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:03.300 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:03.302 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:03.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:03 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:03.299341+0000 mon.smithi150 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.191:0/1417155354' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:04.655 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:04.655 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:04.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:03.169257+0000 mgr.smithi150.tkyjcn (mgr.14164) 176 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:05.950 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:05.950 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:05.952 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:05.169618+0000 mgr.smithi150.tkyjcn (mgr.14164) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:06.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:05.949557+0000 mon.smithi150 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.191:0/723783318' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:07.338 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:07.338 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:08.634 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:08.634 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:08.636 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:08.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:07.169874+0000 mgr.smithi150.tkyjcn (mgr.14164) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:09.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:09 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:08.633053+0000 mon.smithi150 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.191:0/1933502802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:10.002 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:10.002 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:10.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:09.170149+0000 mgr.smithi150.tkyjcn (mgr.14164) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:11.294 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:11.295 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:11.296 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:11.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:11 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:11.293348+0000 mon.smithi150 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.191:0/2307786729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:12.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:12.651 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:12.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:11.170403+0000 mgr.smithi150.tkyjcn (mgr.14164) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:13.920 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:13.920 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:13.921 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:14.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:13.170750+0000 mgr.smithi150.tkyjcn (mgr.14164) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:14.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:13.918853+0000 mon.smithi150 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.191:0/38688662' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:15.294 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:15.295 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:16.513 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:16.513 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:16.515 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:16.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:15.171083+0000 mgr.smithi150.tkyjcn (mgr.14164) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:17.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:17 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:16.512201+0000 mon.smithi150 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.191:0/3801770524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:17.870 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:17.871 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:18.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:17.171450+0000 mgr.smithi150.tkyjcn (mgr.14164) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:19.185 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:19.185 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:19.187 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:19.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:19.184476+0000 mon.smithi150 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.191:0/1336457308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:20.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:20.563 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:20.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:19.171749+0000 mgr.smithi150.tkyjcn (mgr.14164) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:21.892 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:21.892 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:21.894 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:22.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:21.172070+0000 mgr.smithi150.tkyjcn (mgr.14164) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:22.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:21.891197+0000 mon.smithi150 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.191:0/4190821501' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:23.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:23.263 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:24.573 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:24.574 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:24.575 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:24.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:23.172484+0000 mgr.smithi150.tkyjcn (mgr.14164) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:25.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:25 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:24.572553+0000 mon.smithi150 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.191:0/597328685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:25.938 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:25.939 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:26.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:25.172762+0000 mgr.smithi150.tkyjcn (mgr.14164) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:27.226 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:27.227 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:27.228 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:27.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:27 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:27.225455+0000 mon.smithi150 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.191:0/3044855390' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:28.603 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:28.604 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:28.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:27.173043+0000 mgr.smithi150.tkyjcn (mgr.14164) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:29.263498+0000 mon.smithi150 (mon.0) 263 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:23:29.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:29.264705+0000 mon.smithi150 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:23:29.893 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:29.893 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:29.895 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:30.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:29.173472+0000 mgr.smithi150.tkyjcn (mgr.14164) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:30.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:29.892882+0000 mon.smithi150 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.191:0/1266337164' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:31.252 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:31.252 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:32.531 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:32.532 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:32.533 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:32.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:31.173906+0000 mgr.smithi150.tkyjcn (mgr.14164) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:33.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:33 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:32.530471+0000 mon.smithi150 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.191:0/1751349829' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:33.897 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:33.897 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:34.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:33.174328+0000 mgr.smithi150.tkyjcn (mgr.14164) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:35.209 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:35.209 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:35.211 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:35.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:35 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:35.208346+0000 mon.smithi150 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.191:0/3671562635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:36.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:36.576 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:36.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:35.174729+0000 mgr.smithi150.tkyjcn (mgr.14164) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:37.889 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:37.889 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:37.890 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:38.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:37.175093+0000 mgr.smithi150.tkyjcn (mgr.14164) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:38.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:37.887333+0000 mon.smithi150 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.191:0/1870605800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:39.291 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:39.291 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:40.576 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:40.576 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:40.577 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:40.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:39.175465+0000 mgr.smithi150.tkyjcn (mgr.14164) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:41.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:41 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:40.574823+0000 mon.smithi150 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.191:0/328551670' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:41.927 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:41.927 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:42.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:41.175800+0000 mgr.smithi150.tkyjcn (mgr.14164) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:43.185 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:43.186 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:43.187 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:43.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:43 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:43.184380+0000 mon.smithi150 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.191:0/4258658913' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:44.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:44.547 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:44.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:43.176206+0000 mgr.smithi150.tkyjcn (mgr.14164) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:45.934 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:45.934 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:45.935 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:46.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:45.176607+0000 mgr.smithi150.tkyjcn (mgr.14164) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:46.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:45.932924+0000 mon.smithi150 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.191:0/4117698228' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:47.291 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:47.292 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:48.565 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:48.565 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:48.566 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:48.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:47.176943+0000 mgr.smithi150.tkyjcn (mgr.14164) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:49.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:49 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:48.563469+0000 mon.smithi150 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.191:0/3296931837' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:49.935 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:49.936 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:50.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:49.177180+0000 mgr.smithi150.tkyjcn (mgr.14164) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:51.204 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:51.205 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:51.205 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:51.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:51 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:51.202754+0000 mon.smithi150 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.191:0/2279503043' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:52.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:52.562 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:52.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:51.177457+0000 mgr.smithi150.tkyjcn (mgr.14164) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:53.763 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:53.763 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:53.765 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:54.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:53.177786+0000 mgr.smithi150.tkyjcn (mgr.14164) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:54.732 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:53.762542+0000 mon.smithi150 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.191:0/3701901866' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:55.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:55.134 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:56.440 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:56.440 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:56.441 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:55.178102+0000 mgr.smithi150.tkyjcn (mgr.14164) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:56.438920+0000 mon.smithi150 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.191:0/831678683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:23:57.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:23:57.812 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:23:58.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:57.178433+0000 mgr.smithi150.tkyjcn (mgr.14164) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:23:59.046 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:23:59.046 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:23:59.048 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:23:59.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:23:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:23:59.045212+0000 mon.smithi150 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.191:0/3414777055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:00.412 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:00.412 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:00.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:23:59.178717+0000 mgr.smithi150.tkyjcn (mgr.14164) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:01.733 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:01.733 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:01.734 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:02.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:01.179070+0000 mgr.smithi150.tkyjcn (mgr.14164) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:02.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:01.732135+0000 mon.smithi150 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.191:0/3958827351' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:03.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:03.101 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:04.444 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:04.444 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:04.446 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:04.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:03.179361+0000 mgr.smithi150.tkyjcn (mgr.14164) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:04.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:04.443446+0000 mon.smithi150 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.191:0/3757342774' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:05.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:05.816 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:06.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:05.179657+0000 mgr.smithi150.tkyjcn (mgr.14164) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:07.076 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:07.076 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:07.078 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:07.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:07 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:07.075440+0000 mon.smithi150 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.191:0/4040634008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:08.450 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:08.450 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:08.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:07.179997+0000 mgr.smithi150.tkyjcn (mgr.14164) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:09.726 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:09.726 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:09.727 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:10.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:09.180352+0000 mgr.smithi150.tkyjcn (mgr.14164) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:10.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:09.725087+0000 mon.smithi150 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.191:0/2358733174' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:11.044 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:11.045 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:12.325 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:12.325 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:12.326 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:12.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:11.180674+0000 mgr.smithi150.tkyjcn (mgr.14164) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:12.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:12.324098+0000 mon.smithi150 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.191:0/2967296249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:13.694 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:13.694 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:14.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:13.181055+0000 mgr.smithi150.tkyjcn (mgr.14164) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:14.985 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:14.985 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:14.987 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:15.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:15 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:14.984231+0000 mon.smithi150 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.191:0/4275321797' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:16.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:16.363 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:16.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:15.181451+0000 mgr.smithi150.tkyjcn (mgr.14164) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:17.630 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:17.630 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:17.631 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:18.981 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:18.982 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:18.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:17.181763+0000 mgr.smithi150.tkyjcn (mgr.14164) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:18.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:17.628994+0000 mon.smithi150 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.191:0/1473200751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:20.230 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:20.230 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:20.232 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:20.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:19.182126+0000 mgr.smithi150.tkyjcn (mgr.14164) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:20.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:20.229530+0000 mon.smithi150 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.191:0/2046929244' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:21.612 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:21.613 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:22.917 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:22.917 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:22.918 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:22.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:21.182432+0000 mgr.smithi150.tkyjcn (mgr.14164) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:23.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:23 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:22.915590+0000 mon.smithi150 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.191:0/1244090582' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:24.291 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:24.292 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:24.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:23.182766+0000 mgr.smithi150.tkyjcn (mgr.14164) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:25.610 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:25.610 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:25.612 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:26.969 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:26.969 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:26.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:25.183116+0000 mgr.smithi150.tkyjcn (mgr.14164) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:26.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:25.609541+0000 mon.smithi150 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.191:0/3687038533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:28.278 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:28.278 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:28.280 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:28.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:27.183434+0000 mgr.smithi150.tkyjcn (mgr.14164) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:28.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:28.277509+0000 mon.smithi150 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.191:0/611030160' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:29.675 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:29.675 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:29.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:29.264646+0000 mon.smithi150 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:24:29.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:29.265579+0000 mon.smithi150 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:24:30.961 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:30.961 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:30.962 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:30.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:29.183685+0000 mgr.smithi150.tkyjcn (mgr.14164) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:31.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:31 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:30.959788+0000 mon.smithi150 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.191:0/1045382640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:32.317 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:32.318 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:32.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:31.184016+0000 mgr.smithi150.tkyjcn (mgr.14164) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:33.623 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:33.623 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:33.624 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:34.973 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:34.974 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:34.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:33.184362+0000 mgr.smithi150.tkyjcn (mgr.14164) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:34.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:33.621616+0000 mon.smithi150 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.191:0/3894884113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:36.221 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:36.221 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:36.223 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:36.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:35.184681+0000 mgr.smithi150.tkyjcn (mgr.14164) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:36.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:36.220254+0000 mon.smithi150 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.191:0/4003473089' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:37.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:37.600 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:38.968 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:38.968 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:38.969 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:38.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:37.184978+0000 mgr.smithi150.tkyjcn (mgr.14164) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:39.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:39 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:38.967170+0000 mon.smithi150 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.191:0/2591874201' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:40.319 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:40.320 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:40.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:39.185256+0000 mgr.smithi150.tkyjcn (mgr.14164) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:41.639 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:41.639 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:41.640 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:42.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:41.185639+0000 mgr.smithi150.tkyjcn (mgr.14164) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:42.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:41.637775+0000 mon.smithi150 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.191:0/3348472635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:43.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:43.001 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:44.312 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:44.312 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:44.314 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:44.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:43.186016+0000 mgr.smithi150.tkyjcn (mgr.14164) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:44.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:44.311245+0000 mon.smithi150 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.191:0/1528311887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:45.708 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:45.709 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:46.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:45.186397+0000 mgr.smithi150.tkyjcn (mgr.14164) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:47.019 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:47.019 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:47.021 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:47.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:47 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:47.018133+0000 mon.smithi150 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.191:0/478881566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:48.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:48.389 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:48.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:47.186654+0000 mgr.smithi150.tkyjcn (mgr.14164) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:49.730 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:49.731 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:49.732 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:50.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:49.186986+0000 mgr.smithi150.tkyjcn (mgr.14164) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:50.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:49.729602+0000 mon.smithi150 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.191:0/3565126435' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:51.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:51.099 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:52.415 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:52.415 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:52.417 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:52.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:51.187325+0000 mgr.smithi150.tkyjcn (mgr.14164) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:52.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:52.414816+0000 mon.smithi150 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.191:0/118490085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:53.775 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:53.776 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:54.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:53.187596+0000 mgr.smithi150.tkyjcn (mgr.14164) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:55.072 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:55.072 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:55.074 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:55.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:55 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:55.071306+0000 mon.smithi150 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.191:0/1108094889' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:56.452 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:56.452 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:55.187975+0000 mgr.smithi150.tkyjcn (mgr.14164) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:57.757 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:24:57.757 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:24:57.759 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:24:58.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:57.188350+0000 mgr.smithi150.tkyjcn (mgr.14164) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:24:58.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:57.756367+0000 mon.smithi150 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.191:0/1861731277' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:24:59.159 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:24:59.160 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:24:58.021051+0000 mgr.smithi150.tkyjcn (mgr.14164) 234 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-node-exporter.smithi150 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: /bin/podman: stderr Error: no such container ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-node-exporter.smithi150 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Deploy daemon node-exporter.smithi150 ... 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Verifying port 9100 ... 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 1 from systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: systemctl: stderr Job for ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150.service failed because a timeout was exceeded. 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: systemctl: stderr See "systemctl status ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150.service" and "journalctl -xe" for details. 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Traceback (most recent call last): 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: main() 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-21T04:24:59.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: r = ctx.func(ctx) 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: return func(ctx) 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ports=daemon_ports) 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: RuntimeError: Failed command: systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Traceback (most recent call last): 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-12-21T04:24:59.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: yield (conn, connr) 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: code, '\n'.join(err))) 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-node-exporter.smithi150 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: /bin/podman: stderr Error: no such container ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-node-exporter.smithi150 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Deploy daemon node-exporter.smithi150 ... 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Verifying port 9100 ... 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 1 from systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: systemctl: stderr Job for ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150.service failed because a timeout was exceeded. 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: systemctl: stderr See "systemctl status ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150.service" and "journalctl -xe" for details. 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Traceback (most recent call last): 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: main() 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: r = ctx.func(ctx) 2023-12-21T04:24:59.985 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: return func(ctx) 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ports=daemon_ports) 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: RuntimeError: Failed command: systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:24:58.021262+0000 mgr.smithi150.tkyjcn (mgr.14164) 235 : cephadm [ERR] Failed while placing node-exporter.smithi150 on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-node-exporter.smithi150 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: /bin/podman: stderr Error: no such container ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-node-exporter.smithi150 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Deploy daemon node-exporter.smithi150 ... 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Verifying port 9100 ... 2023-12-21T04:24:59.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Non-zero exit code 1 from systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: systemctl: stderr Job for ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150.service failed because a timeout was exceeded. 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: systemctl: stderr See "systemctl status ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150.service" and "journalctl -xe" for details. 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: Traceback (most recent call last): 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: main() 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: r = ctx.func(ctx) 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: return func(ctx) 2023-12-21T04:24:59.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: ports=daemon_ports) 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: File "/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: RuntimeError: Failed command: systemctl start ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@node-exporter.smithi150 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cephadm 2023-12-21T04:24:58.027213+0000 mgr.smithi150.tkyjcn (mgr.14164) 236 : cephadm [INF] Deploying daemon prometheus.smithi150 on smithi150 2023-12-21T04:24:59.988 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:24:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:24:59.271947+0000 mon.smithi150 (mon.0) 301 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' 2023-12-21T04:25:00.455 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:00.455 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:00.457 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:00.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:24:59.188681+0000 mgr.smithi150.tkyjcn (mgr.14164) 237 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:00.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:00.454355+0000 mon.smithi150 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.191:0/2225491800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:01.809 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:01.834 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:02.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:01.189085+0000 mgr.smithi150.tkyjcn (mgr.14164) 238 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:03.188 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:03.189 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:03.190 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:03.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:03 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:03.187372+0000 mon.smithi150 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.191:0/1833559904' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:04.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:04.547 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:04.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:03.189342+0000 mgr.smithi150.tkyjcn (mgr.14164) 239 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:05.813 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:05.813 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:05.815 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:06.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:05.189684+0000 mgr.smithi150.tkyjcn (mgr.14164) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:06.984 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:05.812308+0000 mon.smithi150 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.191:0/2709301355' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:07.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:07.176 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:08.460 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:08.460 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:08.462 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:08.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:07.190028+0000 mgr.smithi150.tkyjcn (mgr.14164) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:08.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:08.458985+0000 mon.smithi150 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.191:0/982862849' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:09.834 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:09.834 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:10.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:09.190400+0000 mgr.smithi150.tkyjcn (mgr.14164) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:11.080 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:11.080 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:11.082 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:11.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:11 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:11.079523+0000 mon.smithi150 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.191:0/2569525186' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:12.463 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:12.463 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:12.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:11.190756+0000 mgr.smithi150.tkyjcn (mgr.14164) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:13.782 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:13.782 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:13.783 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:14.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:13.191079+0000 mgr.smithi150.tkyjcn (mgr.14164) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:14.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:13.781082+0000 mon.smithi150 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.191:0/4260945413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:15.164 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:15.165 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:16.486 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:16.486 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:16.488 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:16.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:15.191457+0000 mgr.smithi150.tkyjcn (mgr.14164) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:16.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:16 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:16.485379+0000 mon.smithi150 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.191:0/1500608567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:17.873 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:17.874 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:18.983 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:18 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:17.191768+0000 mgr.smithi150.tkyjcn (mgr.14164) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:19.214 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:19.214 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:19.216 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:19.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:19 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:19.213336+0000 mon.smithi150 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.191:0/2685419516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:20.572 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:20.572 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:20.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:20 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:19.192103+0000 mgr.smithi150.tkyjcn (mgr.14164) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:21.880 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:21.880 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:21.882 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:22.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:21.192420+0000 mgr.smithi150.tkyjcn (mgr.14164) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:22.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:22 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:21.879794+0000 mon.smithi150 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.191:0/3209913851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:23.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:23.249 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:24.569 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:24.569 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:24.569 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:24.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:23.192728+0000 mgr.smithi150.tkyjcn (mgr.14164) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:24.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:24 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:24.564522+0000 mon.smithi150 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.191:0/3674911709' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:25.924 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:25.925 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:26.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:26 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:25.193068+0000 mgr.smithi150.tkyjcn (mgr.14164) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:27.223 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:27.223 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:27.225 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:27.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:27 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:27.222396+0000 mon.smithi150 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.191:0/1463834314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:28.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:28.638 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:28.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:28 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:27.193465+0000 mgr.smithi150.tkyjcn (mgr.14164) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:29.944 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:29.944 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:29.945 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:29.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:29.265678+0000 mon.smithi150 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:25:29.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:29 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:29.266532+0000 mon.smithi150 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.150:0/659053909' entity='mgr.smithi150.tkyjcn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.tkyjcn/trash_purge_schedule"}]: dispatch 2023-12-21T04:25:30.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:29.193790+0000 mgr.smithi150.tkyjcn (mgr.14164) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:30.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:30 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:29.943103+0000 mon.smithi150 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.191:0/2105402183' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:31.293 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:31.293 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:32.585 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:32.585 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:32.587 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:32.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:31.194113+0000 mgr.smithi150.tkyjcn (mgr.14164) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:32.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:32 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:32.584815+0000 mon.smithi150 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.191:0/3271666809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:33.950 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:33.950 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:34.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:34 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:33.194479+0000 mgr.smithi150.tkyjcn (mgr.14164) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:35.227 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:35.227 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:35.229 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:35.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:35 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:35.226514+0000 mon.smithi150 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.191:0/1556517042' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:36.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:36.589 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:36.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:36 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:35.194858+0000 mgr.smithi150.tkyjcn (mgr.14164) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:37.869 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:37.869 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:37.871 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:38.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:37.195219+0000 mgr.smithi150.tkyjcn (mgr.14164) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:38.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:38 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:37.868060+0000 mon.smithi150 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.191:0/3635721186' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:39.209 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:39.210 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:40.513 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:40.513 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:40.515 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:40.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:39.195612+0000 mgr.smithi150.tkyjcn (mgr.14164) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:40.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:40 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:40.512766+0000 mon.smithi150 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.191:0/2821396652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:41.878 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:41.878 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:42.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:42 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:41.195846+0000 mgr.smithi150.tkyjcn (mgr.14164) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:43.136 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:43.136 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:43.137 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:43.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:43 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:43.134605+0000 mon.smithi150 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.191:0/3682385525' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:44.475 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:44.475 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:44.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:44 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:43.196133+0000 mgr.smithi150.tkyjcn (mgr.14164) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:45.780 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:45.781 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:45.782 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:46.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:45.196445+0000 mgr.smithi150.tkyjcn (mgr.14164) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:46.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:46 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:45.780131+0000 mon.smithi150 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.191:0/1351477610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:47.150 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:47.151 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:48.438 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:48.438 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:48.439 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:48.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:47.196768+0000 mgr.smithi150.tkyjcn (mgr.14164) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:48.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:48 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:48.437097+0000 mon.smithi150 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.191:0/1142328540' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:49.810 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:49.810 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:50.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:50 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:49.197108+0000 mgr.smithi150.tkyjcn (mgr.14164) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:51.118 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:51.118 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:51.119 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:51.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:51 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:51.117110+0000 mon.smithi150 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.191:0/132217793' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:52.491 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:52.492 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:52.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:52 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:51.197477+0000 mgr.smithi150.tkyjcn (mgr.14164) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:53.809 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:53.809 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:53.811 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:54.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:53.197858+0000 mgr.smithi150.tkyjcn (mgr.14164) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:54.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:54 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:53.808224+0000 mon.smithi150 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.191:0/1612409801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:55.197 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:55.198 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:56.472 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:56.472 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:56.474 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:55.198232+0000 mgr.smithi150.tkyjcn (mgr.14164) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:56.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:56 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:56.470942+0000 mon.smithi150 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.191:0/386757052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:25:57.837 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:25:57.838 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:25:58.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:58 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:57.198579+0000 mgr.smithi150.tkyjcn (mgr.14164) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:25:59.129 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:25:59.130 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:25:59.132 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:25:59.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:25:59 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:25:59.128620+0000 mon.smithi150 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.191:0/4238233277' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:26:00.489 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:26:00.489 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:26:00.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:00 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:25:59.198848+0000 mgr.smithi150.tkyjcn (mgr.14164) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:26:01.743 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:26:01.743 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:26:01.744 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:26:02.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:26:01.199157+0000 mgr.smithi150.tkyjcn (mgr.14164) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:26:02.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:02 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:26:01.741633+0000 mon.smithi150 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.191:0/2542865882' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:26:03.104 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:26:03.104 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:26:04.452 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:26:04.453 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:26:04.454 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:26:04.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:26:03.199480+0000 mgr.smithi150.tkyjcn (mgr.14164) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:26:04.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:04 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:26:04.451513+0000 mon.smithi150 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.191:0/3320149599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:26:05.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:26:05.821 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:26:06.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:06 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:26:05.199792+0000 mgr.smithi150.tkyjcn (mgr.14164) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:26:07.121 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:26:07.121 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:26:07.122 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:26:07.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:07 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:26:07.119940+0000 mon.smithi150 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.191:0/77428798' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:26:08.484 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:26:08.484 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:26:08.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:08 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:26:07.200135+0000 mgr.smithi150.tkyjcn (mgr.14164) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:26:09.780 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:26:09.780 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:26:09.782 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:26:10.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:26:09.200505+0000 mgr.smithi150.tkyjcn (mgr.14164) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:26:10.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:10 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:26:09.779939+0000 mon.smithi150 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.191:0/1933340114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:26:11.143 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:26:11.144 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:26:12.462 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:26:12.462 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:26:12.463 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:26:12.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:26:11.200838+0000 mgr.smithi150.tkyjcn (mgr.14164) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:26:12.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:12 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:26:12.460379+0000 mon.smithi150 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.191:0/726643308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:26:13.799 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:26:13.800 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:26:14.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:14 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: cluster 2023-12-21T04:26:13.201210+0000 mgr.smithi150.tkyjcn (mgr.14164) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:26:15.131 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-21T04:26:15.131 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"ab560fca-9fb7-11ee-95a5-87774f69a715","modified":"2023-12-21T04:16:36.562050Z","created":"2023-12-21T04:16:36.562050Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:26:15.132 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-12-21T04:26:15.496 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-12-21T04:26:15.497 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-21T04:26:15.497 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:26:15.522 DEBUG:teuthology.orchestra.run.smithi191:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:26:15.541 INFO:tasks.cephadm:Stopping all daemons... 2023-12-21T04:26:15.541 INFO:tasks.cephadm.mon.smithi150:Stopping mon.smithi150... 2023-12-21T04:26:15.541 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150 2023-12-21T04:26:15.956 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:15 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for ab560fca-9fb7-11ee-95a5-87774f69a715... 2023-12-21T04:26:15.956 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:15 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: audit 2023-12-21T04:26:15.129691+0000 mon.smithi150 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.191:0/3750085253' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:26:15.956 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:15 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:26:15.669+0000 7f89085b5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi150 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T04:26:15.957 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Dec 21 04:26:15 smithi150 ceph-ab560fca-9fb7-11ee-95a5-87774f69a715-mon.smithi150[107425]: debug 2023-12-21T04:26:15.669+0000 7f89085b5700 -1 mon.smithi150@0(leader) e1 *** Got Signal Terminated *** 2023-12-21T04:26:16.135 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi150.service' 2023-12-21T04:26:16.179 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T04:26:16.179 INFO:tasks.cephadm.mon.smithi150:Stopped mon.smithi150 2023-12-21T04:26:16.179 INFO:tasks.cephadm.mon.smithi191:Stopping mon.smithi191... 2023-12-21T04:26:16.179 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi191 2023-12-21T04:26:16.213 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi191.service: Unit ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi191.service not loaded. 2023-12-21T04:26:16.214 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-12-21T04:26:16.215 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi191" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi191 with status 5: 'sudo systemctl stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi191' 2023-12-21T04:26:16.216 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-21T04:26:16.218 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125/remote/ubuntu@smithi150.front.sepia.ceph.com/crash 2023-12-21T04:26:16.219 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/crash -- . 2023-12-21T04:26:16.253 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125/remote/ubuntu@smithi191.front.sepia.ceph.com/crash 2023-12-21T04:26:16.254 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/crash -- . 2023-12-21T04:26:16.296 INFO:teuthology.orchestra.run.smithi191.stderr:tar: /var/lib/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T04:26:16.296 INFO:teuthology.orchestra.run.smithi191.stderr:tar: Error is not recoverable: exiting now 2023-12-21T04:26:16.297 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-21T04:26:16.298 DEBUG:teuthology.orchestra.run.smithi150:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-21T04:26:16.326 INFO:teuthology.orchestra.run.smithi150.stderr:grep: /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-21T04:26:16.327 INFO:tasks.cephadm:Compressing logs... 2023-12-21T04:26:16.327 DEBUG:teuthology.orchestra.run.smithi150:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-21T04:26:16.370 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-21T04:26:16.396 INFO:teuthology.orchestra.run.smithi150.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T04:26:16.396 INFO:teuthology.orchestra.run.smithi150.stderr:: No such file or directory 2023-12-21T04:26:16.396 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T04:26:16.396 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-mon.smithi150.log 2023-12-21T04:26:16.396 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-mgr.smithi150.tkyjcn.log 2023-12-21T04:26:16.397 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-mon.smithi150.log: /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-mgr.smithi150.tkyjcn.log: 88.4% -- replaced with /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T04:26:16.398 INFO:teuthology.orchestra.run.smithi150.stderr: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T04:26:16.398 INFO:teuthology.orchestra.run.smithi191.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-21T04:26:16.398 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T04:26:16.400 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T04:26:16.401 INFO:teuthology.orchestra.run.smithi191.stderr: 2023-12-21T04:26:16.401 INFO:teuthology.orchestra.run.smithi191.stderr:real 0m0.013s 2023-12-21T04:26:16.401 INFO:teuthology.orchestra.run.smithi191.stderr:user 0m0.013s 2023-12-21T04:26:16.401 INFO:teuthology.orchestra.run.smithi191.stderr:sys 0m0.009s 2023-12-21T04:26:16.474 INFO:teuthology.orchestra.run.smithi150.stderr: 92.8% -- replaced with /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-mgr.smithi150.tkyjcn.log.gz 2023-12-21T04:26:16.537 INFO:teuthology.orchestra.run.smithi150.stderr: 90.3% -- replaced with /var/log/ceph/ab560fca-9fb7-11ee-95a5-87774f69a715/ceph-mon.smithi150.log.gz 2023-12-21T04:26:16.539 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-12-21T04:26:16.539 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m0.154s 2023-12-21T04:26:16.539 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m0.223s 2023-12-21T04:26:16.540 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.020s 2023-12-21T04:26:16.540 INFO:tasks.cephadm:Archiving logs... 2023-12-21T04:26:16.540 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125/remote/ubuntu@smithi150.front.sepia.ceph.com/log 2023-12-21T04:26:16.541 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T04:26:16.650 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125/remote/ubuntu@smithi191.front.sepia.ceph.com/log 2023-12-21T04:26:16.651 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T04:26:16.680 INFO:tasks.cephadm:Removing cluster... 2023-12-21T04:26:16.681 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 --force 2023-12-21T04:27:27.277 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ab560fca-9fb7-11ee-95a5-87774f69a715 --force 2023-12-21T04:27:27.588 INFO:tasks.cephadm:Removing cephadm ... 2023-12-21T04:27:27.588 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T04:27:27.607 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T04:27:27.625 INFO:tasks.cephadm:Teardown complete 2023-12-21T04:27:27.625 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi191 with status 5: 'sudo systemctl stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi191' 2023-12-21T04:27:27.710 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0fea12fa35994ad084a5e26f3394dbbf Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_639f0137318def3e5f393094e5494880043a8f32/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi191 with status 5: 'sudo systemctl stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi191' 2023-12-21T04:27:27.714 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-21T04:27:27.723 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-21T04:27:27.736 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-21T04:27:27.736 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:27:27.750 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:27:27.759 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-12-21T04:27:27.764 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T04:27:27.765 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-12-21T04:27:27.765 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 +315us[ +318us] +/- 76ms 2023-12-21T04:27:27.765 INFO:teuthology.orchestra.run.smithi150.stdout:^* hv02.front.sepia.ceph.com 3 6 377 39 -606us[ -603us] +/- 54ms 2023-12-21T04:27:27.765 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +538us[ +540us] +/- 62ms 2023-12-21T04:27:27.765 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:27:27.769 INFO:teuthology.orchestra.run.smithi191.stderr:bash: ntpq: command not found 2023-12-21T04:27:27.773 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T04:27:27.773 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2023-12-21T04:27:27.773 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 42 +272us[ +273us] +/- 76ms 2023-12-21T04:27:27.773 INFO:teuthology.orchestra.run.smithi191.stdout:^* hv02.front.sepia.ceph.com 3 6 377 40 -606us[ -604us] +/- 54ms 2023-12-21T04:27:27.773 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 41 +540us[ +542us] +/- 62ms 2023-12-21T04:27:27.773 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:27:27.775 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T04:27:27.784 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T04:27:27.784 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T04:27:27.792 DEBUG:teuthology.orchestra.run.smithi150:> 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-12-21T04:27:27.894 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-21T04:27:27.984 DEBUG:teuthology.orchestra.run.smithi150:> 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-12-21T04:27:28.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:27:28.016 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-21T04:27:28.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:27:28.048 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T04:27:28.058 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T04:27:28.066 INFO:teuthology.task.internal:Duration was 1144.513989 seconds 2023-12-21T04:27:28.067 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T04:27:28.075 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T04:27:28.075 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T04:27:28.078 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T04:27:28.121 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:27:28.134 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:27:28.495 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T04:27:28.496 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2023-12-21T04:27:28.496 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T04:27:28.521 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2023-12-21T04:27:28.521 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-21T04:27:28.544 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T04:27:28.545 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T04:27:28.564 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T04:27:28.629 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T04:27:28.630 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T04:27:28.648 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T04:27:28.742 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T04:27:28.752 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T04:27:28.753 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T04:27:28.782 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T04:27:28.808 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T04:27:28.818 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T04:27:28.823 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-21T04:27:28.848 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2023-12-21T04:27:28.874 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2023-12-21T04:27:28.897 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T04:27:28.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:27:28.931 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T04:27:28.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:27:28.955 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T04:27:28.965 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T04:27:28.965 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125/remote/smithi150 2023-12-21T04:27:28.966 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T04:27:29.011 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125/remote/smithi191 2023-12-21T04:27:29.012 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T04:27:29.051 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T04:27:29.052 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T04:27:29.054 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T04:27:29.103 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T04:27:29.113 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T04:27:29.113 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T04:27:29.188 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T04:27:29.188 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T04:27:29.190 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T04:27:29.206 INFO:teuthology.orchestra.run.smithi150.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 04:27 /home/ubuntu/cephtest 2023-12-21T04:27:29.208 INFO:teuthology.orchestra.run.smithi191.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 04:27 /home/ubuntu/cephtest 2023-12-21T04:27:29.209 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T04:27:29.273 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T04:27:29.297 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T04:27:29.324 DEBUG:teuthology.nuke:shortname: smithi150 2023-12-21T04:27:29.325 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:27:29.354 DEBUG:teuthology.nuke:shortname: smithi191 2023-12-21T04:27:29.354 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:27:29.358 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125', '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-12-21 03:59:40.600368', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL7L+lkuuiED8C0ovTWfZMWm55IUTuvok2zEtDk6tlIbbTgd9FJGBVBC43G9/NRml4NXtwr8kuk9A+FLkWID6f0='} 2023-12-21T04:27:29.379 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499125', '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-12-21 03:59:40.598544', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI+ALIOmkyhEQihiIZx1jMvFYZH7fMqPpOuGywf1B9yahH8PHxjYIcvcm0x7xVMWjbn7hlsc0s6WNBDwmW/auCg='} 2023-12-21T04:27:29.422 INFO:teuthology.orchestra.console.smithi150:Power off 2023-12-21T04:27:29.422 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T04:27:29.460 INFO:teuthology.orchestra.console.smithi191:Power off 2023-12-21T04:27:29.461 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T04:27:29.472 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2023-12-21T04:27:29.472 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:27:29.485 DEBUG:teuthology.orchestra.console.smithi191:power off output: Chassis Power Control: Down/Off 2023-12-21T04:27:29.485 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:27:29.510 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2023-12-21T04:27:29.525 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-21T04:27:33.511 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:27:33.525 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:27:33.621 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2023-12-21T04:27:33.635 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-21T04:27:37.625 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:27:37.637 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:27:37.735 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is off 2023-12-21T04:27:37.747 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2023-12-21T04:27:37.837 INFO:teuthology.orchestra.console.smithi191:Power off completed 2023-12-21T04:27:37.849 INFO:teuthology.orchestra.console.smithi150:Power off completed 2023-12-21T04:27:37.953 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1144.5139892101288 failure_reason: 'Command failed on smithi191 with status 5: ''sudo systemctl stop ceph-ab560fca-9fb7-11ee-95a5-87774f69a715@mon.smithi191''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0fea12fa35994ad084a5e26f3394dbbf status: fail success: false 2023-12-21T04:27:37.954 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:27:38.043 INFO:teuthology.run:FAIL